12.0.0
arvindkrishnakumar-okta
released this
29 Jun 19:13
·
85 commits
to master
since this release
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