mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
3.14.0
Automatically generated by python-semantic-release
This commit is contained in:
parent
17ec499518
commit
53dc88e2bc
16
CHANGELOG.md
16
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
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user