1. 83221ec ZOOKEEPER-5015: Add admin server command to shed client connections by percentage (#2352) by li4wang · 6 days ago master
  2. 4bbd4a8 ZOOKEEPER-5034: enable dependabot via .asf.yaml by Patrick Hunt · 9 days ago
  3. eab1659 ZOOKEEPER-5023: Allow to set TLS version and ciphers for AdminServer by Dávid Paksy · 13 days ago
  4. f986565 ZOOKEEPER-5027: Upgrade deprecated GitHub Actions versions by Dávid Paksy · 3 weeks ago
  5. 2f0d22b ZOOKEEPER-5012: guard zkDb close in QuorumPeer shutdown by seeksky · 6 weeks ago
  6. d20061b ZOOKEEPER-5018: Upgrade Jetty to 9.4.58.v20250814 in order to fix CVE-2025-5115 (ADDENDUM) by Andor Molnár · 10 weeks ago
  7. dc2767f ZOOKEEPER-4983: Add client-triggered operation count metrics (#2328) by li4wang · 10 weeks ago
  8. 9a90ee2 ZOOKEEPER-5018: Upgrade Jetty to 9.4.58.v20250814 in order to fix CVE-2025-5115 by Andor Molnár · 10 weeks ago
  9. fbd87aa ZOOKEEPER-5017: Upgrade Netty to 4.1.130.Final to address CVE-2025-67735 by Andor Molnár · 2 months ago
  10. 321f84d Fix checkstyle and license issues by Andor Molnar · 2 months ago
  11. 6aaffd5 ZOOKEEPER-4956: Provide a HostProvider that uses DNS SRV record for dynamic server discovery (#2320) by li4wang · 2 months ago
  12. ac0d082 Add log redactor method when logging ZK config properties by Andor Molnar · 4 months ago
  13. 97e1789 Upgrade Guava to 32.1.3-jre (fix CVE-2023-2976, CVE-2020-8908) by guptas6est · 4 months ago
  14. 3ae8e77 ZOOKEEPER-4966: Decouple `ZKConfig` from `QuorumPeerConfig.ConfigException` by Kezhu Wang · 4 months ago
  15. a8631bd ZOOKEEPER-4934: Add metrics for TTL node creation (#2287) by Ivan Andika · 4 months ago
  16. c91f611 ZOOKEEPER-4997: Unify construction of TrustManager to dedicated method by Kezhu Wang · 4 months ago
  17. f9fa0cc ZOOKEEPER-4915: Default znode.container.maxNeverUsedIntervalMs to 5 minutes by Kezhu Wang · 4 months ago
  18. 3f4c8a2 ZOOKEEPER-4918: Bump com.fasterxml.jackson.core:jackson-core from 2.152 to 2.18.1 by Norbert Meszaros · 4 months ago
  19. 1c903df ZOOKEEPER-4923: Add timeout to control brand-new session establishment by Kezhu Wang · 4 months ago
  20. a7fe813 ZOOKEEPER-4958: Fix client hostname verification ignored in server if ssl.authProvider configured by Kezhu Wang · 4 months ago
  21. 3fc7ccc ZOOKEEPER-4741: Modernize PrometheusMetricsProvider with Jetty and ne… by Vasilii Alferov · 4 months ago
  22. 229721e ZOOKEEPER-3100: ZooKeeper client times out due to random choice of resolved addresses by Andor Molnár · 4 months ago
  23. 10835cb ZOOKEEPER-2858: Disable reverse DNS lookup for SASL java client by Andor Molnár · 4 months ago
  24. fb43500 ZOOKEEPER-4989: Fix c client compilation on Windows with MSVC by jmalopoy · 5 months ago
  25. e8e141b ZOOKEEPER-4736: Fix nio socket fd leak if network service is down by lchqlchq · 5 months ago
  26. 66c4efe ZOOKEEPER-4986: Disable reverse DNS lookup in TLS client and server by Andor Molnár · 6 months ago
  27. 51c4f2b ZOOKEEPER-4984: Upgrade OWASP plugin to 12.1.6 due to breaking changes in the API by Andor Molnár · 6 months ago
  28. 9dbd958 ZOOKEEPER-3938: Upgrade JLine to 3.25.1 by Dávid Paksy · 6 months ago
  29. d8e5217 ZOOKEEPER-4972: Fix flaky tests in PrometheusMetricsProviderConfigTest by Kezhu Wang · 7 months ago
  30. 23c0446 ZOOKEEPER-4962: Export bound client port for ZooKeeperServerEmbedded by Kezhu Wang · 7 months ago
  31. 2b1808b ZOOKEEPER-4976: Update Netty to fix CVE by Aleksandr Nikolaev · 7 months ago
  32. e3abfde ZOOKEEPER-4871: ZooKeeper python module (zkpython) is incompatible with Python 3.12 by Andor Molnár · 7 months ago
  33. 63bec25 ZOOKEEPER-4974: Remove enforced JDK 17 compilation warnings by Andor Molnár · 7 months ago
  34. 7c414c1 ZOOKEEPER-4951: Optimize the default Prometheus max queue size (#2278) by li4wang · 7 months ago
  35. dd1e5df Fix commons-io license file by Andor Molnar · 7 months ago
  36. bb76c97 ZOOKEEPER-4970: Deprecate ZKConfig methods which throw QuorumPeerConfig.ConfigException by Kezhu Wang · 7 months ago
  37. 9e8296f ZOOKEEPER-4952:Reduce the GC overhead of Prometheus reject exception handling (#2279) by li4wang · 7 months ago
  38. 45b49a5 ZOOKEEPER-4955: [ADDENDUM] Refactor Ca, Cert and etc. so to be reusable by Kezhu Wang · 7 months ago
  39. b4443e8 ZOOKEEPER-842: [ADDENDUM] Keep `DataTree::copyStat` for compatibility with Apache Curator by Kezhu Wang · 7 months ago
  40. bbcdbab ZOOKEEPER-842: Generate jute method `copyFrom` to decouple `ZooKeeper` from `DataTree` by Kezhu Wang · 8 months ago
  41. d4f555f ZOOKEEPER-4963: Add `ZooKeeper::builder` to replace `new ZooKeeperBuilder` by Kezhu Wang · 8 months ago
  42. 8b13615 ZOOKEEPER-4965: Drop unnecessary deprecation warning suppressions by Kezhu Wang · 8 months ago
  43. a46eecf ZOOKEEPER-4964. Check permissions individually during admin server auth [ADDENDUM] - build fix by Andor Molnar · 8 months ago
  44. 71e173f ZOOKEEPER-4964. Check permissions individually during admin server auth by Andor Molnar · 8 months ago
  45. 641cf00 ZOOKEEPER-4240: Add IPV6 support for ZooKeeper ACL by Abhishek Kothalikar · 8 months ago
  46. c21d37f ZOOKEEPER-4299: Use non lock completion list in zoo_amulti since it is not multithreaded by Gowrima · 8 months ago
  47. d7f9717 ZOOKEEPER-4929: Make c client side cert optional in connecting to tls server by Edward Seabrook · 8 months ago
  48. 178076a ZOOKEEPER-4960: Upgrade OWASP plugin to 12.1.3 due to recent parsing errors by Andor Molnár · 8 months ago
  49. 82edaa7 ZOOKEEPER-4959. Update license of slf4j-2.0.13 (#2295) by Andor Molnár · 8 months ago
  50. 770804b ZOOKEEPER-4955: Fix intererence with jvm wide ssl properties for ssl.crl and ssl.ocsp by Kezhu Wang · 8 months ago
  51. bec08df ZOOKEEPER-4953: Fix typos for word ZooKeeper from ZooKeeeper by Rahul Kumar · 8 months ago
  52. 06b418b ZOOKEEPER-4932: The newest version of zookeeper includes Jetty versiob 9.4.57.x which has CVE-2024-6763 issue by Andor Molnár · 8 months ago
  53. 030b7f2 ZOOKEEPER-4954: Use FIPS style hostname verification when no custom t… by Istvan Toth · 8 months ago
  54. 3d6c0d1 ZOOKEEPER-4787: Fix quorum join failure due to inconsistent wire message charset during leader election by Softrock · 8 months ago
  55. 9d1d25c ZOOKEEPER-4940: Enabling zookeeper.ssl.ocsp with JRE TLS provider errors out by Istvan Toth · 9 months ago
  56. 6c5f788 ZOOKEEPER-4943: Use Duration for session timeout in ZooKeeperBuilder by Kezhu Wang · 9 months ago
  57. 02e93c2 ZOOKEEPER-4944: Cache zookeeper dists in compatibility tests by Kezhu Wang · 9 months ago
  58. 5b4be58 ZOOKEEPER-4921: Retry endlessly to establish a brand-new session by Kezhu Wang · 11 months ago
  59. f6766ec ZOOKEEPER-4810: Fix buf data race at format_endpoint_info by fanyang · 10 months ago
  60. 1ebd57b ZOOKEEPER-4556: Add zoo_version_str to return ZOO_VERSION for runtime library by George J. Carrette · 10 months ago
  61. 35744f3 ZOOKEEPER-4930: Add metrics for TTL node deletion (#2261) by li4wang · 10 months ago
  62. 4e7b8a3 ZOOKEEPER-4604: Fix missing break in switch branch COMPLETION_STRING_STAT by Adam Yi · 10 months ago
  63. e5dd60b ZOOKEEPER-4925: Fix data loss due to propagation of discontinuous committedLog (#2254) by Kezhu Wang · 10 months ago
  64. 524f1d7 Fix client connection rejected due to throttler token overflow by Yongming Zhang · 10 months ago
  65. aeadf57 ZOOKEEPER-4928: Fix ZOO_VERSION not updated during mvn release:prepare by Kezhu Wang · 11 months ago
  66. 2aaeff8 ZOOKEEPER-4912: Remove default TLS cipher overrides by Istvan Toth · 11 months ago
  67. 6e4d690 ZOOKEEPER-4829: [ADDENDUM] Improve backward compatibility for QuorumPeerConfig::getPurgeInterval with 3.9 by Kezhu Wang · 11 months ago
  68. bf71704 ZOOKEEPER-4924: Fix double "the" word typos (#2251) by SSSDNSY · 11 months ago
  69. 840a666 ZOOKEEPER-4920: Fix flaky test ZooKeeperServerMaxCnxnsTest by Kezhu Wang · 12 months ago
  70. ac19f22 ZOOKEEPER-4886: Fix observer with small myid can't join SASL quorum by zichen-gan · 12 months ago
  71. db8fe9c ZOOKEEPER-4919: Make ResponseCache a LRU as it supposed to be by mikkosc · 12 months ago
  72. 97a29de ZOOKEEPER-4900: Bump patch release of jetty to include CVE fix for CVE-2024-6763 by Pablo Francisco Pérez Hidalgo · 12 months ago
  73. b86ccf1 ZOOKEEPER-3766: [ADDENDUM] Fix TestSASLAuth failure by Kezhu Wang · 1 year ago
  74. 327ac03 ZOOKEEPER-4906: Log full exception details for server JAAS config failure by Chris Nauroth · 1 year ago
  75. 69d95a2 ZOOKEEPER-3766: Clean up bash scripts by Christopher Tubbs · 1 year ago
  76. 6e4ec27 ZOOKEEPER-4907: Stop client packets processing after server channel closed by stroller · 1 year ago
  77. 7316c49 ZOOKEEPER-4895: Support encrypted password file during SASL authentication for C client by Dan Wang · 1 year ago
  78. 9cc3043 ZOOKEEPER-4909: Fix exceeded request timeout in case of spurious wakeup by luozongle01 · 1 year ago
  79. 10328b3 ZOOKEEPER-4725: Record TTL node creations in audit log by Damien Diederen · 1 year ago
  80. 2d2820e ZOOKEEPER-4902: Document that read-only mode also enables isro 4lw by Chris Nauroth · 1 year, 1 month ago
  81. 160297d ZOOKEEPER-4897 Upgrade Netty to 4.1.119.Final for fix CVE-2025-24970 (#2227) by helloworld28 · 1 year, 1 month ago
  82. be133f9 ZOOKEEPER-4901: Correct logback license information on master branch. (#2229) by Chris Nauroth · 1 year, 1 month ago
  83. 1a9bcbd ZOOKEEPER-4898: FastLeaderElection WorkerSender/WorkerReceiver don't need to be Thread (#2228) by ZLATAN628 · 1 year, 1 month ago
  84. a39c8d8 ZOOKEEPER-4891: Update logback to 1.3.15 to fix CVE-2024-12798. by Chris Nauroth · 1 year, 2 months ago
  85. 8532163 ZOOKEEPER-4846: Failure to reload database due to missing ACL by Andor Molnár · 1 year, 2 months ago
  86. a8eb7fa ZOOKEEPER-3624: Fix flaky `QuorumPeerMainTest::testFailedTxnAsPartOfQuorumLoss` by Kezhu Wang · 1 year, 3 months ago
  87. c0e9241 ZOOKEEPER-4858: Remove the lock contention between snapshotting and the sync operation by li4wang · 1 year, 4 months ago
  88. f7af2ac ZOOKEEPER-4020: Fix memory leak from ssl cert in c client by Gowrima · 1 year, 4 months ago
  89. d1d57c4 ZOOKEEPER-4880: Generate comments from zookeeper.jute into code by luozongle01 · 1 year, 4 months ago
  90. 5664ce1 ZOOKEEPER-4879: Fix log of exception (#2205) by luozongle01 · 1 year, 4 months ago
  91. 75f9781 ZOOKEEPER-4819: Fix can't seek for writable tls server if connected to readonly server by Xin Luo · 1 year, 4 months ago
  92. 3e02328 ZOOKEEPER-4872: SnapshotCommand should not perform fastForwardFromEdits by li4wang · 1 year, 4 months ago
  93. aba99cf [CI] (Trivial) Update GitHub Actions by Christopher Tubbs · 1 year, 4 months ago
  94. 333c8b8 ZOOKEEPER-4890: Update Netty to fix CVE-2024-47535 by Robson Braga · 1 year, 4 months ago
  95. 2ac7601 ZOOKEEPER-4889: Fallback to DIGEST-MD5 auth mech should be disabled in Fips mode - doc change (ADDENDUM) by Andor Molnár · 1 year, 4 months ago
  96. fe64596 ZOOKEEPER-4889: Fallback to DIGEST-MD5 auth mech should be disabled in Fips mode (#2213) by Andor Molnár · 1 year, 4 months ago
  97. 91ab3f5 ZOOKEEPER-4790: Make client hostname verification configurable by Natalie Klestrup Röijezon · 1 year, 4 months ago
  98. 9d52264 ZOOKEEPER-4852: Fix the bad "*uuuuu" mark in the ASF license by Aditya Yadav · 1 year, 5 months ago
  99. 837f86c ZOOKEEPER-4877: Fix typos in comments by luozongle01 · 1 year, 6 months ago
  100. e72f80a ZOOKEEPER-4699: Fix hostname use-after-free in the C client by fanyang · 1 year, 6 months ago