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 šŸš€ #123

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 18.0.0 of sigver was just published.

Dependency sigver
Current Version 17.0.1
Type devDependency

The version 18.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 v18.0.0

18.0.0 (2018-02-22)

Bug Fixes

  • use Subject instead of ReplaySubject on peer (8245bb6)
  • group: several misspelled bugs (8f28206)
  • wrong message type (074a79f)
  • heartbeat: too many missed heartbeat do not stop server (154de80)
  • id: be sure to generate different peer id (d538e83)
  • Peer: no id generated for the first member (e9d2daa)
  • selectMember: back to selecting the first member in the group (e5268ec)
  • ServerCore: select member for a joining peer algorithm (4692536)

Features

  • bind to another member if current fails (d6f346e)
  • blockingpeer: switch peers if one prevents other from joining (686ac7a)

Performance Improvements

  • send: prebuild firstTrue and firstFalse messages (5ae03a1)

BREAKING CHANGES

  • joined is replaced by stable in the proto file.
Commits

The new version differs by 21 commits.

  • 9510ba4 ci(travis): switch from firefox to firefox headless mode for tests
  • a266eb2 docs: update protocol doc
  • 686ac7a feat(blockingpeer): switch peers if one prevents other from joining
  • 5dfa256 chore(package): update dependencies
  • e5268ec fix(selectMember): back to selecting the first member in the group
  • 361a460 refactor: add atom ts-ide suggested modifications
  • e9d2daa fix(Peer): no id generated for the first member
  • 154de80 fix(heartbeat): too many missed heartbeat do not stop server
  • 23f7b4c test: update test to suit TypeScript source files
  • 9d1ce3f refactor: switching from JavaScript to TypeScript
  • 4692536 fix(ServerCore): select member for a joining peer algorithm
  • cb8d8a3 test: update tests
  • 262a6a7 test: fix tests to suit new versions of sigver
  • 074a79f fix: wrong message type
  • c5fe905 chore(package): update dependencies

There are 21 commits in total.

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: