Skip to content

Releases: auth0/go-auth0

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

v0.17.2

22 May 09:16
Compare
Choose a tag to compare

Added

  • Added support for updating the Expiry of a Credential (#206)/(#209)

Fixed

  • Correct the ForwardReqInfo property on ConnectionOptionsSMS (#207)

v0.17.1

15 May 14:33
Compare
Choose a tag to compare

Added

  • Added support for configuring RequirePushedAuthorizationRequests on Clients and Tenants (#201)
  • Added support for settings the OIDCBackchannelLogout configuration for a Client (#202)

Note
At the time of release, both of these features require enablement for a tenant

v0.17.0

19 Apr 14:55
Compare
Choose a tag to compare

Added

  • Added support for managing APNS and FCM provider configurations (#184)
  • Added support for the MFAShowFactorListOnEnrollment tenant flag (#187)
  • Added support for setting OrganizationID on a Ticket (#195)
  • Added support for managing Client Credentials (#196)
  • Added support for setting Identity and OrganizationID on VerifyEmail calls (#197)

Fixed

  • Fixed handling of Log entries where Scope is returned as an array of strings (#194)

v0.16.0

15 Mar 11:39
Compare
Choose a tag to compare

Added

  • Introduce sending client information with requests (#164)
  • Added support for Ping Federate connection (#175)
  • Added support for Factor Management endpoints (#176)
  • Added support for setting disable_self_service_change_password on database connections (#178)

Fixed

  • Fixed issue when decoding ConnectionOptionsGoogleOAuth2 with allowed_audiences set as an empty string (#174)
  • Fixed support for checkpoint pagination (#179)

v0.15.1

30 Jan 20:49
Compare
Choose a tag to compare

Added

  • Added EnableScriptContext to ConnectionOptions (#158)
  • Added TrustEmailVerified, SignInEndpoint, Thumbprints, FedMetadataXML to ConnectionOptionsADFS (#161)

Fixed

  • Fixed the Connection.UnmarshalJSON() for ConnectionStrategyADFS (#160)

Changed

  • Changed the CrossOriginAuth's json tag cross_origin_auth to cross_origin_authentication (#159)

v0.15.0

26 Jan 20:41
Compare
Choose a tag to compare

Added

  • Added support for segment log stream type (#151)
  • Added Stage field to BreachedPasswordDetection (#148)
  • Added LogoURL field to ConnectionOptionsOkta (#153)

v0.14.0

19 Dec 19:39
Compare
Choose a tag to compare

Added

  • Added ability to retrieve job errors (#141)
  • Added summary to jobs (#140)

Fixed

  • Fixed import users job (#139)