Update dependency meetecho/janus-gateway to v1 #65

Merged
mwalbeck merged 1 commits from renovate/meetecho-janus-gateway-1.x into master 2022-03-06 01:11:46 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
meetecho/janus-gateway major v0.11.7 -> v1.0.0

Release Notes

meetecho/janus-gateway

v1.0.0

Compare Source

  • Refactored Janus to support multistream PeerConnections [PR-2211]
  • Moved all source files under new 'src' folder to unclutter the repo [PR-2885]
  • Fixed definition of trylock wrapper when using pthreads [Issue-2894]
  • Fixed broken RTP when no extensions are negotiated
  • Added checks when inserting RTP extensions to avoid buffer overflows
  • Added missing support for disabled rid simulcast substreams in SDP [PR-2888]
  • Fixed TWCC feedback when simulcast SSRCs are missing (thanks @​OxleyS!) [PR-2908]
  • Added support for playout-delay RTP extension [PR-2895]
  • Fixed partially broken H.264 support when using Firefox in VideoRoom
  • Fixed new VideoRoom rtp_forward API ignoring some properties
  • Fixed deadlock and segfault when stopping Streaming mountpoint recordings [Issue-2902]
  • Fixed RTSP support in Streaming plugin for cameras that expect path-only DESCRIBE requests (thanks @​jp-bennett!) [PR-2909]
  • Fixed RTP being relayed incorrectly in Lua and Duktape plugins
  • Added Duktape as optional dependency, instead of embedding the engine code [PR-2886]
  • Fixed crash at startup when not able to connect to RabbitMQ server
  • Improved fuzzing and checks on RTP extensions
  • Removed distinction between simulcast and simulcast2 in janus.js [PR-2887]
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

v0.12.0

Compare Source

v0.11.8

Compare Source

  • Added initial (and limited) integration of RED audio [PR-2685]
  • Added support for Two-Byte header RTP extensions (RFC8285) and, partially, for the new Depencency Descriptor RTP extension (needed for AV1-SVC) [PR-2741]
  • Fixed rare race conditions between sending a packet and closing a connection [PR-2869]
  • Fix last stats before closing PeerConnection not being sent to handlers (thanks @​zodiak83!) [PR-2874]
  • Changed automatic allocation on static loops from round robin to least used [PR-2878]
  • Added new API to bulk start/stop MJR-based recordings in AudioBridge [PR-2862]
  • Fixed broken duration in spatial AudioBridge recordings
  • Fixed broken G.711 RTP forwarding in AudioBridge (thanks @​AlexYaremchuk!) [PR-2875]
  • Fixed broken recordings in NoSIP plugin
  • Fixed warnings when postprocessing Opus recordings with DTX packets
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [meetecho/janus-gateway](https://github.com/meetecho/janus-gateway) | major | `v0.11.7` -> `v1.0.0` | --- ### Release Notes <details> <summary>meetecho/janus-gateway</summary> ### [`v1.0.0`](https://github.com/meetecho/janus-gateway/blob/HEAD/CHANGELOG.md#v100---2022-03-03) [Compare Source](https://github.com/meetecho/janus-gateway/compare/v0.12.0...v1.0.0) - Refactored Janus to support multistream PeerConnections \[[PR-2211](https://github.com/meetecho/janus-gateway/pull/2211)] - Moved all source files under new 'src' folder to unclutter the repo \[[PR-2885](https://github.com/meetecho/janus-gateway/pull/2885)] - Fixed definition of trylock wrapper when using pthreads \[[Issue-2894](https://github.com/meetecho/janus-gateway/issues/2894)] - Fixed broken RTP when no extensions are negotiated - Added checks when inserting RTP extensions to avoid buffer overflows - Added missing support for disabled rid simulcast substreams in SDP \[[PR-2888](https://github.com/meetecho/janus-gateway/pull/2888)] - Fixed TWCC feedback when simulcast SSRCs are missing (thanks [@&#8203;OxleyS](https://github.com/OxleyS)!) \[[PR-2908](https://github.com/meetecho/janus-gateway/pull/2908)] - Added support for playout-delay RTP extension \[[PR-2895](https://github.com/meetecho/janus-gateway/pull/2895)] - Fixed partially broken H.264 support when using Firefox in VideoRoom - Fixed new VideoRoom rtp_forward API ignoring some properties - Fixed deadlock and segfault when stopping Streaming mountpoint recordings \[[Issue-2902](https://github.com/meetecho/janus-gateway/issues/2902)] - Fixed RTSP support in Streaming plugin for cameras that expect path-only DESCRIBE requests (thanks [@&#8203;jp-bennett](https://github.com/jp-bennett)!) \[[PR-2909](https://github.com/meetecho/janus-gateway/pull/2909)] - Fixed RTP being relayed incorrectly in Lua and Duktape plugins - Added Duktape as optional dependency, instead of embedding the engine code \[[PR-2886](https://github.com/meetecho/janus-gateway/pull/2886)] - Fixed crash at startup when not able to connect to RabbitMQ server - Improved fuzzing and checks on RTP extensions - Removed distinction between simulcast and simulcast2 in janus.js \[[PR-2887](https://github.com/meetecho/janus-gateway/pull/2887)] - Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!) ### [`v0.12.0`](https://github.com/meetecho/janus-gateway/compare/v0.11.8...v0.12.0) [Compare Source](https://github.com/meetecho/janus-gateway/compare/v0.11.8...v0.12.0) ### [`v0.11.8`](https://github.com/meetecho/janus-gateway/blob/HEAD/CHANGELOG.md#v0118---2022-02-11) [Compare Source](https://github.com/meetecho/janus-gateway/compare/v0.11.7...v0.11.8) - Added initial (and limited) integration of RED audio \[[PR-2685](https://github.com/meetecho/janus-gateway/pull/2685)] - Added support for Two-Byte header RTP extensions (RFC8285) and, partially, for the new Depencency Descriptor RTP extension (needed for AV1-SVC) \[[PR-2741](https://github.com/meetecho/janus-gateway/pull/2741)] - Fixed rare race conditions between sending a packet and closing a connection \[[PR-2869](https://github.com/meetecho/janus-gateway/pull/2869)] - Fix last stats before closing PeerConnection not being sent to handlers (thanks [@&#8203;zodiak83](https://github.com/zodiak83)!) \[[PR-2874](https://github.com/meetecho/janus-gateway/pull/2874)] - Changed automatic allocation on static loops from round robin to least used \[[PR-2878](https://github.com/meetecho/janus-gateway/pull/2878)] - Added new API to bulk start/stop MJR-based recordings in AudioBridge \[[PR-2862](https://github.com/meetecho/janus-gateway/pull/2862)] - Fixed broken duration in spatial AudioBridge recordings - Fixed broken G.711 RTP forwarding in AudioBridge (thanks [@&#8203;AlexYaremchuk](https://github.com/AlexYaremchuk)!) \[[PR-2875](https://github.com/meetecho/janus-gateway/pull/2875)] - Fixed broken recordings in NoSIP plugin - Fixed warnings when postprocessing Opus recordings with DTX packets - Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-03-03 11:07:33 +00:00
Update dependency meetecho/janus-gateway to v1
All checks were successful
continuous-integration/drone/pr Build is passing
4d4ff0b06a
mwalbeck merged commit 886c7e62a9 into master 2022-03-06 01:11:46 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: walbeck-it/docker-janus-gateway#65
No description provided.