Releases: linkedin/zookeeper
Releases · linkedin/zookeeper
3.6.3-28
What's Changed
- add ephemeral node creation throttled log message by @GrantPSpencer in #119
- Fix checkstyle error by @abhilash1in in #121
- Fix CI workflows by @abhilash1in in #122
- Fix CPP Unit Tests by @abhilash1in in #123
- ZOOKEEPER-4276. Serving only with secureClientPort fails by @abhilash1in in #120
Full Changelog: 3.6.3-27...3.6.3-28
Release 3.6.3-27 with ephemeral znode throttling
What's Changed
- Fix the build for branch-3.6 by @desaikomal in #115
- Fixed the build issue by @desaikomal in #116
- Limit the number of ephemeral nodes a session can create by @GrantPSpencer in #118
New Contributors
- @desaikomal made their first contribution in #115
- @GrantPSpencer made their first contribution in #118
Full Changelog: 3.6.3-26...3.6.3-27
Release 3.6.3-26 with logback support
Release 3.6.3-25 with new x509 ACL features
What's Changed
- Add allowedClientIdAsAclDomains property by @PapaCharlie in #114
- Add option to log but not enforce connection filtering, reset proposal stats through Admin server API by @abhilash1in in #112
New Contributors
- @PapaCharlie made their first contribution in #114
Full Changelog: 3.6.3-24...3.6.3-25
Release 3.6.3-24 for fixing admin server watches_by_path command
What's Changed
CI improvements
- Checkstyle fixes for all errors in ZK ACL branch by @rahulrane50 in #96
- Apache rat fixes by @rahulrane50 in #97
- Create ci.yaml by @rahulrane50 in #102
- ZOOKEEPER-4480: Introduce end to end compatibility tests by @rahulrane50 in #106
Bug fix
Full Changelog: 3.6.3-22...3.6.3-24
Moving log4j to logack for logging.
What's Changed
- #107 by @rahulrane50
- #108 by @rahulrane50
- #109 by @rahulrane50
Full Changelog: 3.6.3-22...3.6.3-23
Release 3.6.3-22 with update in zk acl
What's Changed
Full Changelog: 3.6.3-21...3.6.3-22
Release 3.6.3-21 Adding spotbug fixes to unblock CI pipeline
What's Changed
- Fixing spotbug errors in Backup/Restore files @rahulrane50 in #91
Full Changelog: 3.6.3-20...3.6.3-21
Release 3.6.3-20 with several improved features
What's Changed
- Allow multiple client ids to be super user by @mgao0 in #85
- Add an optional feature to add both clientId and domain name to authInfo by @mgao0 in #87
- Fixing spotbugs errors in ZNodeGroupACL files. by @rahulrane50 in #90
Full Changelog: 3.6.3-19...3.6.3-20
Release 3.6.3-19 Fixed auth info refresh for connections on unified port.
This release contains following fixes :
- Fixed refreshing auth info for TLS connections on unified port.
- Changed few info logs to debug logs while extracting certs.