Skip to content

Commit 7f2c8fc

Browse files
authored
Merge pull request #1465 from Emantor/topic/changes-24.0
CHANGES: more updates for 24.0 release
2 parents 17c2c71 + 02a4657 commit 7f2c8fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.rst

+13
Original file line numberDiff line numberDiff 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

5358
Bug 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

106119
Breaking changes in 24.0
107120
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)