Hello, The Apache Curator team is pleased to announce the release of version 5.3.0.
Apache Curator is a Java/JVM client library for Apache ZooKeeper[1], a distributed coordination service. Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL. For more details, please visit the project website: https://curator.apache.org/ The download page for Apache Curator is here: https://cwiki.apache.org/confluence/display/CURATOR/Releases The binary artifacts for Curator are available from Maven Central and its mirrors. For general information on Apache Curator, please visit the project website: https://curator.apache.org Release 5.3.0 is a minor release. users of 5.1.0, 5.2.0, 5.2.1 are encouraged to upgrade to pick up bug fixes and new functionality. Release Notes - Apache Curator - Version 5.3.0 ** Bug * [CURATOR-623] - DistributedQueue stops filling after long disconnect from cluster * [CURATOR-640] - IllegalThreadStateException thrown when access PathChildrenCache in different thread groups ** Improvement * [CURATOR-514] - Utilize ThreadLocalRandom In QueueSharder * [CURATOR-643] - Adds possibility to disable automatic parent creation for PersistentTtlNode * [CURATOR-537] - Fix effective path can be used as a fencing token of LeaderLatch Regards, The Curator Team [1] Apache ZooKeeper https://zookeeper.apache.org/
