-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.4.0](v5.3.0...v5.4.0) (2021-08-21) ### Bug Fixes * **client:** Specify and fail on fatal internal WebSocket close codes ([a720125](a720125)) * Use `4406` close code for unsupported subprotocol (`1002` is an internal WebSocket close code) ([df85281](df85281)) * Use `4500` close code for internal server errors (`1011` is an internal WebSocket close code) ([3c0316d](3c0316d)) ### Features * Centralise expected close codes in `CloseCode` enum ([d10a75c](d10a75c)) * **server:** Add support for `ws@v8` ([9119153](9119153))
- Loading branch information
1 parent
142871e
commit ddcdd60
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters