From 9a02ebd9436a75fba8c4fc65421417db93936c4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 10:35:34 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.24.8=20=E2=86=92=200.24.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4885535d..98db6e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.24.9 (2024-11-18) + +### Fix + +- prevent ConsumerStoppedError exception when engine or a stream is stopped. Related to #234 (#238) + ## 0.24.8 (2024-11-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ff71c4ff..9504a3a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.8" +version = "0.24.9" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]