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 🚀 #83

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 15.0.0 of sigver just got published.

Dependency sigver
Current Version 14.0.0
Type devDependency

The version 15.0.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 sigver. 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 v15.0.0

<a name"15.0.0">

15.0.0 (2017-07-20)

Breaking Changes

  • The communication protocol changed from JSON to Protobuf (see src/message.proto).
    The protocol has changed also. No longer send 'join' message, specify the key in the url (e. g.
    'ws://mydomaine.com/LKDo2mdffe9fg').

(94ad86db)

Commits

The new version differs by 5 commits.

  • 1d8caf8 ci(.travis): update node to v8
  • 99cc4a4 chore: add package-lock
  • 94ad86d refactor: use protobuf instead of JSON, change protocol
  • a72aafb docs(readme): update Hot to Use section
  • 58c572e style: miscellaneous

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 15.0.1 just got published.

Update to this version instead 🚀

Release Notes v15.0.1

<a name"15.0.1">

15.0.1 (2017-07-25)

Bug Fixes

  • Peer: notify peers about end of candidates (2be803c9)
  • eslint: misspelt eslint-config-conaclos (31427673)
Commits

The new version differs by 11 commits.

  • 3f9246d ci(travis): fix karma config for Chrome Headless
  • edcf52b ci(travis): run Chrome in headless mode
  • 8408d1b chore: add comments to message.proto
  • 3142767 fix(eslint): misspelt eslint-config-conaclos
  • b309f99 docs(readme): update protocol doc
  • 2be803c fix(Peer): notify peers about end of candidates
  • 1a9387b style(eslint): remove conaclos/esnext-base
  • b9ad46b chore(process): rename sigver-ws-test to sigver-test
  • 7bd3efc chore(rollup): symplify config file
  • 083986b style(eslintignore): ignore Protobuf.js and server.js for lint
  • 2649cb6 docs(readme): update readme

See the full diff

kalitine commented 7 years ago

Done.