Releases: tgockel/zookeeper-cpp
Releases · tgockel/zookeeper-cpp
Version 0.2.3
- Fixes use-after-free bug in transactions.
- Adds testing for ZooKeeper server version 3.5.4-beta.
- Adds support for Ubuntu 18.04.
Version 0.2.2
Fixes #98
Version 0.2.1
- Adds support for Debian 9
- Adds support for configuration files with four letter words
- Make constants in
server::configuration
actuallyconst
- Workaround Ubuntu's strange libgtest-dev packaging
Version 0.2.0
Introduces the Server module as a semi-stable element.
Version 0.1.1
A number of minor bugfixes, mostly around shutting the system down.
See the Doxygen documentation
Version 0.1.0
First release of a working client. This only includes the basic features for running a client.