Releases: auth0/go-auth0
Releases · auth0/go-auth0
v1.4.0
Added
- SDK-4478 Support organization id when resetting a password #333 (ewanharris)
- Implement MFA authentication APIs #331 (ewanharris)
- Export an Authentication Error to allow type assertions #330 (ewanharris)
- SDK-4738 Add support for performing Pushed Authorization Requests #327 (ewanharris)
Removed
- DXEX-3404 chore: revert actions log sessions #325 (johneke-auth0)
v1.3.1
v1.3.0
v1.2.0
v1.1.0
Added
- Add
ConnectionSettings
andAttributeMap
toConnectionOptionsOIDC
andConnectionOptionsOkta
(#277) - Add properties to
ConnectionOptionsGoogleApps
(#278) - Add
Scopes
andSetScopes
forConnectionOptionsPingFederate
andConnectionOptionsSAML
(#274) - Add support for
allow_organization_name_in_authentication_api
tenant setting (#280/#281)
Changed
- Bump Go version to 1.20 (#279)
Fixed
- Allow sending null values for
From
andMessagingServiceSID
inConnectionOptionsSMS
(#275)
v1.0.2
v1.0.1
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