...
All the libraries and dependencies have been updated to the latest versions.
The organizational unit type has been extended. Besides the ability to group and organize different organizational units, you now also have the option to categorize them into legal entities, regular organizational unit and into positions.
We have introduced a delegation context for resource assignments. You now can specify in which context a resource will be assigned to a user. This can be in the context of the user, in the context of a different user or in the context of an organizational unit or legal entity. The same support was added to the CoreOne Authentication Service so that those context values can be deployed with the token.
There is a new event handler that allows you to execute a Next-Gen Workflow as a event handler
CoreOne High Availability
BREAKING CHANGE: If you run your environment in a high availability setup you and are planning on using the Next-Gen Workflows, you will need to provide a Redis and a RabbitMQ Cluster.
CoreOne Database Service
The
assembly_assembly
data table used to contain all the application assemblies used to execute the application service. This allowed customers to simply update the database and restart all application services in order to update the whole installation. Because this table was causing synchronization issues when hosted in a cluster we moved this data to file system. This means that now all the application services need to be updated with the installer.
...