Skip to content

Commit fd2594e

Browse files
Merge pull request #485 from okta/prep-release-5.0.1
prep release 5.0.1
2 parents be66b11 + ca6bf96 commit fd2594e

File tree

3 files changed

+128
-272
lines changed

3 files changed

+128
-272
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
Running changelog of releases since `2.0.0-rc.4`
33

4+
## v5.0.1
5+
- Fix object that does not have additional properties (#466) Thanks [@duytiennguyen-okta]
6+
47
## v5.0.0
58
- Update newest spec (#463) Thanks [@duytiennguyen-okta]
69

MIGRATING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,13 @@ var accessPolicyHref = createdApp.Links.AccessPolicy.Href
113113

114114
### Features parity
115115

116-
The following features have been ported to 6.x:
116+
The following features have been ported to 4.x:
117117

118118
* Inline configuration, configuration via environment variables, appsettings.json or YAML files
119119
* Manual pagination for collections
120120
* Default retry strategy for 429 HTTP responses and ability to provide your own strategy
121121
* Web proxy
122-
* OAuth for Okta
122+
* OAuth for Okta
123+
124+
## Migrating from 4.x to 5.x
125+
Version 5x of the SDK is essentially a name change

0 commit comments

Comments
 (0)