Releases: auth0/go-auth0
Releases · auth0/go-auth0
v0.7.0
v0.6.4
Added
- Added support for webauthn_platform_first_factor_prompt flag in the prompt (#59)
Changed
- Bumped Go version to 1.18 (#71)
- Ensured that all the tests can be run in any order
- Ensured that all the tests clean up the test tenant afterwards of any created resources
- Enabled http recordings with go-vcr to be used within tests for more reliable testing
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.0
This project is a continuation of go-auth0/auth0.
To view previous release notes please check CHANGELOG.md.
Breaking Changes
- Renamed
client.ClientCredentials
toclient.OAuth2ClientCredentials
- Renamed
ActionVersionError.Url
toActionVersionError.URL
- Renamed
ActionBindingReferenceById
toActionBindingReferenceByID
- Renamed
ConnectionOptionsSMS.GatewayUrl
toConnectionOptionsSMS.GatewayURL
- Renamed
Connection.ProvisioningTicketUrl
toConnection.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