Skip to content

Releases: tgockel/zookeeper-cpp

Version 0.2.3

Version 0.2.3 Pre-release
Pre-release

Choose a tag to compare

@tgockel tgockel released this 26 Mar 02:26
70f0f2f
  • 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

Version 0.2.2 Pre-release
Pre-release

Choose a tag to compare

@tgockel tgockel released this 30 Aug 01:39
9a8bad0
Fixes #98

Version 0.2.1

Version 0.2.1 Pre-release
Pre-release

Choose a tag to compare

@tgockel tgockel released this 06 Jul 23:39
5990676
  • 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

Version 0.2.0

Version 0.2.0 Pre-release
Pre-release

Choose a tag to compare

@tgockel tgockel released this 02 Mar 15:28
2dca378

Documentation

Introduces the Server module as a semi-stable element.

Version 0.1.1

Version 0.1.1 Pre-release
Pre-release

Choose a tag to compare

@tgockel tgockel released this 19 Jan 18:58
88f9f94

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

See the Doxygen documentation

Version 0.1.0

Version 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@tgockel tgockel released this 01 Sep 21:44
b0cf773

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