Skip to content

Releases: auth0/go-auth0

v1.4.0

14 Dec 13:57
a3d8aa9
Compare
Choose a tag to compare

Added

Removed

v1.3.1

30 Nov 11:24
30c8dec
Compare
Choose a tag to compare

Changed

  • Allow Scopes in ClientGrant to be sent as an empty array (#318)

v1.3.0

10 Nov 16:00
Compare
Choose a tag to compare

Added

  • Add DisableSelfServiceChangePassword to ConnectionOptionsAD (#308)
  • Add support for using Organizations with Client Grants (#309)

v1.2.0

26 Oct 09:37
Compare
Choose a tag to compare

Added

  • Add Roles field to the OrganizationMember struct (#293)
  • Add CustomizeMFAInPostLoginAction tenant setting (#294)
  • Add Passkey data to AuthenticationMethod and ConnectionOptions (#296)
  • Add a Sort RequestOption helper to sort fields (#298)

v1.1.0

14 Sep 10:19
Compare
Choose a tag to compare

Added

  • Add ConnectionSettings and AttributeMap to ConnectionOptionsOIDC and ConnectionOptionsOkta (#277)
  • Add properties to ConnectionOptionsGoogleApps (#278)
  • Add Scopes and SetScopes for ConnectionOptionsPingFederate and ConnectionOptionsSAML (#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 and MessagingServiceSID in ConnectionOptionsSMS (#275)

v1.0.2

30 Aug 16:42
Compare
Choose a tag to compare

Added

  • Add line connection strategy (#271)

Fixed

  • Add missing scope tags to connection options (#269)
  • Fix incorrect json tag for PreviousThumbprints on ConnectionOptionsADFS (#270)

v1.0.1

22 Aug 14:06
Compare
Choose a tag to compare

Added

  • Support Client Assertion authentication on Authentication Client (#260)
  • Add more known properties onto ad, adfs, pingfederate, saml, and waad connection options (#263)

v0.17.3

22 Aug 14:08
Compare
Choose a tag to compare

Added

  • Add more known properties onto ad, adfs, pingfederate, saml, and waad connection options (#265)
  • Support DecryptionKey on SAML Connection Options (#251)

v1.0.0

27 Jul 14:16
Compare
Choose a tag to compare

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 and ms365 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, and Vimeo connection strategies (#245)

⚠️ Please review the migration guide to understand the changes required to update your application.

v1.0.0-beta.0

26 Jun 16:48
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

⚠️ This SDK is in beta and is subject to breaking changes. It is not recommended for production use, but we welcome any feedback and assistance in testing.

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