Skip to content

Commit 28de1c4

Browse files
bump: version 0.28.1 → 0.29.0
1 parent 622cbe7 commit 28de1c4

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.28.1 (2025-11-26)
212

313
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kstreams"
3-
version = "0.28.1"
3+
version = "0.29.0"
44
description = "Build simple kafka streams applications"
55
authors = ["Marcos Schroh <marcos.schroh@kpn.com>"]
66
maintainers = ["Santiago Fraire Willemoës <santiago.fraire@kpn.com>"]

0 commit comments

Comments
 (0)