Releases: okta/okta-sdk-python
Releases · okta/okta-sdk-python
v2.9.8
What's Changed
- add signed_nonce userfactor type by @bryanapellanes-okta in #414
Full Changelog: v2.9.6...v2.9.8
v2.9.7
Version 2.9.5
What's Changed
- OKTA-641384: clear token from cache on call to oauth.clear_access_token() by @bryanapellanes-okta in #380
Full Changelog: v2.9.4...v2.9.5
Version 2.9.4
What's Changed
- OKTA-672843 include response for next() during paging operation by @bryanapellanes-okta in #379
Full Changelog: v2.9.3...v2.9.4
Version 2.9.3
What's Changed
- Add missing properties to applicationsettingsapplication per the reference docs: https://developer.okta.com/docs/reference/api/apps/#settings-4
- Add signed_nonce factor type per the reference docs: https://developer.okta.com/docs/reference/api/factors/#factor-type
Version 2.9.2
What's Changed
- Add missing dependency in setup.py by @justinabrokwah-okta in #351
- Update init.py by @bretterer in #352
Full Changelog: v2.9.1...v2.9.2
Version 2.9.1
What's Changed
- fixing okta icon image url by @BarondeCharlus in #323
- Update README.md by @omidraha in #310
- Update README.md by @glebinsky in #321
- Update README.md by @scheblein in #300
- update HTTPError, OktaAPIError to call Error base class constructor by @andyj29 in #319
- Update type checking in jwt.py to use isinstance synxtax for consistency by @andyj29 in #320
- pagination should be easier by @gabrielsroka in #328
- Update next by @bretterer in #348
- Update version number by @bretterer in #349
New Contributors
- @BarondeCharlus made their first contribution in #323
- @omidraha made their first contribution in #310
- @glebinsky made their first contribution in #321
- @scheblein made their first contribution in #300
- @andyj29 made their first contribution in #319
Full Changelog: v2.9.0...v2.9.1
Version 2.9.0
What's Changed
- Replace report-url with example.com by @bjr-okta in #327
- Update to model generation for MultiValueEnum's by @justinabrokwah-okta in #317
- Update version to 2.8.0 by @bretterer in #331
- Support customized HTTP Request Headers by @justinabrokwah-okta in #337
- Update config.yml by @bretterer in #338
- Specify kid when provided for JWT by @justinabrokwah-okta in #339
- Fix UserProfile Custom Attributes casing by @justinabrokwah-okta in #341
- Remove all explicit event loop usage. Use pytest.mark.asyncio decorator by @serhiibuniak-okta in #278
- Correctly set logger level in config by @justinabrokwah-okta in #343
- Removing expect-ct header from repo by @justinabrokwah-okta in #344
- Updating pycryptodome dependency to pycryptodomex by @justinabrokwah-okta in #345
- Supporting the previewSAMLAppMetadata operation by @justinabrokwah-okta in #342
- Improving support for multiple async requests by @justinabrokwah-okta in #346
- Update SDK based on latest spec by @justinabrokwah-okta in #347
New Contributors
- @bjr-okta made their first contribution in #327
Full Changelog: v2.7.0...v2.9.0
Version 2.7.0
What's Changed
- Regenerated and added pkce_requried to app oauth credentials by @drewcarmichael-okta in #313
- Prep for 2.7.0 by @bretterer in #314
New Contributors
- @drewcarmichael-okta made their first contribution in #313
Full Changelog: v2.6.0...v2.7.0
Version 2.6.0
2.6.0
- Manage custom group profile attributes (Fixes #279)