Releases: auth0/auth0.net
Releases · auth0/auth0.net
7.1.0
- Add support for Log Streams API in Auth0.ManagementApi
7.0.9
- Fix boolean casing on form post operations such as ImportUsersAsync so that upsert and sendCompletionEmail work.
7.0.8
- Add missing "connections" property on UserBlock class
7.0.7
- AuthenticationApiClient now respects path portions of the URI passed to the constructor.
7.0.6
- Force DateParseHandling of DateTime in JSON.NET serialization to avoid global setting.
7.0.5
- Use own JSON.NET serialization settings (avoids conflicts with changes to global) #390
- Fix Jobs ImportUsersAsync function, add new SendVerificationEmail setting #392
- Add missing properties to Jobs class.
- Add client_secret support to passwordless authentication #393
7.0.4
- Ensure JWKS keys are cached for the correct period #383
- Raise RateLimitApiException on 429/TooManyRequests status code response #384
7.0.3
- Fixed path encoding allowing ResourceServers.GetAsync to work with HTTP URLs #377
- Add support for extra error properties to facilitate mfa_required etc. #376
7.0.2
- Fixed a concurrency issue - missing ConfigureAwait(false) in HttpClient*Connections.
7.0.1
- Fixes request message disposal issue in HttpClient*Connection.GetAsync on .NET Framework 4.x