Skip to content

v0.14.2

Compare
Choose a tag to compare
@jianyuan jianyuan released this 16 Dec 17:05
· 2 commits to main since this release
572f34e

What's Changed

  • feat(sentry_issue_alert): The conditions, filters, and actions attributes which are JSON strings have been deprecated in favor of conditions_v2, filters_v2, and actions_v2 which are lists of objects by @jianyuan in #545
  • feat(resource/sentry_project): Add support for client security settings by @jianyuan in #537
  • fix(resource/sentry_project): The fingerprinting_rules, grouping_enhancements, digests_max_delay, digests_min_delay, resolve_age, and filters attributes are now computed by @jianyuan in #538, #541
  • fix(resource/sentry_organization_repository): GitLab externalSlug uses integers by @jianyuan in #523
  • ref: Define an OpenAPI-based API specification and automatically generate a Golang client by @jianyuan
  • doc: Add note section on the token for organization member management by @marcaurele in #528

Dependency upgrades

New Contributors

Full Changelog: v0.14.1...v0.14.2