v1.7.1
v1.7.0 – v1.7.1
-
Remove
get_backtrack_data()
for instance connectors.
If provided, this method will still override the new generic implementation. -
Add
--keyfile
and--certfile
support.
When starting the Web API, you may now run via HTTPS with--keyfile
and--certfile
. Older releases required the keys to be set inMRSM_CONFIG
. This also brings SSL support for--production
(Gunicorn). -
Add the Webterm to the Web Console.
At long last, the webterm is embedded within the web console and is accessible from the Web API at the endpoint/webterm
. You must provide your active, authorized session ID to access to the Webterm. -
Add
--secure
tostart api
.
Starting the Web API with--secure
will now disallow actions from non-administrators. This is recommend for shared deployments. -
Fixed the registration page on the Web API.
Users should now be able to create accounts from Dockerized deployments. -
Held back
dash-extensions
The recent 1.0.2+ releases have shipped some broken changes, sodash-extensions
is held back to1.0.1
until newer releases have been tested. -
Allow for digits in environment connectors.
Connectors defined as environment variables may now have digits in the type.export MRSM_A2B_TEST='{"foo": "bar"}'
-
Fixed
stack
on Windows. -
Fixed a false error with background jobs.
-
Increased the minimum password length to 5.