Releases: okta/okta-sdk-java
Releases · okta/okta-sdk-java
13.0.2
What's Changed
- Fix issue with UserProfile serializer ignoring empty and null profile values by @arvindkrishnakumar-okta in #938
- Add polymorphic deserialization support for
LogStream
by @clementdenis in #940 - Fix ApiExceptionHelper to handle null response body by @arvindkrishnakumar-okta in #941
- Fix issue with incorrect charset used for serialization by @arvindkrishnakumar-okta in #942
Full Changelog: okta-sdk-root-13.0.1...okta-sdk-root-13.0.2
13.0.1
What's Changed
- Fix issue with user profile deserializer by @arvindkrishnakumar-okta in #932
Full Changelog: okta-sdk-root-13.0.0...okta-sdk-root-13.0.1
13.0.0
What's Changed
- This is a major release version that contains the below breaking change.
- Moved OpenAPI generated artifacts to appropriate package namespace (from
org.openapitools.client
tocom.okta.sdk.resource
) and bumped OpenAPI generator to 6.6.0 by @arvindkrishnakumar-okta in #925 #789 - Include missing okta.properties in okta-sdk-impl jar by @arvindkrishnakumar-okta in #930
Full Changelog: okta-sdk-root-12.0.2...okta-sdk-root-13.0.0
12.0.2
What's Changed
- Minor refactor to make API client building more customizable by @arvindkrishnakumar-okta in #924
- Bump by @rlepage-okta in #926
- Add custom app signon mode values to spec by @arvindkrishnakumar-okta in #927
Full Changelog: okta-sdk-root-12.0.1...okta-sdk-root-12.0.2
12.0.1
What's Changed
- Create dependabot.yml by @arvindkrishnakumar-okta in #920
- Upgrade Java Parent from 29 to 30 by @arvindkrishnakumar-okta in #921
- Configure Jackson to deserialize unknown enum values as
null
by @arvindkrishnakumar-okta in #922
Full Changelog: okta-sdk-root-12.0.0...okta-sdk-root-12.0.1
8.2.5
What's Changed
- Bumped Bouncycastle from 1.70 to 1.75 (
org.bouncycastle:bcprov-jdk15on
->org.bouncycastle:bcprov-jdk18on
&org.bouncycastle:bcpkix-jdk15on
->org.bouncycastle:bcpkix-jdk18on
). - CVE fix and cleaned up suppression file.
Full Changelog: okta-sdk-root-8.2.4...okta-sdk-root-8.2.5
12.0.0
What's Changed
- Make models
Serializable
by @arvindkrishnakumar-okta in #902 - Add
signed_nonce
factor type and removed undocumentedhotp
type by @arvindkrishnakumar-okta in #903 - OAuth2 token retrieval - replace query params with form params by @arvindkrishnakumar-okta in #906
- Pagination info becomes available automatically in
listXYZ(..)
responses.listXYZWithPaginationInfo(...)
is removed. See https://github.com/okta/okta-sdk-java#pagination for example. - Added more deserializers and refactor by @arvindkrishnakumar-okta in #900
- Upgrade Java Parent to 29 and Bouncy Castle to Java 8 version by @arvindkrishnakumar-okta in #910
- Remove compile dep on
openapigenerator
by @arvindkrishnakumar-okta in #911 - Update README.md by @arvindkrishnakumar-okta in #907
- Downgrade
japicmp-maven-plugin
from 0.17.2 to 0.15.7 by @arvindkrishnakumar-okta in #913 - Add OAuth2 auto refresh token capability by @arvindkrishnakumar-okta in #915
- Add runtime exception v11 by @arvindkrishnakumar-okta in #914
- Upgrade Open API Spec v3 to the latest commit tag
325e6e2
by @arvindkrishnakumar-okta in #916 - Fix CVE and refactor dependencies by @arvindkrishnakumar-okta in #918
- Fix null
_links
field in deserializedIdentityProvider
object by @arvindkrishnakumar-okta in #917
Thanks @clementdenis for the contributions to this release.
Full Changelog: okta-sdk-root-11.0.3...okta-sdk-root-12.0.0
11.0.3
- Fixes Polymorphic deserialization issue with
Policy
.
8.2.4
- Upgraded SnakeYAML from 1.33 to 2.0
- Upgraded Jackson from 2.14.2 to 2.15.2
- Upgraded Guava to 32.0.1-jre
Full Changelog: okta-sdk-root-8.2.3...okta-sdk-root-8.2.4
11.0.2
What's Changed
11.0.1
version is skipped due to a release tooling issue.- Fix missing encoding issue with scope query param in AccessTokenRetrieverService by @arvindkrishnakumar-okta in #886
Full Changelog: okta-sdk-root-11.0.0...okta-sdk-root-11.0.2