From 057aaa4473f41906cfcbbf4df59c3187cc845375 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Aug 2024 13:50:04 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.22.0=20=E2=86=92=200.22.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ poetry.lock | 14 ++++++++------ pyproject.toml | 6 +++--- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24621066..dee44a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.22.1 (2024-08-28) + +### Fix + +- check whether Stream is running when TestStreamClient is leaving the context. This allows to send more events after a Stream has crashed and still the TestStreamClient will be able to leave the context without hanging (#204) + ## 0.22.0 (2024-08-14) ### Feat diff --git a/poetry.lock b/poetry.lock index 4f39ecef..bc7a6210 100644 --- a/poetry.lock +++ b/poetry.lock @@ -657,23 +657,25 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.22.0" +version = "0.25.2" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "mkdocstrings-0.22.0-py3-none-any.whl", hash = "sha256:2d4095d461554ff6a778fdabdca3c00c468c2f1459d469f7a7f622a2b23212ba"}, - {file = "mkdocstrings-0.22.0.tar.gz", hash = "sha256:82a33b94150ebb3d4b5c73bab4598c3e21468c79ec072eff6931c8f3bfc38256"}, + {file = "mkdocstrings-0.25.2-py3-none-any.whl", hash = "sha256:9e2cda5e2e12db8bb98d21e3410f3f27f8faab685a24b03b06ba7daa5b92abfc"}, + {file = "mkdocstrings-0.25.2.tar.gz", hash = "sha256:5cf57ad7f61e8be3111a2458b4e49c2029c9cb35525393b179f9c916ca8042dc"}, ] [package.dependencies] +click = ">=7.0" importlib-metadata = {version = ">=4.6", markers = "python_version < \"3.10\""} Jinja2 = ">=2.11.1" Markdown = ">=3.3" MarkupSafe = ">=1.1" -mkdocs = ">=1.2" +mkdocs = ">=1.4" mkdocs-autorefs = ">=0.3.1" mkdocstrings-python = {version = ">=0.5.2", optional = true, markers = "extra == \"python\""} +platformdirs = ">=2.2.0" pymdown-extensions = ">=6.3" typing-extensions = {version = ">=4.1", markers = "python_version < \"3.10\""} @@ -1494,4 +1496,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f0d0b6091ee084bb57b0ffd8e3d4efa3b9c7d935e8c90d4b7bfbb92ad448e39b" +content-hash = "f271532d2420dea58c00431525d5a31ec962486d3daf292e508205e652bdcb3c" diff --git a/pyproject.toml b/pyproject.toml index 761ed710..d9092f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.22.0" +version = "0.22.1" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -42,7 +42,7 @@ fastapi = "^0.109.1" mkdocs-material = "^8.3.9" starlette-prometheus = "^0.9.0" codecov = "^2.1.12" -mkdocstrings = {version = "^0.22.0", extras = ["python"]} +mkdocstrings = {version = "^0.25.2", extras = ["python"]} [build-system] requires = ["poetry-core>=1.0.0"] @@ -65,7 +65,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.22.0" +version = "0.22.1" tag_format = "$version" version_files = [ "pyproject.toml:version",