Skip to content

Okta.Sdk v6.0.0-beta01

Pre-release
Pre-release
Compare
Choose a tag to compare
@laura-rodriguez laura-rodriguez released this 02 Aug 16:03
96030d2

We're excited to drop the first prerelease version of the new OASv3 compatible Okta Management SDK for .NET! 🎉

⚠️ Prerelease warning

This version is beta-quality. We'd love for you to play with it and give us your thoughts, but we don't recommend using it in production applications. Based on the feedback we receive, we'll be iterating it towards a stable 6.0 release over the next few weeks. There may be minor breaking changes to the interfaces before stabilizing at 6.0.

Note: The 6.0.0-beta series is located in the oasv3 branch

What's included today

In this first beta version, we ported some of the existing features to the new SDK:

  • 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 is only available via the inline configuration

Upgrading

This version uses a new Open API generator and introduces several breaking changes, so we've rolled over the major version number to 6.0.0. Check out the migrating guide for more info!

If you've been using the existing Okta SDK (version 5.x), you can opt to try this new version (which will require some code changes), or stick with what you already have. The 5.x series of the SDK is still supported.