Releases: auth0/auth0.net
Releases · auth0/auth0.net
7.5.1
Changed
- Sync Tenant Flags with API v2 #467 (frederikprijck)
- Add ClientId to PasswordChangeTicketRequest #464 (frederikprijck)
7.5.0
Added
- Add pagination to retrieving Device Credentials #460 (frederikprijck)
7.4.0
7.3.2
Added
- Allow creating and updating RefreshToken settings for Clients #451 (SamTheWizard)
7.3.1
Fixed
- Include WebAuthn Guardian Factory names #446 (frederikprijck)
7.3.0
Added
- Complete passwordless API #438 (frederikprijck)
- Implement the POST Job Users Export endpoint #436 (frederikprijck)
7.2.0
- Support passing the Identity property to the payload sent to JobsClient.SendVerificationEmailAsync
and TicketClient.CreateEmailVerificationTicketAsync in Auth0.ManagementApi - Fix ConnectionsClient.GetAllAsync when trying to use multiple strategies in Auth0.ManagementApi
- Add Sources to the User's Permissions when using UserClient.GetPermissionsAsync in Auth0.ManagementApi.
The return type of the UserClient.GetPermissionsAsync method has been changed,
so there might be use-cases where this is breaking your existing code base.
In case you are inheriting the UserClient and overriding the GetPermissionsAsync method, you will need to update your code
to ensure the return type matches the return type of the updated UserClient.GetPermissionsAsync method.
7.1.0
- Add support for Log Streams API in Auth0.ManagementApi
7.0.9
7.0.8
- Add missing "connections" property on UserBlock class