Skip to content

Commit

Permalink
Release v2.9.3 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanapellanes-okta authored Aug 24, 2023
1 parent b7f12ea commit 4f823b4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Okta Python SDK Changelog

## 2.9.3
* 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

## 2.9.2
* Add missing dependency in setup.py by @justinabrokwah-okta in https://github.com/okta/okta-sdk-python/pull/351
* Update __init__.py by @bretterer in https://github.com/okta/okta-sdk-python/pull/352

## 2.9.1
* fixing okta icon image url by @BarondeCharlus in https://github.com/okta/okta-sdk-python/pull/323
* Update README.md by @omidraha in https://github.com/okta/okta-sdk-python/pull/310
* Update README.md by @glebinsky in https://github.com/okta/okta-sdk-python/pull/321
* Update README.md by @scheblein in https://github.com/okta/okta-sdk-python/pull/300
* update HTTPError, OktaAPIError to call Error base class constructor by @andyj29 in https://github.com/okta/okta-sdk-python/pull/319
* Update type checking in jwt.py to use isinstance synxtax for consistency by @andyj29 in https://github.com/okta/okta-sdk-python/pull/320
* pagination should be easier by @gabrielsroka in https://github.com/okta/okta-sdk-python/pull/328
* Update next by @bretterer in https://github.com/okta/okta-sdk-python/pull/348
* Update version number by @bretterer in https://github.com/okta/okta-sdk-python/pull/349

## v2.9.0
* Addressed a number of open issues regarding SDK
* Allow overwriting of default HTTP headers
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[<img src="https://global.discourse-cdn.com/oktadev/original/1X/0c6402653dfb70edc661d4976a43a46f33e5e919.png" align="right" width="256px"/>](https://devforum.okta.com/)
[![Build Status](https://img.shields.io/travis/okta/okta-sdk-python.svg?logo=travis)](https://travis-ci.org/okta/okta-sdk-python)
![Beta Release](https://img.shields.io/badge/Beta-Upcoming-inactive.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Support](https://img.shields.io/badge/support-Developer%20Forum-blue.svg)][devforum]

Expand Down
2 changes: 1 addition & 1 deletion okta/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.9.2'
__version__ = '2.9.3'

0 comments on commit 4f823b4

Please sign in to comment.