This page contains a preview of the upcoming next release.
MySQL migration
Please ensure that the customer is migrating from MySQL 5.7 to the latest 8.* There are no breaking changes yet but 8.* is there for a while and offers some features that we may use (CTE, new regex implementation, performance improvements, improved JSON support).
CoreOne Admin UI
Each employment type now offers a flag to indicate whether or not users are able to create an employment with that employment type from within the organization management in the CoreOne Self-Service Portal. The default is false, so you might need to check your existing configuration.
While assigning a role or resource to various entities, you are now able to select the assignment context.
The new API V2 is now part of the health check page.
Core Identities now have a state of either
active
,deleted
orsupended
All context mappings still contain the
active
flag, so existing mappings do not need to be changedNew context mappings for
StateId
andStateSystemName
are available to account for the new states
By suspending a Core Identity, you set all it’s associated identities into a deactivated state but all assignments that are valid, stay assigned. Read here for more.
CoreOne Application API V2
-
CoreOne Authentication Services
If the current LoA only contains an external identity provider, you can now initiate a direct redirect to that provider.
CoreOne Application Services
BREAKING CHANGE: The CoreOne Computer Management, DHCP Management, DNS Management and Print Management features are no longer supported
CoreOne Database Service
New
readonly_email
column was added oncore_identity
table. It will be updated for emails that are not configured withrexexp
oncore_identity_mail_prio_mapping
table. For others - it will be updated once the UpdateIdentityTask has run or you can run your own script.
CoreOne Self Service Management Portal
It’s now possible to load companies from an external source that are associated with the current user. This allows users to register companies even quicker.
The activation of companies can be done depending on the signing rights that are stored in external sources. We currently support single and double signing rights.
User Interactions / Tasks now feature a tag label. By setting the tag, you can decide on which page of the portal a user interaction should appear. Read here for more.
The date of the last re-certification of a company is now being displayed on the detail page of a company.
Approvals can now be accepted or declined in the Self-Service Portal
CoreOne System Connector
A new SCIM System Connector has been implemented that allows you to provision entities using the SCIM standard.
A new OpenLDAP System Connector has been implemented that allows you to provision entities into a OpenLDAP system.
The Active Directory System Connector now can provision all account options to Active Directory.
CoreOne Universal Importer
BREAKING CHANGE: In the import configurations it’s now possible for data providers who uses credentials (currently LDAP (Active Directory and OpenLDAP) and SQL (MySQL and Oracle)) to get them from a target system. This allows it to omit the username and password from the import configuration so it doesn’t get serialized which in turn makes it safer to store it in the database or to transfer/share it..
BREAKING CHANGE: The
active
flag of a core identity has been moved to a core identity state where there are now three different states: active, deleted and suspended.
CoreOne Workflow Services
-
CoreOne Workflow Administration Service
CoreOne Web Services
There is a new attribute tab on the Core Identity which allows you to override imported values.