@@ -17,14 +17,41 @@ more performant and the import times are shorter.
17
17
New Features in 25.0
18
18
~~~~~~~~~~~~~~~~~~~~
19
19
- All components can be installed into the same virtualenv again.
20
+ - Add support for Python 3.13.
20
21
- The `QEMUDriver ` now supports setting the ``display `` option to
21
22
``qemu-default ``, which will neither set the QEMU ``-display `` option
22
23
or pass along ``-nographic ``.
24
+ - The amount of buffering in GStreamer video pipelines was reduced to improve
25
+ latency for ``USBVideoDriver `` network streaming.
26
+ - The ``RawNetworkInterfaceDriver `` now supports live streaming of captured
27
+ packets, setting/getting various configuration options and reporting
28
+ statistics.
29
+ - Add support for LogiLink UA0379 / Microdia cameras to the ``USBVideoDriver ``.
30
+ - Add more backends to the ``NetworkPowerDriver ``:
31
+
32
+ - Gude 87-1210-18
33
+ - Digital Loggers PDUs via the REST API
34
+ - Ubiquity mFi mPower power strips
35
+ - Add support for sigrok's channel-group parameter.
36
+ - Make USB hubs exportable for easier monitoring of large bus topologies.
37
+ - Add support for Digital Loggers PDUs via the REST API.
38
+ - Add support for custom paths for ``ssh ``, ``scp ``, ``sshfs `` and ``rsync `` in
39
+ the ``SSHDriver ``.
40
+ - Make the ``QEMUDriver `` configuration more flexible and improve startup error
41
+ reporting.
42
+ - Support labgrid-client power via GPIOs.
23
43
24
44
Bug fixes in 25.0
25
45
~~~~~~~~~~~~~~~~~
26
-
27
- FIXME
46
+ - Fix ShellDriver to correctly match network interfaces names with dots and/or
47
+ dashes in ``get_default_interface_device_name() ``.
48
+ - Fix reservations for multiple matching tags or values starting with a number.
49
+ - Fix concurrent access to USB HID relays.
50
+ - Fix support for networks without SSID in the agent used by the
51
+ NetworkInterfaceDriver.
52
+ - Add new stlink USB IDs for the ``USBDebugger `` resource.
53
+ - Fix code coverage reporting and submit test results to codecov.
54
+ - Fix waiting for ``NetworkService `` created by the ``DockerDaemon ``.
28
55
29
56
Breaking changes in 25.0
30
57
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -54,7 +81,10 @@ Other breaking changes include:
54
81
Known issues in 25.0
55
82
~~~~~~~~~~~~~~~~~~~~
56
83
57
- FIXME
84
+ - gRPC sometimes prints a confusing error message during shutdown.
85
+ We've worked around this by closing stderr on shutdown.
86
+ See `issue #1544 <https://github.com/labgrid-project/labgrid/issues/1544 >`_
87
+ and `PR #1605 <https://github.com/labgrid-project/labgrid/pull/1605 >`_.
58
88
59
89
Release 24.0 (Released Aug 12, 2024)
60
90
------------------------------------
0 commit comments