Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 595 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 595 Bytes

DataDome Terraform Provider

2.0.1 (2024-12-18)

BUG FIXES:

  • Update dependencies to fix vulnerabilities

2.0.0 (2024-07-31)

BREAKING CHANGES:

  • Change whitelist response to allow

ENHANCEMENTS:

  • Upgrade go version and dependencies
  • Improve error handling
  • Improve godoc for each functions and constants
  • Update CI to include linting and static code checking
  • Add unit and acceptance tests

1.1.0 (2023-12-15)

BUG FIXES:

  • Fix the authentication to DataDome API from query param to header

ENHANCEMENTS:

  • Upgrade go version and dependencies