This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Releases: stormpath/stormpath-sdk-dotnet
Releases · stormpath/stormpath-sdk-dotnet
Stormpath.SDK v0.95.2
Stormpath.SDK v0.95.1
New features
- Added support for the
authorizedOriginUris
property on the Application object.
Fixed issues
- Fixed a bug which caused higher than normal API call volume because caching was being skipped. If you've been seeing high API calls, try updating to this package! (#237, #207)
- Fixed an issue with some characters not being encoded properly in OAuth requests. (#235)
- Using the
!
(not) operator in LINQ-to-Stormpath will now throw an exception correctly in more circumstances. (#227)
Stormpath.SDK v0.95.0
New features
- Support for the
client_credentials
OAuth grant type - thanks @saimaddali! (#173) - Support for the
stormpath_social
OAuth grant type - also thanks to @saimaddali! (#200) - Multifactor authentication support. (#211)
Fixed issues
Stormpath.SDK v0.94.2
Fixed a bug that caused unhandled exceptions when getting some accounts (#212).
Stormpath.SDK v0.94.1
- Fixed a bug where getting a SAML Directory's provider caused an exception. (#208)
Stormpath.SDK v0.94.0
Stormpath.SDK v0.93.0
- Improved performance when pulling down large collections.
- Added support for serializing and deserializing POCOs in Custom Data (#182).
- Added Stormpath Request ID property to errors (#184).
- Added support for API Key name and description fields (#185).
- Added email whitelist and blacklist configuration support (#190).
- Added authorized callback URI configuration support.
- Added Organization name key to OAuth Password Grant requests (#191).
Stormpath.SDK v0.92.2
- Support for the
stormpath_token
grant type. - Bug fixes.
Stormpath.SDK v0.92.1
- Fixed a package bug that caused errors when installing on some .NET 4.5+ projects.
Stormpath.SDK v0.92.0
- Added support for customizing the path that is searched for configuration files.