v6.4.0
New features:
- Setup can now be accessed in provisioning scripts through the global
setup
variable - Add possibility to specify arbitrary parameters in setups, which can be accessed in provisioning scripts, for example
- New configurable VM creation policy, which uses a combination of the circuit breaker pattern and exponential backoff. This allows you to retry creating a VM from a certain setup a number of times and then automatically switch to an alternative, for example.
- The configuration property
steep.cloud.setupsFile
is now deprecated and will be removed in Steep 7. Please usesteep.cloud.setups.file
instead. - Web UI:
- Source code of arbitrarily large workflows and process chains can now be displayed without lags
- A new plugin page shows information about all installed plugins
- Improve page loading performance and make better use of caching
- Keep scroll position if back button is pressed
Bug fixes:
- Correctly forward exceptions from runtime plugins
- Web UI:
- Fixed an issue with the workflow editor theming introduced in the previous version
- Do not wrap text in labels
- Correctly encode search parameters
Maintenance:
- Update dependencies