Update module github.com/gorilla/websocket to v1.5.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gorilla/websocket | require | patch |
v1.5.0 -> v1.5.1
|
Release Notes
gorilla/websocket (github.com/gorilla/websocket)
v1.5.1
What's Changed
- Add check for Sec-WebSocket-Key header by @hirasawayuki in https://github.com/gorilla/websocket/pull/752
- Changed the method name UnderlyingConn to NetConn by @JWSong in https://github.com/gorilla/websocket/pull/773
- remove all versions < 1.16 and add 1.18 by @ChannyClaus in https://github.com/gorilla/websocket/pull/793
- Check for and report bad protocol in TLSClientConfig.NextProtos by @ChannyClaus in https://github.com/gorilla/websocket/pull/788
- check err before GotConn for trace by @junnplus in https://github.com/gorilla/websocket/pull/798
- Update README.md by @coreydaley in https://github.com/gorilla/websocket/pull/839
- Correct way to save memory using write buffer pool and freeing net.http default buffers by @FMLS in https://github.com/gorilla/websocket/pull/761
- Update go version & add verification/testing tools by @coreydaley in https://github.com/gorilla/websocket/pull/840
- update golang.org/x/net by @coreydaley in https://github.com/gorilla/websocket/pull/856
- update GitHub workflows by @coreydaley in https://github.com/gorilla/websocket/pull/857
New Contributors
- @hirasawayuki made their first contribution in https://github.com/gorilla/websocket/pull/752
- @JWSong made their first contribution in https://github.com/gorilla/websocket/pull/773
- @ChannyClaus made their first contribution in https://github.com/gorilla/websocket/pull/793
- @junnplus made their first contribution in https://github.com/gorilla/websocket/pull/798
- @coreydaley made their first contribution in https://github.com/gorilla/websocket/pull/839
- @FMLS made their first contribution in https://github.com/gorilla/websocket/pull/761
Full Changelog: https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate