Skip to content

Releases: auth0/go-auth0

v0.6.3

13 Apr 17:46
Compare
Choose a tag to compare

Fixed

  • Fixed uri path escaping for param IDs that have a forward slash in them (#40)

v0.6.2

07 Apr 19:00
Compare
Choose a tag to compare

Added

  • Added a method to Unlink a User's identity (#35)
  • Added fields required to support self-managed certificates (#37)
  • Added profileData key to UserIdentity (#33)
  • [DXCDT-104] Added Filters to LogStream (#38)

v0.6.1

03 Mar 16:36
Compare
Choose a tag to compare

Added

  • Added ShowAsButton option on Connection (#29)

Fixed

  • Fixed json tags on AllowList for Attack Protection structs (#30)

v0.6.0

22 Feb 16:39
Compare
Choose a tag to compare

Added

  • [DXCDT-44] Add attack protection endpoints (#27)
  • Added missing field ClientID to Ticket (#25)
  • Clarify intended usage of roles in app metadata vs RBAC (#24)

v0.5.0

14 Feb 10:27
Compare
Choose a tag to compare

This project is a continuation of go-auth0/auth0.
To view previous release notes please check CHANGELOG.md.

Breaking Changes

  • Renamed client.ClientCredentials to client.OAuth2ClientCredentials
  • Renamed ActionVersionError.Url to ActionVersionError.URL
  • Renamed ActionBindingReferenceById to ActionBindingReferenceByID
  • Renamed ConnectionOptionsSMS.GatewayUrl to ConnectionOptionsSMS.GatewayURL
  • Renamed Connection.ProvisioningTicketUrl to Connection.ProvisioningTicketURL
  • Removed deprecated ActionManager.ListTriggers()
  • Removed deprecated ActionManager.ReadVersion()
  • Removed deprecated ActionManager.ListVersions()
  • Removed deprecated ActionManager.ListBindings()
  • Removed deprecated ActionManager.ReadExecution()
  • Removed deprecated ClientRefreshToken.Type
  • Removed deprecated WithFields()
  • Removed deprecated WithoutFields()
  • Removed deprecated TenantFlags.ChangePasswordFlowV1