File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ New Features in 24.0
4848- The pyproject.toml gained a config for `ruff <https://github.com/astral-sh/ruff >`_.
4949- ``setuptools_scm `` is now used to generate a version file.
5050- labgrid-client console will fallback to telnet if microcom is not available.
51+ - A power backend for tinycontrol.eu IP Power Socket 6G10A v2 was added.
52+ - Labgrid now publishes arm64 docker images.
53+ - Labgrid's YAML parser will now warn when mapping keys are duplicated and thus
54+ overwritten.
55+ - LC USB Relais are now supported.
5156
5257
5358Bug fixes in 24.0
@@ -102,6 +107,14 @@ Bug fixes in 24.0
102107- The ``ser2net `` version check for YAML configurations in the exporter was
103108 fixed.
104109- The exporter forces ``ser2net `` TCP connections for versions >=4.2.0.
110+ - The retrieval of the DTR status for ``SerialPortDigitalOutputDriver `` was
111+ fixed.
112+ - The ``SSHDriver `` keepalive is now correctly stopped when using existing
113+ connections.
114+ - The power backend for raritan devices now supports devices with more than 16
115+ outlets.
116+ - The ``ExternalConsoleDriver `` now correctly sets the bufsize to zero to
117+ prevent buffering.
105118
106119Breaking changes in 24.0
107120~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments