Skip to content

Commit 4f823b4

Browse files
Release v2.9.3 (#367)
1 parent b7f12ea commit 4f823b4

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Okta Python SDK Changelog
22

3+
## 2.9.3
4+
* Add missing properties to applicationsettingsapplication per the reference docs: https://developer.okta.com/docs/reference/api/apps/#settings-4
5+
* Add signed_nonce factor type per the reference docs: https://developer.okta.com/docs/reference/api/factors/#factor-type
6+
7+
## 2.9.2
8+
* Add missing dependency in setup.py by @justinabrokwah-okta in https://github.com/okta/okta-sdk-python/pull/351
9+
* Update __init__.py by @bretterer in https://github.com/okta/okta-sdk-python/pull/352
10+
11+
## 2.9.1
12+
* fixing okta icon image url by @BarondeCharlus in https://github.com/okta/okta-sdk-python/pull/323
13+
* Update README.md by @omidraha in https://github.com/okta/okta-sdk-python/pull/310
14+
* Update README.md by @glebinsky in https://github.com/okta/okta-sdk-python/pull/321
15+
* Update README.md by @scheblein in https://github.com/okta/okta-sdk-python/pull/300
16+
* update HTTPError, OktaAPIError to call Error base class constructor by @andyj29 in https://github.com/okta/okta-sdk-python/pull/319
17+
* Update type checking in jwt.py to use isinstance synxtax for consistency by @andyj29 in https://github.com/okta/okta-sdk-python/pull/320
18+
* pagination should be easier by @gabrielsroka in https://github.com/okta/okta-sdk-python/pull/328
19+
* Update next by @bretterer in https://github.com/okta/okta-sdk-python/pull/348
20+
* Update version number by @bretterer in https://github.com/okta/okta-sdk-python/pull/349
21+
322
## v2.9.0
423
* Addressed a number of open issues regarding SDK
524
* Allow overwriting of default HTTP headers

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[<img src="https://global.discourse-cdn.com/oktadev/original/1X/0c6402653dfb70edc661d4976a43a46f33e5e919.png" align="right" width="256px"/>](https://devforum.okta.com/)
2-
[![Build Status](https://img.shields.io/travis/okta/okta-sdk-python.svg?logo=travis)](https://travis-ci.org/okta/okta-sdk-python)
3-
![Beta Release](https://img.shields.io/badge/Beta-Upcoming-inactive.svg)
42
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
53
[![Support](https://img.shields.io/badge/support-Developer%20Forum-blue.svg)][devforum]
64

okta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.9.2'
1+
__version__ = '2.9.3'

0 commit comments

Comments
 (0)