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 webrtc-adapter to the latest version 🚀 #76

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.0.0 of webrtc-adapter just got published.

Dependency webrtc-adapter
Current Version 3.4.3
Type dependency

The version 4.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 webrtc-adapter. 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 Does not modify the global window object rather the provided one, couple of edge fixes, gum error mapping, shim gain and noise gum constraints and more

Full details in v3.4.3...v4.0.0

Commits

The new version differs by 30 commits.

  • 203c603 Merge pull request #570 from webrtc/bumpVersion
  • af19ca9 bump to 4.0.0
  • 94dcb68 Add adapter artifacts
  • c82b0a0 Merge pull request #563 from jan-ivar/noisegain
  • a2b4303 Merge pull request #565 from fippo/edge-fixfix
  • e2f3b59 Merge pull request #566 from fippo/disconnected-state
  • 4554ffc Merge pull request #567 from fippo/patchversions
  • a695676 Merge pull request #531 from fippo/spec-gumerror
  • b4a50ed build: allow publishing patch versions
  • 52ffe68 edge: add disconnected state
  • ac6f823 edge: fix issue with disposing a non-existing transceiver
  • 6852cfc Forgot to test a couple of audio legacy constraints.
  • 2f54180 Split into separate audio vs. video tests.
  • 42d0e5d Merge pull request #561 from fippo/edge-bundle-fix
  • 7c94a70 Test autoGainControl and noiseSuppression.

There are 30 commits in total.

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

Update to this version instead 🚀

Release Notes Safaridriver support added, shimObjectURL and stream management added for Safari, make Chrome DTMF shim native sender compatible

Full details in v4.0.0...v4.0.1

Commits

The new version differs by 15 commits.

  • b00ab09 Merge pull request #582 from webrtc/bumpVersion
  • 4dfe463 bump to 4.0.1
  • 85ceb86 Add adapter artifacts
  • 6844285 Merge pull request #576 from fippo/fix-infra
  • 9533a92 Merge pull request #578 from fippo/safari-infra
  • 8900c5e Merge pull request #579 from neilkinnish/master
  • 31ec4a6 test: add safari webdriver support
  • 05fa19e Update Safari shim to handle window.URL.createObjectURL
  • 2c145c9 test: only use getBrowserVersion for chrome and firefox
  • 6a25bbd Merge pull request #558 from jan-ivar/fixdtmf
  • 226b10a Merge pull request #568 from youennf/fix-add-stream-management-api
  • 421dffb Add window prefixes.
  • 91ba7f0 fix Chrome dtmf shim to work with native sender.
  • 5772153 Using sinon.stub
  • d5bb33d Adding stream management API

See the full diff