Hello,
The Apache Curator team is pleased to announce the release of version 5.2.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: http://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.2.0 is a feature release that follows up release 5.1.0, users of 5.1.0 are encouraged to upgrade to pick up bug fixes and new functionality. Release Notes - Apache Curator - Version 5.2.0 ** Bug * [CURATOR-526] - Error logged for valid config - "Invalid config event received: {properties}" * [CURATOR-585] - Discovery sample did not check for exceptions ** New Feature * [CURATOR-577] - WebSite should not like to Confluence for downloads ** Improvement * [CURATOR-582] - Migrate to jUnit 5.6 * [CURATOR-584] - Curator Client Fault Tolerance Extensions * [CURATOR-588] - Upgrade ZooKeeper to 3.6.3 * [CURATOR-590] - Adds possibility to disable parent creation for PersistentNode * [CURATOR-591] - Update PersistentNode documentation * [CURATOR-599] - Hanging indefinitely on some scenarios since zookeeper.request.timeout cannot be configured (add support for ZKClientConfig) ** Test * [CURATOR-602] - A typo in a variable of TestGroupMember Regards, The Curator Team [1] Apache ZooKeeper https://zookeeper.apache.org/
