Skip to content

v0.38.0

Compare
Choose a tag to compare
@sergiught sergiught released this 10 Oct 17:24
· 431 commits to main since this release

This release focuses primarily on setting fields to empty values consistently across all resources.
For an in depth explanation please check: #14

BUG FIXES:

  • Allowed setting fields to empty consistently across all resources (#354)
  • Correctly destroy resources by setting the ID to blank (#354)
  • Stop ignoring non 404 errors when deleting resources (#354)
  • resource/auth0_prompt: Set universal_login_experience and webauthn_platform_first_factor to Computed (#354)
  • resource/auth0_resource_server: Set skip_consent_for_verifiable_first_party_clients and enforce_policies to Computed (#354)
  • resource/auth0_rule: Set enabled to Computed (#354)

BREAKING CHANGES:

  • resource/auth0_organization: Removed deprecated connections field (#354)
    • Please migrate all managed connections through the auth0_organization resource to the auth0_organization_connection resource.

NOTES:

  • resource/auth0_resource_server: Changed identifier from Optional to Required (#354)