From 6c46dd368f444780a1490adaa7e8b909c72ad669 Mon Sep 17 00:00:00 2001 From: "release-pleaze[bot]" <262023388+release-pleaze[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:49:30 +0000 Subject: [PATCH 1/2] chore: release s2-sdk 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b0025..dfe6952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.1](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.4.0...v0.4.1) (2026-06-09) + + +### Bug Fixes + +* missing `[@fallible](https://github.com/fallible)` decorator for public methods in `ops` mod ([#71](https://github.com/s2-streamstore/s2-sdk-python/issues/71)) ([74d7c70](https://github.com/s2-streamstore/s2-sdk-python/commit/74d7c70c7ca3aaaa7f4538dd5e3d9840f55f6e38)) +* missing check for unexpected response stream close in append session ([#74](https://github.com/s2-streamstore/s2-sdk-python/issues/74)) ([1d68ddf](https://github.com/s2-streamstore/s2-sdk-python/commit/1d68ddf22a3eaa4c6b2fbd0826d46b70435a5161)) + ## [0.4.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.3.1...v0.4.0) (2026-05-23) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f8739c..bbee96c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ project = "s2-sdk" copyright = f"{date.today().year}, Bandar Systems Inc" -release = "0.4.0" # x-release-please-version +release = "0.4.1" # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index c51b0ed..7eafcb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "s2-sdk" -version = "0.4.0" +version = "0.4.1" description = "Python SDK for s2.dev" readme = "README.md" license = "MIT" From 8668bb4b1b9e85f1cac16136c4a9698fbb59867c Mon Sep 17 00:00:00 2001 From: quettabit <27509167+quettabit@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:54:20 -0700 Subject: [PATCH 2/2] fix incorrect expansion --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe6952..61a48f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bug Fixes -* missing `[@fallible](https://github.com/fallible)` decorator for public methods in `ops` mod ([#71](https://github.com/s2-streamstore/s2-sdk-python/issues/71)) ([74d7c70](https://github.com/s2-streamstore/s2-sdk-python/commit/74d7c70c7ca3aaaa7f4538dd5e3d9840f55f6e38)) +* missing `fallible` decorator for public methods in `ops` mod ([#71](https://github.com/s2-streamstore/s2-sdk-python/issues/71)) ([74d7c70](https://github.com/s2-streamstore/s2-sdk-python/commit/74d7c70c7ca3aaaa7f4538dd5e3d9840f55f6e38)) * missing check for unexpected response stream close in append session ([#74](https://github.com/s2-streamstore/s2-sdk-python/issues/74)) ([1d68ddf](https://github.com/s2-streamstore/s2-sdk-python/commit/1d68ddf22a3eaa4c6b2fbd0826d46b70435a5161)) ## [0.4.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.3.1...v0.4.0) (2026-05-23)