File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 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)
22-------------------------
33As announced
44`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
66communication between client/exporter and coordinator.
77
88Crossbar/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
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+ 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+
1722New Features in 25.0
1823~~~~~~~~~~~~~~~~~~~~
1924- All components can be installed into the same virtualenv again.
You can’t perform that action at this time.
0 commit comments