Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

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

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

  • -

CoreOne Database Service

  • - New readonly_email column was added on core_identity table. It will be updated for emails that are not configured with rexexp on core_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.

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

  • -

CoreOne Workflow Services

  • -

Workflow definitions changes:

Workflow Definition

Description

Source

LegalEntity_BeforeUpdate

  • Identifier property should be lowercase

  • company_name attribute can be null and workflow should check against that

  • company_name is a complex object so the code how to extract name was adjusted ( Activity that creates UserInteraction)

  • New fields on CreateInteraction Activity were used (Tag & TaggedIdentifier)

IMS-4939

CoreOne Workflow Administration Service

  • -

CoreOne Web Services

  • There is a new attribute tab on the Core Identity which allows you to override imported values.

Legacy Workflows

  • -

  • No labels