Releases: okta/okta-sdk-java
Releases · okta/okta-sdk-java
19.0.1
What's Changed
- Bump
com.okta:okta-parent
from 33 to 35 by @arvindkrishnakumar-okta in #1565 - OKTA-803484: Fix deserialization issue with
BrandsApi::listBrandDomains()
response by @arvindkrishnakumar-okta in #1566
Full Changelog: okta-sdk-root-19.0.0...okta-sdk-root-19.0.1
19.0.0
What's Changed
- Fix DPoPInterceptor when called after retry (#1536) by @arvindkrishnakumar-okta in #1552
- Fix DPoPInterceptor thread-safety (#1534) by @arvindkrishnakumar-okta in #1551
- Fix issue with OAuth2 access token refresh by @arvindkrishnakumar-okta in #1555
- Missing JsonWebKey.setX5c() method in 18.0.0 #1547
- listGroupUsers() ignores the search option. #1554
- Default configurations are not loaded from okta.properties resource file #1556
- Upgrade to OASv3 2024.08.3 by @arvindkrishnakumar-okta in #1558
- Update README.md by @arvindkrishnakumar-okta in #1559
Full Changelog: okta-sdk-root-18.0.0...okta-sdk-root-19.0.0
18.0.0
What's Changed
- Bump Dependency Check Maven Plugin from 8.2.1 to 9.2.0 by @arvindkrishnakumar-okta in #1509
- OKTA-720638: Fix OASv3 spec - unable to access IdP links by @arvindkrishnakumar-okta in #1519
- Bump Java Parent to 32 and few misc dep upgrades by @arvindkrishnakumar-okta in #1520
- Upgrade SDK to use OASv3 spec version 2024.06.1 by @arvindkrishnakumar-okta in #1523
- Fix DPoP special char case by @arvindkrishnakumar-okta in #1528
- Update wrapper to use Maven 3.9.8 by @arvindkrishnakumar-okta in #1530
- Add missing externalId to BulkUpsertRequestBody by @arvindkrishnakumar-okta in #1531
- Update OASv3 spec with APPLE IdP type by @arvindkrishnakumar-okta in #1537
Full Changelog: okta-sdk-root-17.0.0...okta-sdk-root-18.0.0
17.0.0
What's Changed
- Fix
enumUnknownDefaultCase
in OpenAPI generator config by @arvindkrishnakumar-okta in #1002 - Create CODEOWNERS by @arvindkrishnakumar-okta in #1016
- Fix ApiClient NPE by @arvindkrishnakumar-okta in #1129
- Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78 by @dependabot in #1165
- Add automatic support for DPoP by @clementdenis @arvindkrishnakumar-okta in #1150
- Implement custom JWT assertion signing (#1001) by @arvindkrishnakumar-okta in #1215
- Bump openapi-generator from 7.4.0 to 7.5.0 by @arvindkrishnakumar-okta in #1276
- Use
URLDecode.decode()
that is compatible with pre Java 10 versions by @arvindkrishnakumar-okta in #1505 - OASv3 - UserSchemaAttributes minLength and maxLength must be nullable by @arvindkrishnakumar-okta in #1504
- Improve usability of Pagination and update code snippet by @arvindkrishnakumar-okta in #1506
PagedList
is marked deprecated.
Full Changelog: okta-sdk-root-16.0.0...okta-sdk-root-17.0.0
16.0.0
What's Changed
- Updated README with note on minimum Java version requirement for using this SDK (Java 11+).
- This version uses latest openapi-generator version 7.4.0 to generate models from Open API v3 Specification.
- Update SDK prev version in pom.xml by @arvindkrishnakumar-okta in #979
- Update README.md by @arvindkrishnakumar-okta in #982
- Fix issue #965 - add
signed_nonce
factor type in discriminator mapping by @arvindkrishnakumar-okta in #985 - Fix GroupsAPI missing Custom group profile attributes by @arvindkrishnakumar-okta in #987
- Add resource-set and role attributes to Role model (#988) by @arvindkrishnakumar-okta in #989
- Bump com.nimbusds:nimbus-jose-jwt from 9.30.2 to 9.37.2 in /impl by @dependabot in #992
- Bump several dependencies and misc refactor by @arvindkrishnakumar-okta in #994
- Upgrade GH Actions Java version to 21 by @arvindkrishnakumar-okta in #995
- Fix issue #983 - IdP Discovery Policy not returned in listPolicyRules() by @arvindkrishnakumar-okta in #996
- Fix deserialization of polymorphic types when discriminator property is unknown or null by @arvindkrishnakumar-okta in #981
Full Changelog: okta-sdk-root-15.0.0...okta-sdk-root-16.0.0
15.0.0
What's Changed
- OKTA-595091: Add setBcryptPasswordHash() to UserBuilder that takes encrypted hash string by @arvindkrishnakumar-okta in #963
- Bump ch.qos.logback:logback-classic from 1.3.4 to 1.3.12 by @dependabot in #964
- OKTA-678098: Fix UserProfile equals() by @arvindkrishnakumar-okta in #967
- Fix issue #968 - user profile serializer sending null values by @arvindkrishnakumar-okta in #969
- Bump logback-classic from 1.3.12 to 1.3.14 by @arvindkrishnakumar-okta in #970
- Fix issue - listing policy rules returns
NULL
forIDP_DISCOVERY
type by @arvindkrishnakumar-okta in #974 - Fix issue #975: error creating authorization server policy with type OAUTH_AUTHORIZATION_POLICY by @arvindkrishnakumar-okta in #976
- Fix #972: IdentityProviderApi cannot properly deserialize /ipds response by @arvindkrishnakumar-okta in #977
Full Changelog: okta-sdk-root-14.0.0...okta-sdk-root-15.0.0
13.0.3
14.0.0
What's Changed
- Added IT to test user creation with special char in names by @arvindkrishnakumar-okta in #946
- Added Snyk Dependency Scan by @arvindkrishnakumar-okta in #950
- Updated MIGRATING.md with notes on ExtensibleResource by @arvindkrishnakumar-okta in #951
- Replaced JDK17 with JDK21 image in CCI Build by @arvindkrishnakumar-okta in #953
- Upgrade few dependencies by @arvindkrishnakumar-okta in #956
- Upgrade Open API Spec to latest oasv3 repo commit tag
bfbb501
by @arvindkrishnakumar-okta in #955 - Updated readme with req for non-admin users for Okta resource access by @arvindkrishnakumar-okta in #958
- Reworked polymorphic deserialization to use built-in support in OpenAPI generator by @clementdenis in #957 (original PR: #948)
Full Changelog: okta-sdk-root-13.0.2...okta-sdk-root-14.0.0
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