cdp-proxy
cdp-proxy copied to clipboard
build(deps): bump github.com/gorilla/websocket from 1.4.1 to 1.5.0
Bumps github.com/gorilla/websocket from 1.4.1 to 1.5.0.
Release notes
Sourced from github.com/gorilla/websocket's releases.
Minor new features and maintenance update
CHANGELOG
- Dialer: add optional method NetDialTLSContext (#746)
@lluiscampos- Update README (#757)
@garyburd- Remove support for Go 1.8 (#755)
@garyburd- Improve protocol error messages (#754)
@garyburd- Update autobahn example (#753)
@garyburd- Fix broadcast benchmarks (#542)
@FZambia- Use context.Context in TLS handshake (#751)
@garyburd- Modify http Method String Literal to Variable (#728)
@thak1411- Update to match gofmt 1.17 (#750)
@garyburd- Document the allowed concurrency on Upgrader and Dialer (#636)
@ghost- improve echo example (#671)
@hellflame- build: use build matrix; drop Go <= 1.10 (#629)
@elithrar- Fix Docs w.r.t. setting subprotocols (#627)
@elithrar- Fix how the client checks for presence of Upgrade: websocket, Connection: upgrade (#604)
@bluetechv1.4.2
v1.4.2is a minor maintenance release, with minor fixes to examples, documentation, and internals.Note: We are still looking for proactive maintainer(s) and issue triagers. Thanks to all who contributed to this release with either PRs or reviews - especially
@srybackifor the ongoing efforts here.CHANGELOG
- build: clean up go.sum (#584)
@elithrar- Fix typo. (#568)
@jongillham- Duration order consistency when multiplying number by time unit (#570)
@maxifom- echo example: handle received messages as text, not HTML (#563)
@srybacki- Use empty struct to protect writing (#566)
@ferhatelmas- input autofocus (#564)
@codenoid- Fix a couple of small typos (#567)
@johnernaut- minor typo (#583)
@dbaker-rh- Changed the link of API references to pkg.go.dev (#577)
@thearyanahmed
Commits
9111bb8Dialer: add optional method NetDialTLSContext (#746)2f25f78Update README (#757)4fad403Remove support for Go 1.8f0643a3Improve protocol error messages2d6ee4cUpdate autobahn examplebeca1d3Fix broadcast benchmarks (#542)bcef843Use context.Context in TLS handshake (#751)2c89656Modify http Method String Literal to Variable (#728)1905f7eUpdate source to match output from gofmt 1.17b4b5d88Document the allowed concurrency on Upgrader and Dialer (#636)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)