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 157d81e commit 97688d7Copy full SHA for 97688d7
rdkafka-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rdkafka-sys"
3
-version = "4.4.0+1.9.2"
+version = "4.5.0+1.9.2"
4
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
5
build = "build.rs"
6
links = "rdkafka"
rdkafka-sys/changelog.md
@@ -2,6 +2,10 @@
## Unreleased
+## v4.5.0+1.9.2 (2023-06-09)
+
7
+* Add support for the cluster mock API.
8
9
## v4.4.0+1.9.2 (2023-05-12)
10
11
* Add the `RDKafkaDeleteGroup` and `RDKafkaGroupResult` type aliases to the
0 commit comments