mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-20 01:40:02 +02:00
2.13.5
Automatically generated by python-semantic-release
This commit is contained in:
parent
05c24e880b
commit
acad3d1d74
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## v2.13.5 (2024-06-05)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* fix(bec_lib): fixed msg type serialization ([`05c24e8`](https://gitlab.psi.ch/bec/bec/-/commit/05c24e880bfbf2257c973ec4b451f93918290915))
|
||||||
|
|
||||||
|
|
||||||
## v2.13.4 (2024-06-05)
|
## v2.13.4 (2024-06-05)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
@ -145,9 +152,3 @@
|
|||||||
* fix: race condition when reading new value from stream ([`87cc71a`](https://gitlab.psi.ch/bec/bec/-/commit/87cc71aa91c9d35b6483f4ef6c5de3c59575e9dc))
|
* fix: race condition when reading new value from stream ([`87cc71a`](https://gitlab.psi.ch/bec/bec/-/commit/87cc71aa91c9d35b6483f4ef6c5de3c59575e9dc))
|
||||||
|
|
||||||
* fix: import 'dap_plugin_objects' at last minute to speed up initial import ([`d7db6be`](https://gitlab.psi.ch/bec/bec/-/commit/d7db6befe9b8e4689ed37ccad44f8a5d06694180))
|
* fix: import 'dap_plugin_objects' at last minute to speed up initial import ([`d7db6be`](https://gitlab.psi.ch/bec/bec/-/commit/d7db6befe9b8e4689ed37ccad44f8a5d06694180))
|
||||||
|
|
||||||
* fix: messages import made lazy to speed up initial import time
|
|
||||||
|
|
||||||
TODO: put back imports as normal when Pydantic gets faster ([`791be9b`](https://gitlab.psi.ch/bec/bec/-/commit/791be9b25aa618d508feed99a201e0c58b56f3ce))
|
|
||||||
|
|
||||||
* fix: do not import modules if only for type checking (faster import) ([`1c628fd`](https://gitlab.psi.ch/bec/bec/-/commit/1c628fd6105ef5df99e97c8945d3382c45ef5350))
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_ipython_client"
|
name = "bec_ipython_client"
|
||||||
version = "2.13.4"
|
version = "2.13.5"
|
||||||
description = "BEC IPython client"
|
description = "BEC IPython client"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_lib"
|
name = "bec_lib"
|
||||||
version = "2.13.4"
|
version = "2.13.5"
|
||||||
description = "BEC library"
|
description = "BEC library"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec-server"
|
name = "bec-server"
|
||||||
version = "2.13.4"
|
version = "2.13.5"
|
||||||
description = "BEC server"
|
description = "BEC server"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pytest-bec-e2e"
|
name = "pytest-bec-e2e"
|
||||||
version = "2.13.4"
|
version = "2.13.5"
|
||||||
description = "BEC pytest plugin for end-to-end tests"
|
description = "BEC pytest plugin for end-to-end tests"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user