Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Releases: stormpath/stormpath-sdk-dotnet

Stormpath.SDK v0.91.0

28 Jun 22:32
Compare
Choose a tag to compare

Support for .NET Core 1.0 RTM.

Stormpath.SDK v0.9.2

15 Jun 17:52
Compare
Choose a tag to compare

Stormpath.SDK v0.9.1

01 Jun 22:23
Compare
Choose a tag to compare

New Features

Support for .NET Core RC2 🎉 (#180)

Stormpath.SDK v0.9.0

17 May 16:38
Compare
Choose a tag to compare

New Features

  • Support for .NET framework 4.5 (not just 4.5.1)
  • Added the IAccount.PasswordModifiedAt property (#170)
  • Added password reuse settings to Password Policy (docs)
  • Better support for saving various types to Custom Data (#157)

Fixed Issues

  • Email addresses with + characters are encoded properly (#175)
  • Fixed a SAML bug (#176)

Stormpath.SDK v0.8.3

15 Apr 22:42
Compare
Choose a tag to compare

Bug fixes and API documentation fixes.

Stormpath.SDK v0.8.2

13 Apr 00:32
Compare
Choose a tag to compare

Bug fixes and minor dependency updates.

Stormpath.SDK v0.8.0

28 Mar 22:23
Compare
Choose a tag to compare

New Features

  • Account Creation Policy resource support (#46)
  • Password Policy resource support (#47)
  • Added support for sptoken parameter on ID Site (#162)
  • Get Account href from IAccessToken (#163)
  • Add expansion support to IAccessToken (#164) and IRefreshToken (#165)

Stormpath.SDK v0.7.1

11 Mar 22:15
Compare
Choose a tag to compare

Bugfix release only.

Fixed Issues

  • Some LINQ queries were failing intermittently (#159)
  • Some authentication requests were failing with certain characters (#161)

Stormpath.SDK v0.7.0

07 Mar 20:04
Compare
Choose a tag to compare

New Features

  • New Custom Data query API (#151)
  • Create/import accounts with MCF password hashes (#156)
  • Get the current SDK configuration (#152)
  • Support scoping the Client object (#153)

Stormpath.SDK v0.6.3

26 Feb 18:10
Compare
Choose a tag to compare

New Features

  • Support for DNX and CoreCLR (#98)
  • Added more ways to configure the SDK (#122)
  • Added a method to get an Organization by nameKey (#137)

Fixed Issues

  • Changed the ResourceException constructor to be public (#140)
  • Allow passing null to SetCacheProvider (#143)