JsCommunity / jsonrpc-websocket-client

JSON-RPC 2 over WebSocket
6 stars 1 forks source link

Update ws to the latest version 🚀 #33

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.0 of ws just got published.

Dependency ws
Current Version 1.1.2
Type dependency

The version 2.2.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ws. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 2.2.0

Features

  • Added "fragments" as possible value for the binaryType attribute (#1018).

Bug fixes

  • A random masking key is now also used for zero-length frames (5edb460).
Commits

The new version differs by 299 commits (ahead by 299, behind by 4).

  • ae42166 [dist] 2.2.0
  • 625e9bf [perf] Optimize for cases where buffer is not a subarray
  • 6a734ae [minor] Fix nits
  • 30eccee [feature] Add "fragments" as possible value for binaryType (#1018)
  • af8f003 [feature] Make Sender#frameAndSend() a static method (#1016)
  • eed0814 [minor] Remove no longer needed if statements
  • 5edb460 [fix] Use a random masking key also for zero-length frames
  • 8127ebc [minor] Move shared constants into lib/Constants.js
  • e94a6ab [minor] Inline {BufferUtil,Validation}.fallback.js into parent modules
  • bfa5755 chore(package): update eslint to version 3.16.0 (#1012)
  • ca4a622 [minor] Avoid using deprecated APIs
  • 5bccfe5 [dist] 2.1.0
  • 060b275 [feature] Allow path to be specified with UNIX domain sockets
  • 3b9f4ca [perf] Enqueue send operations only when strictly necessary
  • 8ead18d [perf] Write to the socket as soon as possible

There are 250 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits .

  • 08eb827 [dist] 2.2.1
  • 738e07f [fix] Make WebSocket#terminate() destroy the socket (#1033)
  • 72170d4 [codestyle] Fix nits
  • d29f306 [minor] Improve error message for unsupported protocol version (#1036)
  • fecc4f5 chore(package): update eslint-config-standard to version 8.0.0-beta.1 (#1035)
  • 05970f6 [pkg] Add missing dependencies for eslint-config-standard@8
  • e057bfc [example] Avoid using deprecated APIs
  • 4a605b9 chore(package): update eslint to version 3.17.0 (#1030)
  • e13ef4a chore(package): update bufferutil to version 3.0.0 (#1029)
  • 4ae630a [perf] Avoid using Buffer.concat() (#1026)
  • a70c6d0 chore(package): update eslint-plugin-standard to version 2.1.0 (#1027)
  • 944b788 chore(package): update eslint-config-standard to version 7.0.0 (#1024)
  • 2aec9a4 [lint] Remove eslint-config-semistandard dev dependency
  • f9b2bdf [lint] Comply with the new standard rules
  • 703adf8 chore(package): update eslint-plugin-promise to version 3.5.0 (#1025)

See the full diff.