Releases: okta/okta-sdk-dotnet
Okta.Sdk v1.0.0
Version 1.0.0
This release marks the stable 1.0 version of our Okta .NET management SDK!
📦 The package is available on NuGet as Okta.Sdk.
📝 If you are migrating from version 0.3, see our migration documentation.
❔ If you have questions about how to use this library, post on our Developer Forum. If you find a bug, post an issue here on GitHub.
Fixes in this release
- Updated library configuration checks (#267)
Okta.Sdk v1.0.0-alpha9
Okta.Sdk v1.0.0-alpha8
- Added support for the Applications API
- Added support for the Sessions API
- Added support for the System Log API
Okta.Sdk v1.0.0-alpha7
- Fixed a bug when adding users with a provider (#188)
- Added support for reading the
errorCauses
array when an error occurs (#185) - Added a constructor overload to allow passing in a custom
HttpClient
(#190)
Big thanks to @ryannewington for his contributions on this release!
Okta.Sdk v1.0.0-alpha6
- Added
GetCollection<T>
(#157)
Okta.Sdk v1.0.0-alpha5
- Fixed a crash on .NET Framework <4.7 (#172)
Okta.Sdk v1.0.0-alpha4
Okta.Sdk v1.0.0-alpha3
Bug fixes.
- Fixed a configuration parsing exception (#137) - thanks @diveboatslave!
- Fixed a problem with updating User objects (#143)
- Fixed package icon (#136)
- Improvements to documentation
Okta.Sdk v1.0.0-alpha2
Okta.Sdk v1.0.0-alpha1
We're excited to drop the first prerelease version of the new Okta Management SDK for .NET! 🎉
To try it out, install the package Okta.Sdk on NuGet:
install-package Okta.Sdk
Prerelease warning
This version is alpha-quality. We'd love for you to play with it and give us your thoughts, but don't recommend using it in production applications just yet. We'll be iterating it towards a stable 1.0 release over the next few weeks, based on the feedback we receive. There may be minor breaking changes to the interfaces before we stabilize at 1.0.
What's included today
- Support for the Users and Groups APIs.
- Flexible configuration model so you can configure the SDK using code, environment variables, or a config file.
- Extensible interfaces and objects so you can write your own code to call the Okta API if you need to.
- Support for .NET Framework and .NET Core.
Upgrading
This version is a rewrite of the library and a completely-breaking change, so we've rolled over the major version number to 1.0.0.
If you've been using the existing Okta SDK (version 0.x), you can opt to try this new version (which will require some code changes), or stick with what you already have. The 0.x series of the SDK is still supported. If you have any questions, please get in touch!