You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.9.0] = 2024-10-16
9
+
### Added
10
+
-**Breaking:** support multiple async runtimes but not only tokio ([#52](https://github.com/kezhuw/zookeeper-client-rust/pull/52)[#53](https://github.com/kezhuw/zookeeper-client-rust/pull/53))
11
+
12
+
### Changed
13
+
- Upgrade rsasl to 2.2.0 to fix unexported types ([#54](https://github.com/kezhuw/zookeeper-client-rust/pull/54))
14
+
- Split connection to reader and writer to multiplex them ([#51](https://github.com/kezhuw/zookeeper-client-rust/pull/51))
15
+
8
16
## [0.8.1] - 2024-10-16
9
17
### Changed
10
18
- Upgrade rsasl to 2.2.0 to fix unexported types ([#54](https://github.com/kezhuw/zookeeper-client-rust/pull/54))
0 commit comments