1- Release 24.1 (Unreleased)
1+ Release 25.0 (Unreleased)
22-------------------------
33As announced
44`before <https://github.com/labgrid-project/labgrid/discussions/1467#discussioncomment-10314852 >`_,
@@ -14,25 +14,25 @@ That's why labgrid moves to gRPC with this release. gRPC is a well maintained
1414RPC framework with a lot of users. As a side effect, the message transfer is
1515more performant and the import times are shorter.
1616
17- New Features in 24.1
17+ New Features in 25.0
1818~~~~~~~~~~~~~~~~~~~~
1919- All components can be installed into the same virtualenv again.
2020- The `QEMUDriver ` now supports setting the ``display `` option to
2121 ``qemu-default ``, which will neither set the QEMU ``-display `` option
2222 or pass along ``-nographic ``.
2323
24- Bug fixes in 24.1
24+ Bug fixes in 25.0
2525~~~~~~~~~~~~~~~~~
2626
2727FIXME
2828
29- Breaking changes in 24.1
29+ Breaking changes in 25.0
3030~~~~~~~~~~~~~~~~~~~~~~~~
3131Maintaining support for both crossbar/autobahn as well as gRPC in labgrid would
3232be a lot of effort due to the different architectures of those frameworks.
3333Therefore, a hard migration to gRPC is deemed the lesser issue.
3434
35- Due to the migration, 24.1 includes the following breaking changes:
35+ Due to the migration, 25.0 includes the following breaking changes:
3636
3737- The labgrid environment config option ``crossbar_url `` was renamed to
3838 ``coordinator_address ``. The environment variable ``LG_CROSSBAR `` was renamed
@@ -51,7 +51,7 @@ Other breaking changes include:
5151 removed) xdrlib. See
5252 `issue #1507 <https://github.com/labgrid-project/labgrid/issues/1507 >`_.
5353
54- Known issues in 24.1
54+ Known issues in 25.0
5555~~~~~~~~~~~~~~~~~~~~
5656
5757FIXME
0 commit comments