Skip to content

Commit

Permalink
Preparing CHANGELOG for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Oct 31, 2024
1 parent f2bf4d0 commit 15ffd42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
## NEXT (MONTH DAY, 2024)
## 1.2.0 (October 31, 2024)

NEW FEATURES:

* Added support for digest authentication in provider configuration
* Added support for ZNode ACL management in `zookeeper_znode` and `zookeeper_sequential_znode` resources
* Added support for digest authentication in provider configuration (thanks to [@abarabash-sift](https://github.com/abarabash-sift))
* Added support for ZNode ACL management in `zookeeper_znode` and `zookeeper_sequential_znode` resources (thanks to [@abarabash-sift](https://github.com/abarabash-sift))

IMPROVEMENTS:

* Enabling CI testing for versions `1.9` of Terraform
* Enabling CI testing for version `3.6`, `3.7`, `3.8` and `3.9` of ZooKeeper
* Introduced internal pooling of Clients, reducing amount of ZooKeeper connections necessary to operate
* Minor re-touches to documentation
* Tweaked tests to better handle the closure of Clients after use, reducing amount of concurrent ZooKeeper connections

NOTES:

Expand Down

0 comments on commit 15ffd42

Please sign in to comment.