JsCommunity / jsonrpc-websocket-client

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

Update ws to the latest version 🚀 #32

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.1.0 of ws just got published.

Dependency ws
Current Version 1.1.2
Type dependency

The version 2.1.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.


Commits

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

  • 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
  • 6695bd4 [fix] Fix parser crash on synchronous socket error
  • ac8fcce [test] Do not override Receiver#error()
  • 72cf8be [example] Add Express session parsing example
  • 92d8696 [fix] Accept only GET requests
  • e86d284 [minor] Remove unnecessary if statement
  • 3918e11 [dist] 2.0.3
  • d90f481 [fix] Prevent the parser from triggering a stack overflow (#992)
  • 5f83ae8 Merge tag '1.1.1'
  • f043b52 Restore support for default port numbers
  • 66917d0 chore(package): update eslint to version 3.15.0 (#988)
  • ed18a8f chore(package): update utf-8-validate to version 3.0.0 (#987)

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: