File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Okta Python SDK Changelog
2
2
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
+
3
22
## v2.9.0
4
23
* Addressed a number of open issues regarding SDK
5
24
* Allow overwriting of default HTTP headers
Original file line number Diff line number Diff line change 1
1
[ <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 )
4
2
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
5
3
[ ![ Support] ( https://img.shields.io/badge/support-Developer%20Forum-blue.svg )] [ devforum ]
6
4
Original file line number Diff line number Diff line change 1
- __version__ = '2.9.2 '
1
+ __version__ = '2.9.3 '
You can’t perform that action at this time.
0 commit comments