Skip to content

v1.6.3

Compare
Choose a tag to compare
@mmrj mmrj released this 23 Feb 22:01
· 1042 commits to master since this release

This is a minor release.

It includes:

  • Updates for the run strategies to use group name rather than group id to create runs with specific scope.
  • Addition of the Auto-Restore header to the Variables API Service query() call; previously it had only been set for the load() call. This header means that runs are automatically pulled from the Epicenter backend database into memory (and replayed) when they are queried. A run must be in memory in order to update model variables or call model operations.
  • Clean up of the Authentication API Service logout() call; it no longer calls the (unsupported) Epicenter delete.
  • Documentation improvements, including more information on running Epicenter projects locally and additional examples when using Asset API Adapter.