rack
rack copied to clipboard
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)
@bluetech
v1.4.2
v1.4.2
is 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
@srybacki
for 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
9111bb8
Dialer: add optional method NetDialTLSContext (#746)2f25f78
Update README (#757)4fad403
Remove support for Go 1.8f0643a3
Improve protocol error messages2d6ee4c
Update autobahn examplebeca1d3
Fix broadcast benchmarks (#542)bcef843
Use context.Context in TLS handshake (#751)2c89656
Modify http Method String Literal to Variable (#728)1905f7e
Update source to match output from gofmt 1.17b4b5d88
Document 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 36.20% // Head: 36.20% // No change to project coverage :thumbsup:
Coverage data is based on head (
0ed6310
) compared to base (c76ca4a
). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## master #3560 +/- ##
=======================================
Coverage 36.20% 36.20%
=======================================
Files 168 168
Lines 18436 18436
=======================================
Hits 6674 6674
Misses 10629 10629
Partials 1133 1133
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.