Releases: auth0/go-auth0
Releases · auth0/go-auth0
v0.17.3
v1.0.0
Added
- Generate safe getters for
map[string]interface{}
types (#205) - Expose configuration of retry strategy (#216)
- Authentication client (#222, #227, #226, #229, #232)
- Validate
org_name
claim in ID token (#246) - Support
azure_cs
andms365
email providers (#247) - Support
OIDCLogoutPrompt
setting on tenant (#249) - Support
DecryptionKey
on SAML Connection Options (#251)
Breaking Changes
- Improve typing of Client Addons (#208, #228)
- Accept a
context.Context
as the first argument for all methods (#212) - Refactor Management struct to avoid chaining issue (#214)
- Removed deprecated
EmailManager
(#218) - Removed
ResourceServer.Stream
(#224) - Removed
DigitalOcean
,Discord
,Figma
,Imgur
,Slack
,Spotify
,Twitch
, andVimeo
connection strategies (#245)
v1.0.0-beta.0
This release focuses on making some identified breaking changes and adding several enhancements, including:
- An improved and configurable retry strategy
- Addition of an Authentication Client
- Improved auto-generated Getters for Management structs
Please see the migration guide for full details on breaking changes and guidance on updating your application
v0.17.2
v0.17.1
v0.17.0
Added
- Added support for managing
APNS
andFCM
provider configurations (#184) - Added support for the
MFAShowFactorListOnEnrollment
tenant flag (#187) - Added support for setting
OrganizationID
on aTicket
(#195) - Added support for managing Client Credentials (#196)
- Added support for setting
Identity
andOrganizationID
onVerifyEmail
calls (#197)
Fixed
- Fixed handling of
Log
entries whereScope
is returned as an array of strings (#194)
v0.16.0
v0.15.1
Added
- Added
EnableScriptContext
toConnectionOptions
(#158) - Added
TrustEmailVerified
,SignInEndpoint
,Thumbprints
,FedMetadataXML
toConnectionOptionsADFS
(#161)
Fixed
- Fixed the
Connection.UnmarshalJSON()
forConnectionStrategyADFS
(#160)
Changed
- Changed the
CrossOriginAuth
's json tagcross_origin_auth
tocross_origin_authentication
(#159)