Skip to content

Releases: krojew/rust-zookeeper

4.2.0

03 Jul 16:21
Compare
Choose a tag to compare

Fixed

  • Leak when reconnecting (by tsxiaofang).

Changed

  • Trying to reconnect when failed to parse connect response (by tsxiaofang).

New

-connect_with_retry_time() function for specifying retry timeout.

4.1.0

25 Nov 06:55
Compare
Choose a tag to compare

Fixed

  • Fixed compatibility with old ZK clusters.

New

  • Distributed queue recipe.

4.0.0

15 Jan 17:01
Compare
Choose a tag to compare

Changed

  • Updated tokio to 1.0

3.0.0

29 Oct 14:09
Compare
Choose a tag to compare

Changed

  • Updated tokio to 0.3.

New

  • To string conversion from some enums

2.1.0

06 Oct 14:18
Compare
Choose a tag to compare
  • New leader latch recipe

v2.0.0

07 Sep 05:19
Compare
Choose a tag to compare
removed legacy dep after switch to tracing