This release includes several new features and improvements. These include the update of MIME type recognition for assets and a more robust synchronization process with Keycloak.
We have also fixed two bugs.
New functions and enhancements
ID 17654: Delete "vendor" directory when activating a version
When a version is changed, the vendor directories in the Composer repositories that are no longer used are removed.
ID 17719: Update MIME type detection when delivering assets
MIME types for assets are now recognized more reliably. You can now also map proprietary formats in the configuration.
ID 13341: Improve synchronization with Keycloak
Synchronization with Keycloak is now more stable and performs better. Users who are not found in Keycloak groups no longer cause the job to be canceled, but are skipped.
ID 16168: Add constants to the base URL of edoc automate to "app\GetConstant"
You can now use two new constants in the app\GetConstant action to determine the base URL and the base path for edoc automate.
Bug fixes and improvements
Normal ID 16933: Routes with a slash (/) in the "default" value are not executed and recognized correctly
A slash (/) is now correctly recognized in the default value of a variable in a route.
Normal ID 17927: Error message when saving a flow for the first time, although the flow is saved
An error message is no longer displayed the first time a flow is saved.