Skip to content

Releases: linkedin/zookeeper

Release 3.6.3-12 Removing client uri domain root path auto creation..

Choose a tag to compare

@rahulrane50 rahulrane50 released this 31 May 19:38
575e933
Removing uri-domain-map znode creation from datatree (#74)

Co-authored-by: Rahul Rane <rrane@linkedin.com>

Release 3.6.3-11 Fix for creating uri-domain-map root path.

Choose a tag to compare

@rahulrane50 rahulrane50 released this 24 May 00:00
c31d262

Release 3.6.3-11 Fix for creating uri-domain-map root path.

Release 3.6.3-10 Fix fixupACL for znode group acl

Choose a tag to compare

@mgao0 mgao0 released this 09 May 21:43
262b356

What's Changed

  • Modify fixupACL for znode group acl use cases by @mgao0 in #70

Full Changelog: 3.6.3-9...3.6.3-10

Fix for checkACL NPE in ZNodeGroupAclProvider

Choose a tag to compare

@rahulrane50 rahulrane50 released this 03 May 00:49
97a770a

What's Changed

Full Changelog: 3.6.3-8...3.6.3-9

Added debug logs to debug checkACL NPE issue

Choose a tag to compare

@rahulrane50 rahulrane50 released this 29 Apr 23:13

Added few verbose logging around Request creation and checkACL code.

Release 3.6.3-8 with znode group acl super user use cases fixes

Choose a tag to compare

@mgao0 mgao0 released this 26 Apr 16:22
405b055

What's Changed

  • Several minor fixes for znode group acl feature by @mgao0 in #66
  • Allow super user to set acl by @mgao0 in #67

Full Changelog: 3.6.3-7...3.6.3-8

Release 3.6.3-7 Adding X509ZNodeGroupAclProvider support in NettyServerCnxnFactory.

Choose a tag to compare

@rahulrane50 rahulrane50 released this 28 Mar 19:46
9701911

Adding X509ZNodeGroupAclProvider support in NettyServerCnxnFactory.

Release 3.6.3-5 with Updated ZNode Group ACL feature

Choose a tag to compare

@mgao0 mgao0 released this 15 Mar 18:32
c36f0e1
Create X509AuthenticationConfig (#64)

This commit creates a X509AuthenticationConfig class as a central place for all the (except zookeeper.X509AuthenticationProvider.superUser to minimize changes on upstream zookeeper code) x509 authentication related config properties, including (1)keys (2)setters (3)getters for those properties. X509AuthenticationConfig enables reading configs from 1) the zoo.cfg file (by way of QuorumPeerConfig) and 2) JVM argument (System Properties) for backward-compatibility.

Release 3.6.3-2 with ZNode Group ACL feature

Choose a tag to compare

@mgao0 mgao0 released this 18 Feb 19:33
3bc2e79

Release 3.6.3-2 with ZNode Group ACL feature
Last commit: Add optional connection filtering feature #63

Release 3.6.3-1 off upstream 3.6.3 with linkedin/zookeeper features

Choose a tag to compare

@narendly narendly released this 09 Feb 01:02

Release 3.6.3-1 off upstream 3.6.3 with linkedin/zookeeper features