Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ws from 6.2.0 to 7.2.0.

Release notes

Sourced from ws's releases.

7.2.0

Features

  • Added ability to specify the readableObjectMode option when using
    WebSocket.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 WebSocket server constructor is used
    incorrectly (36412662).

7.1.0

Features

  • Added utility to wrap a WebSocket in a Duplex stream (#1589).

Bug fixes

  • Reverted "[minor] Remove unneeded if statement" (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.Url instances in the WebSocket constructor
    (692d7b47).
  • The behavior of WebSocket#{p{i,o}ng,send}() has changed when the
    readyState attribute is not OPEN (#1532)
    • If the readyState attribute is CONNECTING, an exception is thrown.
    • If the readyState attribute is CLOSING or CLOSED
      • The bufferedAmount attribute is increased by the length of the data
        argument in bytes.
      • If provided, the callback function is called with an error.
      • No exception is thrown even if the callback function is not provided.

6.2.1

Bug fixes

... (truncated)
Commits
  • 65f7800 [dist] 7.2.0
  • 54e3011 [doc] Fix Travis CI URL
  • a6c4238 [example] Close the WebSocket connection on logout
  • 2b7d84d [minor] Add ability to specify the readableObjectMode option (#1647)
  • 96d8c8f [test] Increase timeout for failing tests on Windows
  • 08c6c8b [fix] Ensure that concat() never returns uninitialized data (#1600)
  • 5b7315f [perf] Use TypedArray#set() instead of Buffer#copy()
  • 74bac8e [dist] 7.1.2
  • 3a695e8 [fix] Ensure _compress() callback is always called (#1618)
  • fa99173 [doc] Fix nits
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ws](https://github.com/websockets/ws) from 6.2.0 to 7.2.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.0...7.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 21, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #229.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ws-7.2.0 branch December 16, 2019 02:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant