Skip to content

Releases: okta/okta-sdk-dotnet

Okta.Sdk v1.1.0

22 Nov 00:06
79156f1
Compare
Choose a tag to compare

Okta.Sdk v1.0.0

05 Sep 21:14
d001e79
Compare
Choose a tag to compare

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

15 Aug 19:12
0168e25
Compare
Choose a tag to compare
Pre-release
  • Added implicit cast from string to StringEnum (#238)
  • Made SetProperty public (#166 )
  • Renamed OrgUrl to OktaDomain in the Configuration settings (#199)

Okta.Sdk v1.0.0-alpha8

14 Aug 17:30
3e70ac9
Compare
Choose a tag to compare
Pre-release

Okta.Sdk v1.0.0-alpha7

18 Jun 17:29
e155419
Compare
Choose a tag to compare
Pre-release
  • 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

17 Apr 13:24
a97fd58
Compare
Choose a tag to compare
Pre-release
  • Added GetCollection<T> (#157)

Okta.Sdk v1.0.0-alpha5

29 Mar 16:36
Compare
Choose a tag to compare
Pre-release
  • Fixed a crash on .NET Framework <4.7 (#172)

Okta.Sdk v1.0.0-alpha4

08 Jan 17:39
8221bff
Compare
Choose a tag to compare
Pre-release

Factors API and doc changes

  • Added Factors API (#163)
  • Fixed missing reference to devforum link (#162)
  • Added details on alpha status to docs (#161)
  • Pin cake addin versions for build stability (#160)

Okta.Sdk v1.0.0-alpha3

17 Jul 23:51
Compare
Choose a tag to compare
Pre-release

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

14 Jul 22:52
Compare
Choose a tag to compare
Pre-release

Minor update to the Okta.Sdk alpha release.

  • Added more code documentation
  • Fixed an issue where API calls failed on some platforms (#127)
  • Added more convenience overloads for CreateUserAsync (#109)