We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4c76a commit d2dcd52Copy full SHA for d2dcd52
changelog.md
@@ -5,8 +5,9 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
5
## Unreleased
6
7
* Update MSRV to 1.70
8
-* Remove testign for old Kafka versions (before 3.0). Add tests for 3.7.
+* Remove testing for old Kafka versions (before 3.0). Add tests for 3.7.
9
* Fix test dependency on docker compose.
10
+* Address wakeup races introduced by pivoting to the event API.
11
12
## 0.36.2 (2024-01-16)
13
rdkafka-sys/changelog.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
4
+* Add cargo enforcement of MSRV of 1.70.
## v4.7.0+2.2.0 (2023-11-07)
0 commit comments