xplorfin / moneysocket-go

A *highly experimental* golang implementation of moneysocket
MIT License
3 stars 1 forks source link

Update module github.com/gorilla/websocket to v1.5.3 #104

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gorilla/websocket v1.4.2 -> v1.5.3 age adoption passing confidence

Release Notes

gorilla/websocket (github.com/gorilla/websocket) ### [`v1.5.3`](https://togithub.com/gorilla/websocket/releases/tag/v1.5.3) [Compare Source](https://togithub.com/gorilla/websocket/compare/v1.5.2...v1.5.3) #### Important change This reverts the websockets package back to https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d #### What's Changed - Fixes subprotocol selection (aling with rfc6455) by [@​KSDaemon](https://togithub.com/KSDaemon) in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - Update README.md, replace master to main by [@​mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - Use status code constant by [@​mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/864](https://togithub.com/gorilla/websocket/pull/864) - conn.go: default close handler should not return ErrCloseSent. by [@​pnx](https://togithub.com/pnx) in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - fix: replace ioutil.readfile with os.readfile by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - fix: add comment for the readBufferSize and writeBufferSize by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/869](https://togithub.com/gorilla/websocket/pull/869) - Remove noisy printf in NextReader() and beginMessage() by [@​bcreane](https://togithub.com/bcreane) in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - docs(echoreadall): fix function echoReadAll comment by [@​XdpCs](https://togithub.com/XdpCs) in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - make tests parallel by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - Upgrader.Upgrade: use http.ResposnseController by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/871](https://togithub.com/gorilla/websocket/pull/871) - Do not handle network error in `SetCloseHandler()` by [@​nak3](https://togithub.com/nak3) in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - perf: reduce timer in write_control by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/879](https://togithub.com/gorilla/websocket/pull/879) - fix: lint example code by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/890](https://togithub.com/gorilla/websocket/pull/890) - feat: format message type by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/889](https://togithub.com/gorilla/websocket/pull/889) - Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by [@​UnAfraid](https://togithub.com/UnAfraid) in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - Do not timeout when WriteControl deadline is zero in [https://github.com/gorilla/websocket/pull/898](https://togithub.com/gorilla/websocket/pull/898) - Excludes errchecks linter by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) - Return errors instead of printing to logs by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/897](https://togithub.com/gorilla/websocket/pull/897) - Revert " Update go version & add verification/testing tools ([#​840](https://togithub.com/gorilla/websocket/issues/840))" by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/908](https://togithub.com/gorilla/websocket/pull/908) - Fixes broken random value generation by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/926](https://togithub.com/gorilla/websocket/pull/926) - Reverts back to v1.5.0 by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/929](https://togithub.com/gorilla/websocket/pull/929) #### New Contributors - [@​KSDaemon](https://togithub.com/KSDaemon) made their first contribution in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - [@​mstmdev](https://togithub.com/mstmdev) made their first contribution in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - [@​pnx](https://togithub.com/pnx) made their first contribution in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - [@​rfyiamcool](https://togithub.com/rfyiamcool) made their first contribution in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - [@​bcreane](https://togithub.com/bcreane) made their first contribution in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - [@​XdpCs](https://togithub.com/XdpCs) made their first contribution in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - [@​ninedraft](https://togithub.com/ninedraft) made their first contribution in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - [@​nak3](https://togithub.com/nak3) made their first contribution in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - [@​UnAfraid](https://togithub.com/UnAfraid) made their first contribution in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - [@​apoorvajagtap](https://togithub.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) **Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3 ### [`v1.5.2`](https://togithub.com/gorilla/websocket/releases/tag/v1.5.2) [Compare Source](https://togithub.com/gorilla/websocket/compare/v1.5.1...v1.5.2) ##### What's Changed - Fixes subprotocol selection (aling with rfc6455) by [@​KSDaemon](https://togithub.com/KSDaemon) in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - Update README.md, replace master to main by [@​mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - Use status code constant by [@​mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/864](https://togithub.com/gorilla/websocket/pull/864) - conn.go: default close handler should not return ErrCloseSent. by [@​pnx](https://togithub.com/pnx) in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - fix: replace ioutil.readfile with os.readfile by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - fix: add comment for the readBufferSize and writeBufferSize by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/869](https://togithub.com/gorilla/websocket/pull/869) - Remove noisy printf in NextReader() and beginMessage() by [@​bcreane](https://togithub.com/bcreane) in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - docs(echoreadall): fix function echoReadAll comment by [@​XdpCs](https://togithub.com/XdpCs) in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - make tests parallel by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - Upgrader.Upgrade: use http.ResposnseController by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/871](https://togithub.com/gorilla/websocket/pull/871) - Do not handle network error in `SetCloseHandler()` by [@​nak3](https://togithub.com/nak3) in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - perf: reduce timer in write_control by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/879](https://togithub.com/gorilla/websocket/pull/879) - fix: lint example code by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/890](https://togithub.com/gorilla/websocket/pull/890) - feat: format message type by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/889](https://togithub.com/gorilla/websocket/pull/889) - Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by [@​UnAfraid](https://togithub.com/UnAfraid) in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - Do not timeout when WriteControl deadline is zero in [https://github.com/gorilla/websocket/pull/898](https://togithub.com/gorilla/websocket/pull/898) - Excludes errchecks linter by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) - Return errors instead of printing to logs by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/897](https://togithub.com/gorilla/websocket/pull/897) - Revert " Update go version & add verification/testing tools ([#​840](https://togithub.com/gorilla/websocket/issues/840))" by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/908](https://togithub.com/gorilla/websocket/pull/908) ##### New Contributors - [@​KSDaemon](https://togithub.com/KSDaemon) made their first contribution in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - [@​mstmdev](https://togithub.com/mstmdev) made their first contribution in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - [@​pnx](https://togithub.com/pnx) made their first contribution in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - [@​rfyiamcool](https://togithub.com/rfyiamcool) made their first contribution in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - [@​bcreane](https://togithub.com/bcreane) made their first contribution in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - [@​XdpCs](https://togithub.com/XdpCs) made their first contribution in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - [@​ninedraft](https://togithub.com/ninedraft) made their first contribution in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - [@​nak3](https://togithub.com/nak3) made their first contribution in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - [@​UnAfraid](https://togithub.com/UnAfraid) made their first contribution in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - [@​apoorvajagtap](https://togithub.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) **Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.2 ### [`v1.5.1`](https://togithub.com/gorilla/websocket/releases/tag/v1.5.1) [Compare Source](https://togithub.com/gorilla/websocket/compare/v1.5.0...v1.5.1) #### What's Changed - Add check for Sec-WebSocket-Key header by [@​hirasawayuki](https://togithub.com/hirasawayuki) in [https://github.com/gorilla/websocket/pull/752](https://togithub.com/gorilla/websocket/pull/752) - Changed the method name UnderlyingConn to NetConn by [@​JWSong](https://togithub.com/JWSong) in [https://github.com/gorilla/websocket/pull/773](https://togithub.com/gorilla/websocket/pull/773) - remove all versions < 1.16 and add 1.18 by [@​ChannyClaus](https://togithub.com/ChannyClaus) in [https://github.com/gorilla/websocket/pull/793](https://togithub.com/gorilla/websocket/pull/793) - Check for and report bad protocol in TLSClientConfig.NextProtos by [@​ChannyClaus](https://togithub.com/ChannyClaus) in [https://github.com/gorilla/websocket/pull/788](https://togithub.com/gorilla/websocket/pull/788) - check err before GotConn for trace by [@​junnplus](https://togithub.com/junnplus) in [https://github.com/gorilla/websocket/pull/798](https://togithub.com/gorilla/websocket/pull/798) - Update README.md by [@​coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/websocket/pull/839](https://togithub.com/gorilla/websocket/pull/839) - Correct way to save memory using write buffer pool and freeing net.http default buffers by [@​FMLS](https://togithub.com/FMLS) in [https://github.com/gorilla/websocket/pull/761](https://togithub.com/gorilla/websocket/pull/761) - Update go version & add verification/testing tools by [@​coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/websocket/pull/840](https://togithub.com/gorilla/websocket/pull/840) - update golang.org/x/net by [@​coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/websocket/pull/856](https://togithub.com/gorilla/websocket/pull/856) - update GitHub workflows by [@​coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/websocket/pull/857](https://togithub.com/gorilla/websocket/pull/857) #### New Contributors - [@​hirasawayuki](https://togithub.com/hirasawayuki) made their first contribution in [https://github.com/gorilla/websocket/pull/752](https://togithub.com/gorilla/websocket/pull/752) - [@​JWSong](https://togithub.com/JWSong) made their first contribution in [https://github.com/gorilla/websocket/pull/773](https://togithub.com/gorilla/websocket/pull/773) - [@​ChannyClaus](https://togithub.com/ChannyClaus) made their first contribution in [https://github.com/gorilla/websocket/pull/793](https://togithub.com/gorilla/websocket/pull/793) - [@​junnplus](https://togithub.com/junnplus) made their first contribution in [https://github.com/gorilla/websocket/pull/798](https://togithub.com/gorilla/websocket/pull/798) - [@​coreydaley](https://togithub.com/coreydaley) made their first contribution in [https://github.com/gorilla/websocket/pull/839](https://togithub.com/gorilla/websocket/pull/839) - [@​FMLS](https://togithub.com/FMLS) made their first contribution in [https://github.com/gorilla/websocket/pull/761](https://togithub.com/gorilla/websocket/pull/761) **Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1 ### [`v1.5.0`](https://togithub.com/gorilla/websocket/releases/tag/v1.5.0): Minor new features and maintenance update [Compare Source](https://togithub.com/gorilla/websocket/compare/v1.4.2...v1.5.0) Minor new features and maintenance update #### CHANGELOG - Dialer: add optional method NetDialTLSContext ([#​746](https://togithub.com/gorilla/websocket/issues/746)) [@​lluiscampos](https://togithub.com/lluiscampos) - Update README ([#​757](https://togithub.com/gorilla/websocket/issues/757)) [@​garyburd](https://togithub.com/garyburd) - Remove support for Go 1.8 ([#​755](https://togithub.com/gorilla/websocket/issues/755)) [@​garyburd](https://togithub.com/garyburd) - Improve protocol error messages ([#​754](https://togithub.com/gorilla/websocket/issues/754)) [@​garyburd](https://togithub.com/garyburd) - Update autobahn example ([#​753](https://togithub.com/gorilla/websocket/issues/753)) [@​garyburd](https://togithub.com/garyburd) - Fix broadcast benchmarks ([#​542](https://togithub.com/gorilla/websocket/issues/542)) [@​FZambia](https://togithub.com/FZambia) - Use context.Context in TLS handshake ([#​751](https://togithub.com/gorilla/websocket/issues/751)) [@​garyburd](https://togithub.com/garyburd) - Modify http Method String Literal to Variable ([#​728](https://togithub.com/gorilla/websocket/issues/728)) [@​thak1411](https://togithub.com/thak1411) - Update to match gofmt 1.17 ([#​750](https://togithub.com/gorilla/websocket/issues/750)) [@​garyburd](https://togithub.com/garyburd) - Document the allowed concurrency on Upgrader and Dialer ([#​636](https://togithub.com/gorilla/websocket/issues/636)) [@​ghost](https://togithub.com/ghost) - improve echo example ([#​671](https://togithub.com/gorilla/websocket/issues/671)) [@​hellflame](https://togithub.com/hellflame) - build: use build matrix; drop Go <= 1.10 ([#​629](https://togithub.com/gorilla/websocket/issues/629)) [@​elithrar](https://togithub.com/elithrar) - Fix Docs w.r.t. setting subprotocols ([#​627](https://togithub.com/gorilla/websocket/issues/627)) [@​elithrar](https://togithub.com/elithrar) - Fix how the client checks for presence of Upgrade: websocket, Connection: upgrade ([#​604](https://togithub.com/gorilla/websocket/issues/604)) [@​bluetech](https://togithub.com/bluetech)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.