Skip to content

v0.11.0

Compare
Choose a tag to compare
@willvedd willvedd released this 06 Oct 20:57
· 236 commits to main since this release

⚠️ 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