Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libp2p-webrtc-star to the latest version 馃殌 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 30, 2017

Version 0.9.0 of libp2p-webrtc-star just got published.

Dependency libp2p-webrtc-star
Current Version 0.8.10
Type dependency

The version 0.9.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 libp2p-webrtc-star.
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 7 commits .

  • faf8c23 chore: release version v0.9.0
  • 663c41b chore: update contributors
  • 82e69de Merge pull request #106 from libp2p/feat/new-peer-info
  • 19f5930 feat: update peer-info calls
  • 42222fd chore: update deps
  • 43e68dd Merge pull request #103 from libp2p/greenkeeper/aegir-11.0.1
  • 9459281 chore(package): update aegir to version 11.0.1

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

greenkeeper bot added a commit that referenced this pull request May 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 19, 2017

Version 0.10.0 just got published.

Update to this version instead 馃殌

Release Notes v0.10.0

Bug Fixes

  • package: update simple-peer to version 8.0.0 (9138acf)
  • handle reconnection to signaling server (939aa8d)
Commits

The new version differs by 15 commits.

  • e032c7e chore: release version v0.10.0
  • 3c54870 chore: update contributors
  • 5a17516 test: avoid using setTimeout
  • cc2e099 Merge pull request #107 from libp2p/greenkeeper-simple-peer-8.0.0
  • 7890d4d Merge pull request #108 from libp2p/greenkeeper/simple-peer-8.0.0
  • 54205e9 Merge pull request #111 from libp2p/feat/refresh-peer-list
  • 9eaf7df Merge pull request #112 from libp2p/fix/ss-server-reconnect
  • 00a7993 reconnect test
  • 7301a69 fixed linting problems
  • 193a0f0 signaling server: testing peer list refresh
  • 65f7df9 only emitting listening event and calls callback once
  • 939aa8d fix: handle reconnection to signaling server
  • 49b5d89 signaling server: send fresh peer list to each node every 10 seconds
  • 9138acf fix(package): update simple-peer to version 8.0.0
  • cc49d80 chore(package): update simple-peer to version 8.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request May 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 19, 2017

Version 0.10.1 just got published.

Update to this version instead 馃殌

Release Notes v0.10.1

Bug Fixes

  • use webworker friendly version of webrtcsupport (0892a92)
Commits

The new version differs by 3 commits.

  • d8ecb5f chore: release version v0.10.1
  • f31960a chore: update contributors
  • 0892a92 fix: use webworker friendly version of webrtcsupport

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 28, 2017

Version 0.11.0 just got published.

Update to this version instead 馃殌

Release Notes v0.11.0

Features

  • removed wrtc by default, added option for DI, added tests with electron-webrtc as well (33dbaf4)
Commits

The new version differs by 4 commits.

  • 954502b chore: release version v0.11.0
  • 8acdc4c chore: update contributors
  • ccc042c Merge pull request #113 from libp2p/feat/no-moar-wrtc
  • 33dbaf4 feat: removed wrtc by default, added option for DI, added tests with electron-webrtc as well

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 22, 2017

Version 0.12.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 3, 2017

Version 0.13.0 just got published.

Update to this version instead 馃殌

Release Notes v0.13.0

Features

Commits

The new version differs by 4 commits.

  • 2ea7964 chore: release version v0.13.0
  • 8e65cf8 chore: update contributors
  • 64cb3db chore: no sauce for you!
  • 9ee3a51 feat: p2p addrs situation (#118)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 4, 2017

Version 0.13.1 just got published.

Update to this version instead 馃殌

Release Notes v0.13.1

Bug Fixes

  • now properly handles legacy libp2p-webrtc-multiaddrs (#119) (06ba5d2)
Commits

The new version differs by 4 commits.

  • 0107140 chore: release version v0.13.1
  • 93343dd chore: update contributors
  • f370872 chore: update deps
  • 06ba5d2 fix: now properly handles legacy libp2p-webrtc-multiaddrs (#119)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 8, 2017

Version 0.13.2 just got published.

Update to this version instead 馃殌

Release Notes v0.13.2

Bug Fixes

  • stricter type checking to prevent crashes (#120) (599bdeb)
Commits

The new version differs by 5 commits.

  • faa472a chore: release version v0.13.2
  • 1c8b400 chore: update contributors
  • ba31f77 chore: update deps
  • 599bdeb fix: stricter type checking to prevent crashes (#120)
  • 5ac506a docs: give some love to the README

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2017

Version 0.13.3 just got published.

Update to this version instead 馃殌

Release Notes v0.13.3

Bug Fixes

  • /dns4 multiaddr explicit tcp/port support (#130) (dce5ff8)

Features

Commits

The new version differs by 12 commits.

  • 2011d02 chore: release version v0.13.3
  • 77189e3 chore: update contributors
  • 243e515 chore
  • 2c1b9fb chore: fix release script
  • 58bbd9c chore: update deps (#131)
  • dce5ff8 fix: /dns4 multiaddr explicit tcp/port support (#130)
  • f9529d0 chore: Upgrade wrtc to 0.0.63 (#124)
  • 171dc9b feat: Add metrics and about page (#127)
  • 44f4417 docs: grammar fix (#123)
  • 0da6d80 chore: update to latest aegir (#122)
  • 43f752b feat: skip circuit addresses (#121)
  • 056bbf1 Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2018

Version 0.13.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 6 commits.

  • 2233c8b chore: release version v0.13.4
  • 7068c02 chore: update contributors
  • 5730d72 test: update dns multiaddr to dnsaddr
  • f0d1406 chore: update deps
  • b686c19 docs: update and polish the README
  • 3c8a2f1 chore: update gitignore

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 6, 2018

Version 0.14.0 just got published.

Update to this version instead 馃殌

Release Notes v0.14.0

Features

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2018

Version 0.15.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 361c480 chore: release version v0.15.0
  • 2250451 chore: update contributors
  • 59cb672 chore: update and use right deps (wrtc@0.1.1)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 0.15.2 just got published.

Update to this version instead 馃殌

Release Notes v0.15.2

Bug Fixes

  • race condition using pump (2e430c1)

Features

  • using block-stream to control webRTC transport (8d76dd0)
Commits

The new version differs by 9 commits.

  • d69a078 chore: release version v0.15.2
  • ec0ca48 chore: update contributors
  • 53aa534 chore: release version v0.15.1
  • 49210b4 chore: fix deps
  • 9efe3c6 chore: update aegir
  • c7521e6 chore: update README.md
  • a20c944 chore: clean up, adding blockStreamSize option
  • 2e430c1 fix: race condition using pump
  • 8d76dd0 feat: using block-stream to control webRTC transport

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2018

Version 0.15.3 just got published.

Update to this version instead 馃殌

Release Notes v0.15.3

Features

Commits

The new version differs by 12 commits.

  • 8d5d8d2 chore: release version v0.15.3
  • 15c39d3 chore: update contributors
  • 93488fc chore: release version v0.15.2
  • 362c4e5 chore: update contributors
  • 03983f2 feat: add tag
  • 6c85130 chore: upgrade deps
  • 6db6f36 Revert "feat: using block-stream to control webRTC transport"
  • eb41dbf Revert "fix: race condition using pump"
  • f9293d3 Revert "chore: clean up, adding blockStreamSize option"
  • 54cf9d2 Revert "chore: update README.md"
  • 57103ca Revert "chore: update contributors"
  • e6094a7 Revert "chore: release version v0.15.2"

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2018

Version 0.15.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits.

  • 85943d3 chore: release version v0.15.4
  • f4165c4 chore: update contributors
  • 7e3ddf1 chore: update wrtc
  • 8fa68ef docs: fix wrong module name in usage
  • 400b38b docs: add lead-maintainer

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 17, 2018

Update to this version instead 馃殌

Release Notes for v0.15.5

Bug Fixes

  • catch RTCPeerConnection failed connections (b65d509)
Commits

The new version differs by 3 commits.

  • 85784db chore: release version v0.15.5
  • b3da591 chore: update contributors
  • b65d509 fix: catch RTCPeerConnection failed connections

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 26, 2018

Update to this version instead 馃殌

Release Notes for v0.15.6

Bug Fixes

  • catch RTCPeerConnection failed connections (b65d509)
Commits

The new version differs by 3 commits.

  • b848620 chore: release version v0.15.6
  • 87eb120 chore: update contributors
  • 5746089 chore: upgrade dependencies (#162)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 10, 2019

Update to this version instead 馃殌

Release Notes for v0.15.8

Bug Fixes

Commits

The new version differs by 8 commits.

  • 2d0847c chore: release version v0.15.8
  • a76f7bc chore: update contributors
  • cb96de8 fix: reduce bundle size (#165)
  • cbcab9b chore: release version v0.15.7
  • 0383758 chore: update contributors
  • 87bb612 chore: update dependencies (#166)
  • b3f644e Revert "feat: only send new peers, not the whole peer list" (#164)
  • e12089b feat: only send new peers, not the whole peer list

See the full diff

greenkeeper bot added a commit that referenced this pull request May 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2019

Update to this version instead 馃殌

Release Notes for v0.16.0

Bug Fixes

BREAKING CHANGES

  • signaling server api with async await instead of callbacks
Commits

The new version differs by 5 commits.

  • 6187da5 chore: release version v0.16.0
  • 40041f8 chore: update contributors
  • f7dc83a fix: update hapi (#173)
  • 0fd71ad chore: add discourse badge (#170)
  • bedea1b chore: use travis (#169)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2019

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2019

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jan 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 28, 2020

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jan 31, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2020

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jan 31, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2020

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Feb 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 3, 2020

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Feb 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 13, 2020

Update to this version instead 馃殌

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2020

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Mar 16, 2020
greenkeeper bot added a commit that referenced this pull request Apr 2, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2020

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 28, 2020

Update to this version instead 馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants