Zookeeper Cpp Versions Save

A ZooKeeper client for C++.

v0.2.3

5 years ago
  • Fixes use-after-free bug in transactions.
  • Adds testing for ZooKeeper server version 3.5.4-beta.
  • Adds support for Ubuntu 18.04.

v0.2.2

5 years ago

v0.2.1

5 years ago
  • Adds support for Debian 9
  • Adds support for configuration files with four letter words
  • Make constants in server::configuration actually const
  • Workaround Ubuntu's strange libgtest-dev packaging

v0.2.0

6 years ago

Documentation

Introduces the Server module as a semi-stable element.

v0.1.1

6 years ago

A number of minor bugfixes, mostly around shutting the system down.

See the Doxygen documentation

v0.1.0

6 years ago

First release of a working client. This only includes the basic features for running a client.