File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77module Protocol
88 # @namespace
99 module WebSocket
10- VERSION = "0.21.0 "
10+ VERSION = "0.21.1 "
1111 end
1212end
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-webso
1616
1717Please see the [ project releases] ( https://socketry.github.io/protocol-websocket/releases/index ) for all releases.
1818
19+ ### v0.21.1
20+
21+ - If ` Connection#close_write ` fails, the connection will now be fully closed to prevent hanging connections.
22+
1923### v0.21.0
2024
2125 - All frame reading and writing logic has been consolidated into ` Framer ` to improve performance.
@@ -54,10 +58,6 @@ Please see the [project releases](https://socketry.github.io/protocol-websocket/
5458 - Move ` #send ` logic into ` Message ` for better encapsulation.
5559 - Improve error handling when a ` nil ` message is passed.
5660
57- ### v0.15.0
58-
59- - Require ` Message ` class by default.
60-
6161## Contributing
6262
6363We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.21.1
44
55 - If ` Connection#close_write ` fails, the connection will now be fully closed to prevent hanging connections.
66
You can’t perform that action at this time.
0 commit comments