Releases: stormpath/stormpath-sdk-dotnet
Releases · stormpath/stormpath-sdk-dotnet
Stormpath.SDK v0.91.0
Support for .NET Core 1.0 RTM.
Stormpath.SDK v0.9.1
New Features
Support for .NET Core RC2 🎉 (#180)
Stormpath.SDK v0.9.0
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
Bug fixes and API documentation fixes.
Stormpath.SDK v0.8.2
Bug fixes and minor dependency updates.
Stormpath.SDK v0.8.0
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
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
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
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)