File tree 1 file changed +13
-0
lines changed
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
48
48
- The pyproject.toml gained a config for `ruff <https://github.com/astral-sh/ruff >`_.
49
49
- ``setuptools_scm `` is now used to generate a version file.
50
50
- 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.
51
56
52
57
53
58
Bug fixes in 24.0
@@ -102,6 +107,14 @@ Bug fixes in 24.0
102
107
- The ``ser2net `` version check for YAML configurations in the exporter was
103
108
fixed.
104
109
- 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.
105
118
106
119
Breaking changes in 24.0
107
120
~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments