Skip to content

Commit

Permalink
Merge pull request #485 from okta/prep-release-5.0.1
Browse files Browse the repository at this point in the history
prep release 5.0.1
  • Loading branch information
duytiennguyen-okta committed Aug 20, 2024
2 parents be66b11 + ca6bf96 commit fd2594e
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 272 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v5.0.1
- Fix object that does not have additional properties (#466) Thanks [@duytiennguyen-okta]

## v5.0.0
- Update newest spec (#463) Thanks [@duytiennguyen-okta]

Expand Down
7 changes: 5 additions & 2 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,13 @@ var accessPolicyHref = createdApp.Links.AccessPolicy.Href

### Features parity

The following features have been ported to 6.x:
The following features have been ported to 4.x:

* Inline configuration, configuration via environment variables, appsettings.json or YAML files
* Manual pagination for collections
* Default retry strategy for 429 HTTP responses and ability to provide your own strategy
* Web proxy
* OAuth for Okta
* OAuth for Okta

## Migrating from 4.x to 5.x
Version 5x of the SDK is essentially a name change
Loading

0 comments on commit fd2594e

Please sign in to comment.