coast-team / netflux

JavaScript client and server side transport API based on WebRTC & WebSocket
https://coast-team.github.io/netflux
GNU Affero General Public License v3.0
213 stars 14 forks source link

Update sigver to the latest version 🚀 #110

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 17.0.0 of sigver was just published.

Dependency sigver
Current Version 16.0.0
Type devDependency

The version 17.0.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 sigver.

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 v17.0.0

17.0.0 (2018-01-04)

Bug Fixes

  • unsubscribe from the right subject on message error from a joining peer (9dce162)

Code Refactoring

  • cli: remove redundant --secure cli option (13304be)

Features

  • cli: add --version option (4ab5f6d)
  • ServerCore: randomly select a member for the joining peer (4d9899e)

BREAKING CHANGES

  • cli: --secure cli option is no longer accepted, as --key, --cert and --ca are enough.
Commits

The new version differs by 6 commits.

  • 475cbf7 ci(semantic-release): update to version 11
  • 92aeaba chore(uws): update to ^v9.14.0
  • 4ab5f6d feat(cli): add --version option
  • 13304be refactor(cli): remove redundant --secure cli option
  • 4d9899e feat(ServerCore): randomly select a member for the joining peer
  • 9dce162 fix: unsubscribe from the right subject on message error from a joining peer

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: