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.95.2

20 Jan 00:28
Compare
Choose a tag to compare

Fixed issues

  • Added a more helpful error message when using unsupported LINQ methods. (#203)
  • The SDK now allows null values to be saved to Custom Data. (#241)
  • Fixed an issue where Stormpath.SDK.Cache.Redis would sometimes throw a package error when installing to a .NET Framework 4.5 project. (#244)

Stormpath.SDK v0.95.1

28 Dec 01:39
Compare
Choose a tag to compare

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

01 Nov 20:24
Compare
Choose a tag to compare

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

  • Under-the-hood improvements to make parsing less brittle. (#214)
  • Fixed bugs in the Redis cache adapter (Stormpath.SDK.Cache.Redis). (#222)

Stormpath.SDK v0.94.2

12 Oct 11:14
Compare
Choose a tag to compare

Fixed a bug that caused unhandled exceptions when getting some accounts (#212).

Stormpath.SDK v0.94.1

13 Sep 23:18
Compare
Choose a tag to compare
  • Fixed a bug where getting a SAML Directory's provider caused an exception. (#208)

Stormpath.SDK v0.94.0

07 Sep 02:25
Compare
Choose a tag to compare

New features

  • ToArrayAsync method. (#201)
  • Better checks for access/refresh tokens. (#186)

Fixed issues

  • Cache manager can now be fully configured via inline/markup configuration. (#150)

Stormpath.SDK v0.93.0

09 Aug 15:19
Compare
Choose a tag to compare
  • 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

13 Jul 00:06
Compare
Choose a tag to compare
  • Support for the stormpath_token grant type.
  • Bug fixes.

Stormpath.SDK v0.92.1

29 Jun 22:33
Compare
Choose a tag to compare
  • Fixed a package bug that caused errors when installing on some .NET 4.5+ projects.

Stormpath.SDK v0.92.0

29 Jun 21:21
Compare
Choose a tag to compare
  • Added support for customizing the path that is searched for configuration files.