Releases: okta/okta-sdk-golang
Releases · okta/okta-sdk-golang
v6.1.6
What's Changed
- feat: remove required parameters from user identifier policy conditions by @pranav-okta in #589
Full Changelog: v6.1.5...v6.1.6
v6.1.5
v6.1.4
What's Changed
- addresses the missing fields in OAuth2ClientJsonSigningKeyResponse by @aditya-okta in #586
Full Changelog: v6.1.3...v6.1.4
v6.1.3
What's Changed
- fix: CreateGroupPushMappingRequest accept Appconfig as pointer by @pranav-okta in #584
Full Changelog: v6.1.2...v6.1.3
v6.1.2
What's Changed
- fix: add required type for AppConfig by @pranav-okta in #583
Full Changelog: v6.1.1...v6.1.2
v6.1.1
What's Changed
- fix: list policies 200 response by @pranav-okta in #582
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- Update the OpenAPI spec to v2026.03.0. Thanks @pranav-okta
v6.0.4
What's Changed
- fix: Don't mutate original request query by @erezrokah in #568
- fix: policy condition using required params instead of optional by @pranav-okta in #577
Full Changelog: v6.0.3...v6.0.4
v6.0.3
v6.0.3
- Fix
CreateGroupPushMappingAPI request body structure #570. Thanks @aditya-okta - Fix "data matches more than one schema in oneOf" error when creating/reading OIDC applications with JWKS keys #571. Thanks @aditya-okta
- Add fallback logic in
oneOfdiscriminator unmarshalling that returns nil instead of an error when the discriminator value doesn't match any explicit mapping #571 - Add
OAuth2ClientJsonWebKeySetschema for JWKS API responses #571 - Add missing fields to JWKS schemas (
alg,use,created,id,lastUpdated,_links) #571 - Add
crv(curve) field to EC key schemas for ECDSA key support #571 - Add named schema
OpenIdConnectApplicationSettingsClientKeysKeysInnerto ensure JWKS key documentation is generated #571
v6.0.2
v6.0.2
- Fix datatype of lastConnection in agent pools response #566. Thanks @pranav-okta
- Add oneOf discriminator to idp protocol response #563. Thanks @pranav-okta
- Fix invalid DPoP token by re-authorizing the retries #562. Thanks @pranav-okta