We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df3954 commit c5ddd40Copy full SHA for c5ddd40
5 files changed
CHANGELOG.md
@@ -2,6 +2,34 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.20.0 - 2025-02-06
6
+
7
+### 🚀 Features
8
9
+- Add producer with parameters (#561)
10
11
+### ⚙️ Miscellaneous Tasks
12
13
+- Changelog for v0.19.0
14
15
+## 0.19.0 - 2025-01-09
16
17
+### Add
18
19
+- Python compatibility with 3.13 (#545)
20
21
+### Bug Fixes
22
23
+- Add graceful shutdown (#545)
24
25
+### Miscellaneous Tasks
26
27
+- Update pyo3 dependencies (#545)
28
29
+### Testing
30
31
+- Fix for cloud cases using old consumers (#546)
32
33
## 0.18.1
34
35
### Add
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "_fluvio_python"
-version = "0.19.0"
+version = "0.20.0"
edition = "2021"
authors = ["Fluvio Contributors <team@fluvio.io>"]
0 commit comments