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 9b44aba commit 6154c84Copy full SHA for 6154c84
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rdkafka"
3
-version = "0.36.0"
+version = "0.36.1"
4
authors = ["Federico Giraud <[email protected]>"]
5
repository = "https://github.com/fede1024/rust-rdkafka"
6
readme = "README.md"
changelog.md
@@ -4,6 +4,11 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
## Unreleased
7
+## 0.36.1 (2024-01-11)
8
+
9
+* Update `BaseConsumer::poll` to return `None` when handling rebalance
10
+ or offset commit events.
11
12
## 0.36.0 (2023-11-08)
13
14
* Pivot the library from using librdkafka's callback interface to using
0 commit comments