-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# DataDome Terraform Provider | ||
|
||
## 2.0.0 (2024-31-07) | ||
|
||
### 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 |