Skip to content

Releases: linkedin/zookeeper

3.6.3-28

27 Apr 00:10
4816214
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.3-27...3.6.3-28

Release 3.6.3-27 with ephemeral znode throttling

06 Dec 20:49
6433cbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.3-26...3.6.3-27

Release 3.6.3-26 with logback support

16 Jun 21:52
Compare
Choose a tag to compare

What's Changed

  • Use logback instead of log4j

Full Changelog: 3.6.3-25...3.6.3-26

Release 3.6.3-25 with new x509 ACL features

14 Jun 06:03
Compare
Choose a tag to compare

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

Full Changelog: 3.6.3-24...3.6.3-25

Release 3.6.3-24 for fixing admin server watches_by_path command

17 Dec 02:14
558281b
Compare
Choose a tag to compare

What's Changed

CI improvements

Bug fix

  • Change the way ZkClientUriDomainMappingHelper add watch by @mgao0 in #111

Full Changelog: 3.6.3-22...3.6.3-24

Moving log4j to logack for logging.

30 Sep 23:55
ce148a7
Compare
Choose a tag to compare

Release 3.6.3-22 with update in zk acl

23 Aug 21:49
2ae6587
Compare
Choose a tag to compare

What's Changed

  • Add entry point for setting StoreAuthedClientId config property by @mgao0 in #94

Full Changelog: 3.6.3-21...3.6.3-22

Release 3.6.3-21 Adding spotbug fixes to unblock CI pipeline

17 Aug 22:15
56d478b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.3-20...3.6.3-21

Release 3.6.3-20 with several improved features

15 Aug 18:38
7ee5f04
Compare
Choose a tag to compare

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.

01 Jul 00:16
6d98ca3
Compare
Choose a tag to compare

This release contains following fixes :

  1. Fixed refreshing auth info for TLS connections on unified port.
  2. Changed few info logs to debug logs while extracting certs.