Skip to content

Latest commit

 

History

History
140 lines (80 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

140 lines (80 loc) · 6.62 KB

0.31.0

FEATURES:

  • resource/auth0_hook: Add warnings for untracked hook secrets (#189)
  • resource/auth0_log_stream: Add datadog_region validation (#192)
  • resource/auth0_connection: Add computed to password* fields in connection resource (#191)
  • resource/auth0_connection: Adding icon_url to OAuth2 connection types (#196)

BUG FIXES:

  • resource/auth0_connection: Fix crash with domain_aliases for ADFS (#172)
  • resource/auth0_connection: Fix subsequent updates to partial refresh_token object (#187)
  • resource/auth0_tenant: Setting session lifetime values as non-computed (#193)
  • resource/auth0_user: Preserve user ID casing in state (#197)
  • resource/auth0_guardian: Fix phone options issue#159 and refactor guardian resource implementation (#195)

NOTES:

  • Correct docs example typo binding_method to protocol_binding (#179)
  • Enabled http recordings with go-vcr to be used within tests for more reliable testing
  • Adding documentation for passwordless email connection (#179)
  • Adding GitHub connection scopes documentation (#199)

0.30.3

FEATURES:

  • resource/auth0_connection: Added support for connection metadata field (#158)

0.30.2

BUG FIXES:

  • resource/auth0_tenant: Fixed auth0 tenant flags so it only sends set values (#144)
  • resource/auth0_connection: Fixed missing options when importing a connection object (#142)

NOTES:

  • resource/auth0_custom_domain: Removed deprecated verification_method from custom domain resource (#143)

0.30.1

BUG FIXES:

  • resource/auth0_client: Fix conversion issue flattenAddons func in client resource (#140)

0.30.0

FEATURES:

  • resource/auth0_custom_domain*: Added support for creating external resources associated with self-managed certificates (#118)
  • resource/auth0_log_stream: [DXCDT-104] Added filters to log_stream resource (#133)

BUG FIXES:

  • resource/auth0_log_stream: Fixed serialization of log streams with http sink custom headers (#120)

NOTES:

0.29.0

FEATURES:

  • data-source/auth0_tenant: Added a new data source for a subset of a tenant's info (#95)

BUG FIXES:

  • resource/*: [DXCDT-80] Fixed surfaced errors on all resources after not ignoring them when setting resource data ( #106, #104, #105, #94, #97, #101, #113, #112, #111, #110, #114, #109 )
  • resource/auth0_action: Failed fast when action fails to build (#107)

0.28.1

BUG FIXES:

  • resource/auth0_attack_protection: Fix attack protection resource for PSaaS Tenants (#86)

0.28.0

FEATURES:

  • resource/auth0_attack_protection: Added Attack Protection Management Resource (#77)

ENHANCEMENTS:

  • resource/auth0_connection: Added ShowAsButton option for enterprise connections (#80)

BUG FIXES:

  • resource/auth0_tenant: Wiring default_redirection_uri parameter in 'auth0_tenant' into Auth0 API call (#71)
  • resource/auth0_client: Mark signing_keys as sensitive (#72)

0.27.1

ENHANCEMENTS:

  • Added Signing Keys to client resources (#66)
  • Update documentation to include missing resources and show how to import each resource (#67)

0.27.0

ENHANCEMENTS:

NOTES:

  • Added reference to initiate_login_uri property in client documentation (#513)

Previous History

This project is a continuation of alexkappa/terraform-provider-auth0, to view the previous change history, please see that repo's changelog.