Skip to content

Commit 4cbe4bc

Browse files
authored
Merge pull request #1649 from hnez/changelog-v25
Proofread Changelog for 25.0
2 parents 83d306c + be91dc8 commit 4cbe4bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Release 25.0 (Unreleased)
22
-------------------------
33
As 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
66
communication between client/exporter and coordinator.
77

88
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
1414
RPC framework with a lot of users. As a side effect, the message transfer is
1515
more 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+
1722
New Features in 25.0
1823
~~~~~~~~~~~~~~~~~~~~
1924
- All components can be installed into the same virtualenv again.

0 commit comments

Comments
 (0)