Conversation
Version 4.1.0 just got published.Update to this version instead 🚀 Release Notes4.1.0FeaturesCommitsThe new version differs by 30 commits.
There are 30 commits in total. See the full diff |
Version 5.0.0 just got published.Update to this version instead 🚀 Release Notes5.0.0Breaking changes
Features
CommitsThe new version differs by 10 commits.
See the full diff |
Version 5.1.0 just got published.Update to this version instead 🚀 Release Notes5.1.0Features
CommitsThe new version differs by 7 commits.
See the full diff |
Version 5.1.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
Version 5.2.0 just got published.Update to this version instead 🚀 Release Notes5.2.0Features
CommitsThe new version differs by 14 commits.
See the full diff |
Version 5.2.1 just got published.Update to this version instead 🚀 Release Notes5.2.1Bug fixes
CommitsThe new version differs by 5 commits.
See the full diff |
Version 6.0.0 just got published.Update to this version instead 🚀 Release Notes6.0.0Breaking changes
CommitsThe new version differs by 15 commits ahead by 15, behind by 2.
See the full diff |
Update to this version instead 🚀 Release Notes for 6.1.0Features
CommitsThe new version differs by 11 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 6.1.1Bug fixesCommitsThe new version differs by 15 commits.
See the full diff |
|
Update to this version instead 🚀 Release Notes for 6.1.4Bug fixes
CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for 6.2.0Features
Bug fixes
CommitsThe new version differs by 14 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 6.2.1Bug fixes
CommitsThe new version differs by 14 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 7.0.0Breaking changes
CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 4.0.0 of ws was just published.
The version 4.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of ws.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
4.0.0Breaking changes
no status code (a31b1f6).
onerrorevent handler now receives anErrorEventinstead of JavaScripterror (63e275e).
WebSocket.prototype.ping()andWebSocket.prototype.pong()is no longer a boolean but an optional callback(30c9f71).
protocolVersionandbytesReceivedattributes have beenremoved (7f8ebc6...ee9b5f3).
extensionsattribute is no longer an object but a string representingthe extensions selected by the server (fdec524).
'headers'event on the client has been renamed to'upgrade'. Listenersof this event now receive only the
responseargument (1c783c2).WebSocket.prototype.pause()andWebSocket.prototype.resume()methodshave been removed to prevent the user from interfering with the state of the
underlying
net.Socketstream (a206e98).Commits
The new version differs by 19 commits.
a04d985[dist] 4.0.0d03ada2[minor] Rename some variables for claritya206e98[major] RemoveWebSocket#pause()andWebSocket#resume()1c783c2[major] Rename the 'headers' event to 'upgrade'9bbc978[test] Reorganize testsfdec524[fix] Fixextentionsproperty type46461a9[minor] Refactor server client initializationee9b5f3[major] Remove non-standardbytesReceivedattribute7f8ebc6[major] Remove non-standardprotocolVersionattribute30c9f71[major] MakeWebSocket#p{i,o}ng()accept an optional callback63e275e[fix] Pass anErrorEventto theonerrorevent handler3936f3a[major] Rename modules files63ce954[major] Remove ErrorCodes module695c5ea[major] Improve error messages and use specific error typesa31b1f6[fix] Use 1005 status code if close frame payload length is 0There are 19 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴