File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
### Fixed
27
27
- fix: ` last_zxid_seen ` in ` ConnectRequest ` is not set ([ #39 ] ( https://github.com/kezhuw/zookeeper-client-rust/pull/39 ) )
28
28
29
+ ## [ 0.6.4] - 2024-04-01
30
+ ### Fixed
31
+ - fix: ` last_zxid_seen ` in ` ConnectRequest ` is not set ([ #39 ] ( https://github.com/kezhuw/zookeeper-client-rust/pull/39 ) )
32
+ - fix: can not connect to ZooKeeper 3.3 ([ 7ae9cbe] ( https://github.com/kezhuw/zookeeper-client-rust/commit/7ae9cbe9eb6fb33866f4405ea838d6efcc4aa7d3 ) )
33
+
29
34
## [ 0.6.3] - 2024-03-12
30
35
### Fixed
31
36
- fix: session disconnected due to unblock multiple unwatching ([ #24 ] ( https://github.com/kezhuw/zookeeper-client-rust/pull/24 ) )
@@ -56,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
61
57
62
[ 0.7.1 ] : https://github.com/kezhuw/zookeeper-client-rust/compare/v0.7.0...v0.7.1
58
63
[ 0.7.0 ] : https://github.com/kezhuw/zookeeper-client-rust/compare/v0.6.0...v0.7.0
64
+ [ 0.6.4 ] : https://github.com/kezhuw/zookeeper-client-rust/compare/v0.6.3...v0.6.4
59
65
[ 0.6.3 ] : https://github.com/kezhuw/zookeeper-client-rust/compare/v0.6.2...v0.6.3
60
66
[ 0.6.2 ] : https://github.com/kezhuw/zookeeper-client-rust/compare/v0.6.1...v0.6.2
61
67
[ 0.6.1 ] : https://github.com/kezhuw/zookeeper-client-rust/compare/v0.6.0...v0.6.1
You can’t perform that action at this time.
0 commit comments