Skip to content

Commit

Permalink
Merge pull request #313 from okta/prep_2_13_0
Browse files Browse the repository at this point in the history
v2.13.0 release
  • Loading branch information
monde authored Jun 21, 2022
2 parents 89d2eaf + 72d0de7 commit b4946d7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v2.13.0

Okta SDK Golang release in conjunction with [v2.13.0 of the Okta OpenAPI Specification (Management APIs)](https://github.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.13.0)

### Updates

- Added properties `host`, `integrationKey`, and `secretKey` to `AuthenticatorProviderConfiguration` model to support Duo Authenticator [openapi-2.13.0](https://github.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.13.0)
- Renamed query parameter `search` to `filter` on `GET /api/v1/groups` endpoint [openapi-2.13.0](https://github.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.13.0)
- New feature, SDK client can authenticate with Bearer token orienting the SDK client to the security scope of a specific application [#310](https://github.com/okta/okta-sdk-golang/pull/310)
- Added ability to specify JWT kid header [#308](https://github.com/okta/okta-sdk-golang/pull/308)

### Bug fixes

- Schema API calls with one of / enum values will have correct type when calling API [#312](https://github.com/okta/okta-sdk-golang/pull/312)


## v2.12.1
- Corrected out of order method and API parameters
- `AuthorizationServerResource`
Expand Down
2 changes: 1 addition & 1 deletion okta/okta.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/generator/createdFiles.json

Large diffs are not rendered by default.

0 comments on commit b4946d7

Please sign in to comment.