We're excited to drop the first prerelease version of the new OASv3 compatible Okta Management SDK for Go! 🎉
⚠️ 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 release over the next few weeks. There may be breaking changes to the interfaces before stabilizing
Note: The 3.0.0-beta series is located in the oasv3-migration 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
- Proxy support
If you've been using the existing Okta SDK (version 2.x), you can opt to try this new version (which will require some code changes), or stick with what you already have. The 2.x series of the SDK is still supported.