The last release 5.4.0 was released on 2022.11.03, it was five month ago. And we have accumulated at least 8 fixes, some of them are long-time issues. I think it might be time to prepare the next release for them.
There are currently two version tags 5.4.1[1] and 5.5.0[2] at jira. I prefer 5.5.0 since at least two issues touched the `public` part: * CURATOR-535[3] and its pr#421[4] made the `ZooKeeperMainFace` package private. * CURATOR-662[5] and its pr#448[6] exported `getLockPath` from `protected` to `public`. Besides the version tag, there are ongoing issues: * CURATOR-666[7] is about to conclude. I prefer to include it in the next release. * CURATOR-609[8] has been dangling for years and its author pinged a week ago. I think it might be worth taking a look at it and concluding a version for it. Any thoughts ? I will take a look for CURATOR-609 anyway. [1]: https://issues.apache.org/jira/projects/CURATOR/versions/12352446 [2]: https://issues.apache.org/jira/projects/CURATOR/versions/12352495 [3]: https://issues.apache.org/jira/browse/CURATOR-535 [4]: https://github.com/apache/curator/pull/421 [5]: https://issues.apache.org/jira/browse/CURATOR-662 [6]: https://github.com/apache/curator/pull/448 [7]: https://issues.apache.org/jira/browse/CURATOR-666 [8]: https://issues.apache.org/jira/browse/CURATOR-609 -- Best, Kezhu Wang
