Skip to content

Releases: auth0/go-auth0

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)

v0.13.1

14 Dec 17:05
Compare
Choose a tag to compare

Added

  • Added Provider() and UpdateProvider() to MFA Push (#136)
  • Added Mixpanel LogStream (#133)

v0.13.0

07 Nov 12:58
Compare
Choose a tag to compare

Added

  • Added support for creating action log sessions (#127)
  • Added new email provider manager (#129)
  • Added support for Okta connection (#130)

Deprecated

  • Deprecated email manager (#129)

v0.12.0

18 Oct 13:25
Compare
Choose a tag to compare

Added

  • Added omitempty json tag to IdentityAPI on ConnectionOptionsAzureAD (#119)
  • Added ability to retrieve the default BrandingTheme (#122)
  • Added missing fields to Log (#115)
  • Added LastPasswordReset to User (#125)

⚠️Breaking Changes

  • Changed ClientMetadata to *map[string]interface{} in Client (#120)
  • Changed BrandingTheme fields from int to float64 to increase precision (#121)