Skip to content

Commit 6962ac5

Browse files
authored
Merge pull request #1615 from jluebbe/update-changelog-25.0
CHANGES: update changelog for 25.0 release
2 parents 71fe895 + 4dc6fe3 commit 6962ac5

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

CHANGES.rst

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,41 @@ more performant and the import times are shorter.
1717
New Features in 25.0
1818
~~~~~~~~~~~~~~~~~~~~
1919
- All components can be installed into the same virtualenv again.
20+
- Add support for Python 3.13.
2021
- The `QEMUDriver` now supports setting the ``display`` option to
2122
``qemu-default``, which will neither set the QEMU ``-display`` option
2223
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.
2343

2444
Bug fixes in 25.0
2545
~~~~~~~~~~~~~~~~~
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``.
2855

2956
Breaking changes in 25.0
3057
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -54,7 +81,10 @@ Other breaking changes include:
5481
Known issues in 25.0
5582
~~~~~~~~~~~~~~~~~~~~
5683

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>`_.
5888

5989
Release 24.0 (Released Aug 12, 2024)
6090
------------------------------------

0 commit comments

Comments
 (0)