File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release history
2
2
3
+ ## trio-websocket 0.10.1 (2023-03-18)
4
+ ### Changed
5
+ - send_message() is changed to raise ConnectionClosed when a close
6
+ handshake is in progress. Previously, it would silently ignore
7
+ the call, which was an oversight, given that ConnectionClosed is
8
+ defined to cover connections "closed or in the process of closing".
9
+ Noteably, this fixes send_message() leaking a wsproto LocalProtocolError
10
+ with wsproto >= 1.22.0.
11
+
12
+ Released as a minor version increment, since code calling send_message()
13
+ is expected to handle ConnectionClosed anyway.
14
+
3
15
## trio-websocket 0.10.0 (2023-03-13)
4
16
### Fixed
5
17
- avoid MultiError warnings with trio >= 0.22
Original file line number Diff line number Diff line change 1
- __version__ = '0.11.0-dev '
1
+ __version__ = '0.10.1 '
You can’t perform that action at this time.
0 commit comments