Releases: linkedin/zookeeper
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.
Release 3.6.3-18 Fixing cross domain use case for dedicated servers.
Release 3.6.3-18 Fixing cross domain use case for dedicated servers.
Release 3.6.3-17 Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.
Release 3.6.3-17 Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.
Added auth info in live connections/secure connections list in stat command output.
Release 3.6.3-15 Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.
Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.
Release 3.6.3-13 Allow to bootup zk server even when client-uri root path does not exist
Issue :
Previously ZkClientUriDomainMappingHelper used to throw exception if uri-domain-map root path does not exist. This has been an issue since uri-domain-map root path could not be created by zookeeper server itself.
Fix :
It's okay to create ZkClientUriDomainMappingHelper even if root path does not exist because watcher can be added on znode paths which are not present at that the time of creation.
Release 3.6.3-12 Removing client uri domain root path auto creation..
Removing uri-domain-map znode creation from datatree (#74) Co-authored-by: Rahul Rane <[email protected]>
Release 3.6.3-11 Fix for creating uri-domain-map root path.
Release 3.6.3-11 Fix for creating uri-domain-map root path.
Release 3.6.3-10 Fix fixupACL for znode group acl
What's Changed
Full Changelog: 3.6.3-9...3.6.3-10
Fix for checkACL NPE in ZNodeGroupAclProvider
What's Changed
- Fix for checkACL NPE in ZNodeGroupAclProvider by @rahulrane50 in #69
Full Changelog: 3.6.3-8...3.6.3-9