From 4dfc9e6459546c65d06a4773ba8d0dc9afadbc43 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 20 Jun 2025 15:37:52 +0000 Subject: [PATCH] 3.42.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ 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, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f6b7be..10d2ef23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # CHANGELOG +## v3.42.4 (2025-06-20) + +### Bug Fixes + +- **async update**: Prevent data emission after scan is closed + ([`df948db`](https://github.com/bec-project/bec/commit/df948db311f58ca3ccc21e10fed4faef97ad08d1)) + +- **message_handler**: Use scan_info obj instead of metadata + ([`17a21fa`](https://github.com/bec-project/bec/commit/17a21fac1ea323c5ec0a35282a37375b9607038a)) + +- **scan progress**: Do not set to 100 percent on abort; add scan status + ([`233743c`](https://github.com/bec-project/bec/commit/233743ce064bf7bb6fcfccc8ec104ada4983d598)) + + ## v3.42.3 (2025-06-18) ### Bug Fixes diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index b3e59d05..6759c8ff 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.42.3" +version = "3.42.4" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 2055a707..522a1b50 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.42.3" +version = "3.42.4" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index 97d296a1..56591f7f 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.42.3" +version = "3.42.4" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index c1eead07..8a2e4322 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.42.3" +version = "3.42.4" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [