Skip to content

Release notes 2.x versions

2.8.1

Improvement

  • Extended length of property_value column in the config table even more.

2.8.0

Improvement

  • Extended length of property_value column in the config table to allow storing larger values.

2.7.0

Improvements

  • Allowed more user claims to be set in scripts
  • Dependency updates

2.6.2

Improvement

  • Added the integration with Datadog

2.6.1

Improvement

  • Dependency updates

2.6.0

Improvement

  • Dependency updates

2.5.0

Improvements

  • Support adding AMR into the user object in scripts
  • A new parameter hookContextCustomParams can now be passed to the complete script

2.4.3

Improvement

  • Add checksums to deployment to enable automatic redeployments

2.4.2

Improvement

  • Allow to have an mTLS-proxy sidecar container

2.4.1

Bug fix

  • The redis prefix should be set correctly now

2.4.0

Improvements

  • The OAuth2 dependencies have been added to the runtime to be able to handle the OAuth flow. We have added the following dependencies org.springframework.security:spring-security-oauth2-client, org.springframework.security:spring-security-oauth2-core, org.springframework.security:spring-security-oauth2-jose

2.3.3

Bug fixes

  • Fix the CVE-2021-44228 vulnerabilities

2.3.2

Bug fixes

  • Make the Redis key prefix configurable with the SPRING_CACHE_REDIS_KEY_PREFIX property

2.3.1

Bug fixes

  • Use JAVA_TOOL_OPTIONS instead of JAVA_OPTS

2.3.0

Improvements

  • Update dependency and suppress false positive
  • Add catalog info
  • Move to Eclipse Temurin
  • Update GitHub organization name and team names

2.2.3

This is a maintenance release involving updates to internal libraries.

2.2.1

Improvement

  • Added local helm chart to the Onegini Extension Engine so it can be run independently.

2.2.0

Features

  • Added built-in support to encrypt passwords for Onegini CIM's person api. This makes it easier to write scripts that register or authenticate users via this api.

2.1.1

This is a maintenance release involving updates to internal libraries.

2.1.0

Improvements

  • The timeout settings for communication with external services via RestTemplate have been changed. This makes the Onegini Extension Engine more resilient in case there are issues with this connection. Refer to the upgrade instructions for version 2.1.0.

2.0.2

This is a maintenance release involving updates to internal libraries.

2.0.0

Features

  • Upgraded to Spring Boot 2
  • Upgraded to use OpenJDK 11

Improvements

  • Flyway can now be turned off if manual sql migration is favored