Skip to content

Releases: auth0/go-auth0

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)

v0.11.0

06 Oct 20:57
Compare
Choose a tag to compare

⚠️ Notice of Breaking Changes

Please note that this version introduces many minor breaking changes. The intention with this release was to capture as many breaking changes into a single release to minimize future disruption.

These changes were introduced for three primary reasons:

Review the complete list below before upgrading.

Changed

  • Action struct fields
    • SupportedTriggers to []ActionTrigger type
    • Dependencies to *[]ActionDependency type
    • Secrets to *[]ActionSecret type
  • Client struct fields
    • Callbacks to *[]string type
    • AllowedOrigins to *[]string type
    • WebOrigins to *[]string type
    • ClientAliases to *[]string type
    • AllowedClients to *[]string type
    • AllowedLogoutURLs to *[]string type
    • EncryptionKey to *map[string]string type
    • GrantTypes to *[]string type
    • ClientMetadata to *map[string]string type
    • Mobile to dedicated *ClientMobile type
    • Scopes to *map[string]string type
  • ClientNativeSocialLogin struct
    • Apple to dedicated *ClientNativeSocialLoginSupportEnabled type
    • Facebook to dedicated *ClientNativeSocialLoginSupportEnabled type
  • ClientGrant struct field
    • Scope to []string type
  • Connection struct fields
    • EnabledClients to *[]string type
    • Realms to *[]string type
    • Metadata to *map[string]string type
  • ConnectionOptions struct fields
  • CustomScripts to *map[string]string type
  • Configuration to *map[string]string type
  • ConnectionOptionsGoogleOAuth2 struct field
    • AllowedAudiences to *[]string type
  • ConnectionOptionsOIDC struct field
    • DomainAliases to *[]string type
  • ConnectionOptionsOAuth2 struct field
    • Scripts to *map[string]string type
  • ConnectionOptionsAD struct fields
    • DomainAliases to *[]string type
    • IPs to *[]string type
    • IPs added omitempty JSON struct tag
  • ConnectionOptionsAzureAD struct field
    • DomainAliases to *[]string type
  • ConnectionOptionsADFS struct field
    • DomainAliases to *[]string type
  • ConnectionOptionsSAML struct field
    • DomainAliases to *[]string type
  • ConnectionOptionsGoogleApps struct field
    • DomainAliases to *[]string type
  • Hook struct field
    • Dependencies to *map[string]string type
  • LogStream struct field
    • Filters to *[]map[string]string type
  • LogStreamSinkHTTP struct field
    • CustomHeaders to *[]map[string]string type
  • Organization struct field
    • Metadata to *map[string]string type
  • OrganizationBranding struct field
    • Colors to *map[string]string type
  • ResourceServer struct fields
    • Scopes to *[]ResourceServerScope type
    • Options to *map[string]string type
  • Tenant struct fields
    • AllowedLogoutURLs to *[]string type
    • SandboxVersionAvailable to *[]string type
    • EnabledLocales to *[]string type

v0.10.1

30 Aug 20:09
Compare
Choose a tag to compare

Changed

  • Enhance reliability of how we make requests and parse errors (#108

v0.10.0

23 Aug 18:04
Compare
Choose a tag to compare

Added

  • Added support for branding themes (#103, #104)
  • Added ability to pass a custom audience when using client credentials (#106)

v0.9.3

26 Jul 14:10
Compare
Choose a tag to compare

Added

  • Added support for checkpoint based pagination (#97)
  • Added Multifactor field to User struct (#97)
  • Added ClientID field to User struct (#97)

v0.9.2

18 Jul 15:56
Compare
Choose a tag to compare

Changed

  • [Breaking] Change Metadata to *map[string]interface{} in Organization (#95)
  • [Breaking] Change Metadata fields to *map[string]interface{} in User (#96s)

v0.9.1

15 Jul 06:33
Compare
Choose a tag to compare

Added

  • Added more connection strategies that default to OAuth2 (#93)