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 622cbe7 commit 28de1c4Copy full SHA for 28de1c4
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.29.0 (2025-12-04)
2
+
3
+### BREAKING CHANGE
4
5
+- now the return of send_many is a List[RecordMetadata] rather then RecordMetadata
6
7
+### Feat
8
9
+- **SendMany**: group events per partition. Closes #356 (#359)
10
11
## 0.28.1 (2025-11-26)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kstreams"
-version = "0.28.1"
+version = "0.29.0"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <marcos.schroh@kpn.com>"]
maintainers = ["Santiago Fraire Willemoës <santiago.fraire@kpn.com>"]
0 commit comments