ivaylopivanov / wamp-server

WAMP Basic Profile Router
MIT License
31 stars 10 forks source link

Update ws to the latest version šŸš€ #24

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 5.1.0 of ws was just published.

Dependency ws
Current Version 5.0.0
Type dependency

The version 5.1.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 5.1.0

Features

  • The address argument of the WebSocket constructor can now be a URL
    instance (#1329).
  • The options argument of the WebSocket constructor now accepts any TLS
    option that is also accepted by https.request() (#1332).
Commits

The new version differs by 7 commits.

  • 7c74567 [dist] 5.1.0
  • 9e152f9 [feature] Allow all options accepted by http{,s}.request() (#1332)
  • 938cdde chore(package): update eslint to version 4.19.0 (#1330)
  • 1504d67 [fix] Allow URL instances as URL in WebSocket constructor (#1329)
  • 57d3dbb chore(package): update nyc to version 11.6.0 (#1326)
  • 23f5957 [fix] Remove buffer noAssert argument (#1324)
  • 2a55dda chore(package): update eslint-plugin-promise to version 3.7.0 (#1321)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 5.1.1 just got published.

Update to this version instead šŸš€

Release Notes 5.1.1

Bug fixes

Commits

The new version differs by 5 commits.

  • 10c92ff [dist] 5.1.1
  • f335d79 [fix] Add default value for servername option (#1347)
  • 2d7bf88 [perf] Use js version of {un,}mask() for very small frames (#1348)
  • f52debe [doc] Explain the behavior of server.close() more precisely (#1342)
  • 83ce534 chore(package): update eslint-plugin-import to version 2.10.0 (#1340)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.0 just got published.

Update to this version instead šŸš€

Release Notes 5.2.0

Features

  • Added ability to specify custom headers when rejecting the handshake (#1379).
Commits

The new version differs by 14 commits.

  • e4d032c [dist] 5.2.0
  • e7bfe5f chore(package): update mocha to version 5.2.0 (#1385)
  • 6dae94b chore(package): update eslint-plugin-import to version 2.12.0 (#1384)
  • aebda2b chore(package): update nyc to version 11.8.0 (#1382)
  • d871bdf [feature] Add headers argument to verifyClient() callback (#1379)
  • bb9c21c [test] Fix failing test on node 10
  • 6d8f1f4 [ci] Test on node 10
  • 4385c78 [doc] Add request to emit arguments in shared server example (#1372)
  • 690b3f2 [minor] Replace bound function with arrow function
  • 9dc25a3 chore(package): update nyc to version 11.7.1 (#1364)
  • a81e580 chore(package): update mocha to version 5.1.0 (#1362)
  • 3215cf3 chore(package): update eslint-plugin-import to version 2.11.0 (#1361)
  • 0100d82 [doc] Improve FAQ example for X-Forwarded-For header (#1360)
  • c801e99 [doc] Improve docs and examples (#1355)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.1 just got published.

Update to this version instead šŸš€

Release Notes 5.2.1

Bug fixes

  • Fixed a bug that could prevent buffered data from being processed under
    certain circumstances (6046a28).
Commits

The new version differs by 5 commits.

  • 175ce46 [dist] 5.2.1
  • 307be7a [fix] Remove the 'data' listener when the receiver emits an error
  • 6046a28 [fix] Do not prematurely remove the listener of the 'data' event
  • bf9b2ec chore(package): update nyc to version 12.0.2 (#1395)
  • bcab531 chore(package): update eslint-plugin-promise to version 3.8.0 (#1389)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.2 just got published.

Update to this version instead šŸš€

Release Notes 5.2.2

Bug fixes

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.0.0 just got published.

Update to this version instead šŸš€

Release Notes 6.0.0

Breaking changes

  • Dropped support for Node.js 4 (d73885c).
  • Added a shim that throws an error when used if the package is bundled for the
    browser (#1345).
  • Added a maxPayload option on the client. Defaults to 100 MiB (#1402).
  • Dropped support for the memLevel and level options. Use
    zlibDeflateOptions instead. (80e2002).
Commits

The new version differs by 15 commits ahead by 15, behind by 2.

  • 1ee42fd [dist] 6.0.0
  • d963003 [example] Update dependencies
  • 38d2e8b chore(package): update eslint-plugin-node to version 7.0.0 (#1420)
  • fc95793 [fix] Fix use after invalidation bug
  • fbd4391 [fix] Fix compatibility with Node.js 6
  • b354cd1 [minor] Remove no longer needed workaround for socketPath option
  • ef5a8f5 [pkg] Update eslint-plugin-standard to version 3.1.0
  • 80e2002 [major] Drop support for the memLevel and level options
  • 92d0a2e [major] Add maxPayload option for the client (#1402)
  • 9f87842 [major] Make bundlers use a browser shim that throws an error (#1345)
  • 72bfbe8 chore(package): update bufferutil to version 4.0.0 (#1413)
  • 5bb29ed chore(package): update utf-8-validate to version 5.0.0 (#1415)
  • 3bc6b96 chore(package): update eslint to version 5.0.0 (#1403)
  • d73885c [major] Drop support for Node.js 4
  • 5d90141 chore(package): update eslint-plugin-import to version 2.13.0 (#1405)

See the full diff