Skip to content

v6.0.0

Compare
Choose a tag to compare
@damieng damieng released this 02 Apr 22:38
· 578 commits to master since this release
c755e3e
  • New GuardianClient for managing /guardian endpoints
  • New RolesClient for managing /roles endpoints
  • PasswordChangeTicket now has IncludeEmailInRedirect and MailEmailAsVerified
  • ApiConnection now has Dispose to dispose the HttpClient it creates
  • ManagementApiClient now has Dispose to dispose the ApiConnection it creates
  • XML documentation tweaks
  • Dependencies updated

Breaking changes

See our migration guide for full details.

  • All I*Client interfaces have been removed so adding endpoints is no longer breaking
  • IManagementApi interface was removed so adding new clients is no longer breaking
  • All non-paging GetAll methods have been removed
  • DiagnosticsHeader/DiagnosticsComponent are no longer available