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

Stormpath.SDK v0.95.1

Compare
Choose a tag to compare
@nbarbettini nbarbettini released this 28 Dec 01:39
· 25 commits to develop since this release

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)