Releases: okta/okta-sdk-java
10.3.0
What's Changed
- Fixes encoding issue in url param for search by @arvindkrishnakumar-okta in #840
- Changes to support user provided OAuth2 access token by @arvindkrishnakumar-okta in #841
- Bump openapi-generator from 6.2.0 to 6.4.0 by @arvindkrishnakumar-okta in #828
- Bump Jackson from 2.14.0 to 2.14.2 by @arvindkrishnakumar-okta in #843
- Fix README - assign user to group by @arvindkrishnakumar-okta in #845
- Fix README code snippet by @arvindkrishnakumar-okta in #849
- Include
revokeSessions
inChangePasswordRequest
in spec by @arvindkrishnakumar-okta in #850 - Add missing profile field in UserFactor by @arvindkrishnakumar-okta in #851
- Added
READ_UNKNOWN_ENUM_VALUES_AS_NULL
to object mapper deserialization config by @arvindkrishnakumar-okta in #852 - Fix pdv failures by @ivanezeigbo-okta in #854
- Set dev version to 10.3.0-SNAPSHOT by @arvindkrishnakumar-okta in #855
- Suppress cve by @arvindkrishnakumar-okta in #856
New Contributors
- @ivanezeigbo-okta made their first contribution in #854
Full Changelog: okta-sdk-root-10.2.2...okta-sdk-root-10.3.0
10.2.2
What's Changed
- Fix issue with null value deserialization by @arvindkrishnakumar-okta in #833
- Bump guava from 29.0-jre to 31.1-jre by @arvindkrishnakumar-okta in #831
- Bump snakeyaml from 1.33 to 2.0 by @arvindkrishnakumar-okta in #835
- Refactor owasp dependency check config by @arvindkrishnakumar-okta in #836
Full Changelog: okta-sdk-root-10.2.1...okta-sdk-root-10.2.2
10.2.1
What's Changed
- Bump general-platform-helpers orb from 1.2.2 to 1.2.3 by @arvindkrishnakumar-okta in #820
- Bump Java parent from 25 to 28 by @arvindkrishnakumar-okta in #821
- Improve exception handling by @arvindkrishnakumar-okta in #824
- Make
listXXXWithHttpInfo
methods public by @arvindkrishnakumar-okta in #825 - Suppress False Positive CVE by @arvindkrishnakumar-okta in #827, #829
Full Changelog: okta-sdk-root-10.2.0...okta-sdk-root-10.2.1
10.2.0
What's Changed
- Release 10.1.0 by @arvindkrishnakumar-okta in #802
- Fix error code setting and add missing resp headers for exception case by @arvindkrishnakumar-okta in #805
- CCI: Use secrets from vault by @arvindkrishnakumar-okta in #807
- Fix build by @arvindkrishnakumar-okta in #808
- Skip license check in cci by @arvindkrishnakumar-okta in #809
- Refactor Pagination by @arvindkrishnakumar-okta in #806
- Provide way to disable retries on HTTP 429 and read max retries from config by @arvindkrishnakumar-okta in #810
- Bump CCI openjdk images by @arvindkrishnakumar-okta in #814
- Updated README with retired versions by @arvindkrishnakumar-okta in #816
- Added UserBuilder support for adding custom profile attributes by @arvindkrishnakumar-okta in #817
- Fix issue with Password Policy Builder by @arvindkrishnakumar-okta in #818
Full Changelog: okta-sdk-root-10.1.0...okta-sdk-root-10.2.0
8.2.3
What's Changed
- Bump
okta-commons
to 1.3.3 and prep for 8.2.3 release by @arvindkrishnakumar-okta in #811 (Note: okta-commons 1.3.3 contains fix for okta/okta-commons-java#106) - fix cves by @arvindkrishnakumar-okta in #812
Full Changelog: okta-sdk-root-8.2.2...okta-sdk-root-8.2.3
10.1.0
What's Changed
- Release pr 10.0.0 by @arvindkrishnakumar-okta in #778
- spec update - list users api desc by @arvindkrishnakumar-okta in #779
- Added more profile field setters in UserBuilder by @arvindkrishnakumar-okta in #781
- Bump swagger annotations from
1.5.8
to1.6.7
by @arvindkrishnakumar-okta in #769 - README and pom update by @arvindkrishnakumar-okta in #782
- fix oidc app creation issue in oie org due to deprecated loginredirecturi by @arvindkrishnakumar-okta in #790
- updated parallelism changes by @karthikaselvaraj-okta in #792
- Fix OAuth token retrieval issue by @arvindkrishnakumar-okta in #793
- Address cve by @arvindkrishnakumar-okta in #800
- set dev version to 10.1.0-SNAPSHOT by @arvindkrishnakumar-okta in #801
New Contributors
- @karthikaselvaraj-okta made their first contribution in #792
Full Changelog: okta-sdk-root-10.0.0...okta-sdk-root-10.1.0
10.0.0
What's Changed
- Major release that supports Open API Spec v3. This version contains many breaking changes, please see MIGRATION guide for details.
- Uses Open API Generator for automatic code generation from the spec. Generated artifacts will use the package namespace
org.openapitools
instead ofcom.okta
. - Release pr 8.2.2 by @arvindkrishnakumar-okta in #762
- Bump snakeyaml from 1.32 to 1.33 by @arvindkrishnakumar-okta in #763
- Quarantines flakey tests on bacon by @vijetmahabaleshwar-okta in #764
- Enables only critical tests for PDV by @vijetmahabaleshwar-okta in #766
- Remove SMS factor tests from PDV test suite by @vijetmahabaleshwar-okta in #767
- Merge
oasv3
feature branch intomaster
- Prep for OASv3 Release by @arvindkrishnakumar-okta in #776
Full Changelog: okta-sdk-root-8.2.2...okta-sdk-root-10.0.0
8.2.2
What's Changed
- Release pr 8.2.1 by @arvindkrishnakumar-okta in #732
- Removed incorrect heading ! by @JanardhanSharma in #734
- Add note on JWK and PEM creation by @arvindkrishnakumar-okta in #736
- [#740] Fix order dependency of setter methods when setAuthorizationMode(PRIVATE_KEY) is used by @er1c in #741
- few library upgrades by @arvindkrishnakumar-okta in #751
- Upgrade to Java Parent v24 by @arvindkrishnakumar-okta in #752
- Quarantines failing test by @vijetmahabaleshwar-okta in #755
- Bump snakeyaml to 1.31 by @arvindkrishnakumar-okta in #757
- Bump jackson to 2.13.4 by @arvindkrishnakumar-okta in #758
- Bump snakeyaml to 1.32 by @arvindkrishnakumar-okta in #760
- Address cve false positives by @arvindkrishnakumar-okta in #761
New Contributors
- @JanardhanSharma made their first contribution in #734
- @er1c made their first contribution in #741
Full Changelog: okta-sdk-root-8.2.1...okta-sdk-root-8.2.2
10.0.0-beta
This version is beta-quality. We'd love for you to play with it and give us your thoughts, but we don't recommend using it in production applications. Based on the feedback we receive, we'll be iterating it towards a stable release over the next few weeks. There may be breaking changes to the interfaces before stabilizing.
Note: The 10.0.0-beta series is located in oasv3 branch.
What's included today?
In this first beta version, we ported some of the existing features to the new SDK:
- Inline configuration, configuration via environment variables, system properties or YAML files.
- Manual Pagination for collections.
- Default retry strategy for HTTP 429 response error code.
- Proxy support.
If you have been using version 8.x (or earlier), you can opt to try this new version (which will require some code changes), or stick with what you already have. The 8.x series of the SDK is still supported.