1
- Release 24.1 (Unreleased)
1
+ Release 25.0 (Unreleased)
2
2
-------------------------
3
3
As announced
4
4
`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
14
14
RPC framework with a lot of users. As a side effect, the message transfer is
15
15
more performant and the import times are shorter.
16
16
17
- New Features in 24.1
17
+ New Features in 25.0
18
18
~~~~~~~~~~~~~~~~~~~~
19
19
- All components can be installed into the same virtualenv again.
20
20
- The `QEMUDriver ` now supports setting the ``display `` option to
21
21
``qemu-default ``, which will neither set the QEMU ``-display `` option
22
22
or pass along ``-nographic ``.
23
23
24
- Bug fixes in 24.1
24
+ Bug fixes in 25.0
25
25
~~~~~~~~~~~~~~~~~
26
26
27
27
FIXME
28
28
29
- Breaking changes in 24.1
29
+ Breaking changes in 25.0
30
30
~~~~~~~~~~~~~~~~~~~~~~~~
31
31
Maintaining support for both crossbar/autobahn as well as gRPC in labgrid would
32
32
be a lot of effort due to the different architectures of those frameworks.
33
33
Therefore, a hard migration to gRPC is deemed the lesser issue.
34
34
35
- Due to the migration, 24.1 includes the following breaking changes:
35
+ Due to the migration, 25.0 includes the following breaking changes:
36
36
37
37
- The labgrid environment config option ``crossbar_url `` was renamed to
38
38
``coordinator_address ``. The environment variable ``LG_CROSSBAR `` was renamed
@@ -51,7 +51,7 @@ Other breaking changes include:
51
51
removed) xdrlib. See
52
52
`issue #1507 <https://github.com/labgrid-project/labgrid/issues/1507 >`_.
53
53
54
- Known issues in 24.1
54
+ Known issues in 25.0
55
55
~~~~~~~~~~~~~~~~~~~~
56
56
57
57
FIXME
0 commit comments