Skip to content

3.0.0

Compare
Choose a tag to compare
@arvindkrishnakumar-okta arvindkrishnakumar-okta released this 03 Dec 23:10
· 314 commits to master since this release

This major release upgrades the Java Management SDK APIs to Open API Spec v2.2.1

Refer to Migration Guide for insights on breaking changes to interfaces and models.

In addition, below are some minor enhancements, issues and documentation updates that are released:

  • #432 - Added convenience method in UserBuilder for setting UserType.
  • #434 - README updates post v2.0.0 release.
  • #440 - Updated Migration guide for v2.0.0 upgrade.
  • #449 - Bouncy Castle library upgraded from version 1.64 to 1.66.
  • #450 - Body parameter is now optional for Application Group assignment.
  • #451 - README update to fix the link pointing to service app creation document.
  • #458 - snakeyaml library upgraded from version 1.25 to 1.26.
  • #463 - Adds support for the SDK to be used with GraalVM's Native Image.
  • #466 - Fix 404 issue with listPolicies API.
  • #467 - README update about Spring support.
  • #472 - README update on Connection Retry / Rate Limiting.
  • #474 - guava library upgraded from version 28.1-jre to 30.0-android.
  • #476 - Added note in README on SDK Client's lifecycle and thread-safety.
  • #484 - Sync with OpenAPI spec version 2.2.1.
  • #491 - Added a note on JDK prerequisite to README.
  • #497 - Added ability to set PEM content to Client Configuration.