Skip to content

Commit 5178cd1

Browse files
committed
release_notes: update with Python ALPN fix
1 parent 4e45c29 commit 5178cd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ This file tracks release notes for the loop client.
1919
#### Breaking Changes
2020

2121
#### Bug Fixes
22+
- Certain versions of the Python gRPC library
23+
[weren't able to connect](https://github.com/grpc/grpc/issues/23172) to
24+
`loopd`'s gRPC interface, getting the `missing selected ALPN property` error.
25+
A server side fix was introduced to get rid of that error message.

0 commit comments

Comments
 (0)