v1.6.3
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 Servicequery()
call; previously it had only been set for theload()
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.