create-stream-server
create-stream-server copied to clipboard
Bump ws from 0.7.0 to 7.2.0
Bumps ws from 0.7.0 to 7.2.0.
Release notes
Sourced from ws's releases.
7.2.0
Features
- Added ability to specify the
readableObjectModeoption when usingWebSocket.createWebSocketStream()(#1647).7.1.2
Bug fixes
- Fixed a bug that caused compress jobs to never be marked as complete (#1618).
7.1.1
Bug fixes
- An error is now thrown if the
WebSocketserver constructor is used incorrectly (36412662).7.1.0
Features
- Added utility to wrap a
WebSocketin aDuplexstream (#1589).Bug fixes
- Reverted "[minor] Remove unneeded
ifstatement" (dbacf582, #1591).7.0.1
Bug fixes
- Added ability to disable sending the SNI extension (#1587).
7.0.0
Breaking changes
- Dropped support for Node.js 6 (1e6999bb).
- Dropped support for
url.Urlinstances in theWebSocketconstructor (692d7b47).- The behavior of
WebSocket#{p{i,o}ng,send}()has changed when thereadyStateattribute is notOPEN(#1532)
- If the readyState attribute is
CONNECTING, an exception is thrown.- If the readyState attribute is
CLOSINGorCLOSED
- The
bufferedAmountattribute is increased by the length of thedataargument in bytes.- If provided, the
callbackfunction is called with an error.- No exception is thrown even if the
callbackfunction is not provided.6.2.1
Bug fixes
... (truncated)
Commits
65f7800[dist] 7.2.054e3011[doc] Fix Travis CI URLa6c4238[example] Close the WebSocket connection on logout2b7d84d[minor] Add ability to specify thereadableObjectModeoption (#1647)96d8c8f[test] Increase timeout for failing tests on Windows08c6c8b[fix] Ensure thatconcat()never returns uninitialized data (#1600)5b7315f[perf] UseTypedArray#set()instead ofBuffer#copy()74bac8e[dist] 7.1.23a695e8[fix] Ensure_compress()callback is always called (#1618)fa99173[doc] Fix nits- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by lpinca, a new releaser for ws since your current version.
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 ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.