File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Release 25.0 (Unreleased)
2
2
-------------------------
3
3
As announced
4
4
`before <https://github.com/labgrid-project/labgrid/discussions/1467#discussioncomment-10314852 >`_,
5
- this is the first release using gRPC instead of crossbar/autobahn for
5
+ this is the first release using ` gRPC < https://grpc.io/ >`_ instead of crossbar/autobahn for
6
6
communication between client/exporter and coordinator.
7
7
8
8
Crossbar/autobahn are unfortunately not very well maintained anymore. The
@@ -14,6 +14,11 @@ 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
+ This is a **breaking change **. Version 25.0 exporters / coordinators / clients can
18
+ not communicate with Version 24.0 and earlier exporters / coordinators / clients.
19
+ All exporters, coordinators and clients in a deployment have to be updated at
20
+ the same time. See the "Breaking changes in 25.0" section below for more information.
21
+
17
22
New Features in 25.0
18
23
~~~~~~~~~~~~~~~~~~~~
19
24
- All components can be installed into the same virtualenv again.
You can’t perform that action at this time.
0 commit comments