From 53dc88e2bc8dedf054083dfe78cc4834229a47e7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 26 Feb 2025 17:35:04 +0000 Subject: [PATCH] 3.14.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ bec_ipython_client/pyproject.toml | 2 +- bec_lib/pyproject.toml | 2 +- bec_server/pyproject.toml | 2 +- pytest_bec_e2e/pyproject.toml | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3ef57d..6950bcd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v3.14.0 (2025-02-26) + +### Documentation + +- **async_writer**: Improved docs + ([`17ec499`](https://gitlab.psi.ch/bec/bec/-/commit/17ec499518770715079c247c678a7e74d9952663)) + +- **redis_connector**: Added an example to raise_alarm + ([`ebd26af`](https://gitlab.psi.ch/bec/bec/-/commit/ebd26afd50830d7b7129de31125cde9e5179c4a3)) + +### Features + +- **async_writer**: Added support for chunked async updates + ([`1625e2c`](https://gitlab.psi.ch/bec/bec/-/commit/1625e2ccee61b34d4b5168b9ba978fb77ad2de5d)) + + ## v3.13.3 (2025-02-26) ### Bug Fixes diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 54bce1aa..89b1dc22 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_ipython_client" -version = "3.13.3" +version = "3.14.0" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 8819f2b2..2e9c8d43 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "3.13.3" +version = "3.14.0" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index 7b4a3b08..41b93752 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "3.13.3" +version = "3.14.0" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 5a0fdbde..d0801ffb 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-bec-e2e" -version = "3.13.3" +version = "3.14.0" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [