Skip to content

Releases: auth0/go-auth0

v1.6.0

09 May 10:40
c081095
Compare
Choose a tag to compare

Added

Fixed

v1.5.0

23 Apr 10:11
c87af6e
Compare
Choose a tag to compare

Added

Fixed

v1.4.1

28 Feb 17:47
8b1b08c
Compare
Choose a tag to compare

Added

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)