File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## trio-websocket 0.10.1 (2023-03-18)
4
4
### Changed
5
- - send_message() is changed to raise ConnectionClosed when a close
5
+ - ` send_message() ` is changed to raise ` ConnectionClosed ` when a close
6
6
handshake is in progress. Previously, it would silently ignore
7
- the call, which was an oversight, given that ConnectionClosed is
7
+ the call, which was an oversight, given that ` ConnectionClosed ` is
8
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.
9
+ Noteably, this fixes ` send_message() ` leaking a wsproto ` LocalProtocolError `
10
+ with wsproto >= 1.2.0.
11
+ ([ #175 ] ( https://github.com/HyperionGray/trio-websocket/issues/175 ) )
11
12
12
- Released as a minor version increment, since code calling send_message()
13
- is expected to handle ConnectionClosed anyway.
13
+ Released as a minor version increment, since code calling ` send_message() `
14
+ is expected to handle ` ConnectionClosed ` anyway.
14
15
15
16
## trio-websocket 0.10.0 (2023-03-13)
16
17
### Fixed
You can’t perform that action at this time.
0 commit comments