Skip to content

Commit cc642c3

Browse files
authored
prepare release v6.0.3 (#572)
1 parent 33e4748 commit cc642c3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
Running changelog of releases since `2.0.0-rc.4`
33

4+
## v6.0.3
5+
- Fix `CreateGroupPushMapping` API request body structure [#570](https://github.com/okta/okta-sdk-golang/pull/570). Thanks [@aditya-okta](https://github.com/aditya-okta)
6+
- Fix "data matches more than one schema in oneOf" error when creating/reading OIDC applications with JWKS keys [#571](https://github.com/okta/okta-sdk-golang/pull/571). Thanks [@aditya-okta](https://github.com/aditya-okta)
7+
- Add fallback logic in `oneOf` discriminator unmarshalling that returns nil instead of an error when the discriminator value doesn't match any explicit mapping [#571](https://github.com/okta/okta-sdk-golang/pull/571)
8+
- Add `OAuth2ClientJsonWebKeySet` schema for JWKS API responses [#571](https://github.com/okta/okta-sdk-golang/pull/571)
9+
- Add missing fields to JWKS schemas (`alg`, `use`, `created`, `id`, `lastUpdated`, `_links`) [#571](https://github.com/okta/okta-sdk-golang/pull/571)
10+
- Add `crv` (curve) field to EC key schemas for ECDSA key support [#571](https://github.com/okta/okta-sdk-golang/pull/571)
11+
- Add named schema `OpenIdConnectApplicationSettingsClientKeysKeysInner` to ensure JWKS key documentation is generated [#571](https://github.com/okta/okta-sdk-golang/pull/571)
12+
413
## v6.0.2
514
- Fix datatype of `lastConnection` in agent pools response [#566](https://github.com/okta/okta-sdk-golang/pull/566). Thanks [@pranav-okta](https://github.com/okta/pranav-okta)
615
- Add `oneOf` discriminator to idp protocol response [#563](https://github.com/okta/okta-sdk-golang/pull/563). Thanks [@pranav-okta](https://github.com/okta/pranav-okta)

0 commit comments

Comments
 (0)