Update dependency meetecho/janus-gateway to v0.10.2 #4

Merged
mwalbeck merged 1 commit from renovate/meetecho-janus-gateway-0.x into master 2020-06-27 18:08:26 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
meetecho/janus-gateway minor v0.9.5 -> v0.10.2

Release Notes

meetecho/janus-gateway

v0.10.2

Compare Source

  • Fixed sscanf-related security issues [PR-2229]
  • Fixed some RTP extensions not working after renegotiations [Issue-2192]
  • Fixed occasionally broken simulcast behaviour [PR-2231]
  • Fixed "switch" request not taking simulcast/SVC into account in VideoRoom and Streaming plugins [Issue-2219]
  • Fixed inability to ask for random ports when creating Streaming plugin mountpoints with simulcast support [PR-2225]
  • Fixed occasional crashes in SIP plugin when using helpers [PR-2216]
  • Updated Duktape dependencies to v2.5, and fixed Duktape plugin relaying text data as binary [PR-2233]
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

v0.10.1

Compare Source

  • Added initial support for AV1 and H.265 video codecs [PR-2120]
  • Added initial support for end-to-end encryption via Insertable Streams [PR-2074]
  • Fixed security issues when processing SDPs [PR-2214]
  • Fixed occasional codec profile negotiation issues (thanks @​groupboard!) [PR-2212]
  • Fixed occasional segfaults when hanging up VideoRoom subscribers
  • Fixed RTSP issues when fmtp is missing (thanks @​lionelnicolas!) [PR-2190]
  • Fixed RTSP not following redirects, when used (thanks @​lionelnicolas!) [PR-2195]
  • Fixed SRTP-SDES and renegotiation issues in NoSIP plugin (thanks @​ihusejnovic!) [PR-2196]
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

v0.10.0

Compare Source

  • Added support for negotiation of codec profiles (mainly VP9 and H.264) [PR-2080]
  • Added new callback to let plugins know when the datachannel first becomes available, and then any time it's writable (empty buffers) [PR-2060]
  • Added support for data channel subprotocols [PR-2157]
  • Added new event handler for GrayLog using GELF (thanks @​mirkobrankovic!) [PR-1788]
  • Added per-user override of global room 'audio_active_packets' and 'audio_level_average' properties to AudioBridge and VideoRoom (thanks @​mirkobrankovic!) [PR-2158]
  • Notify speaker that started/stopped talking too, when talking events are triggered in VideoRoom and AudioBridge (thanks @​maxboehm!) [PR-2172]
  • Allow listing of private rooms/mountpoints if an admin_key is used (thanks @​robby2016!) [PR-2161]
  • Fixed RTCP support not triggering PLIs for new simulcast mountpoint viewers [Issue-2156]
  • Fixed occasional issue binding multicast mountpoints (thanks @​PaulKerr!) [PR-2167]
  • Fixed buffering of keyframes not working in Streaming plugin (thanks @​TomFFF!) [PR-2170]
  • Added support for buffering of keyframes to RTSP mountpoints too (thanks @​lionelnicolas!) [PR-2180]
  • Fixed renegotiation support in SIP plugin when audio/video is added (thanks @​ihusejnovic!) [PR-2164] [PR-2173]
  • Fixed menus in html documentation when using Doxygen >= 1.8.14 (thanks @​i8-pi!) [PR-2155]
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Renovate 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, check this box

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) | minor | `v0.9.5` -> `v0.10.2` | --- ### Release Notes <details> <summary>meetecho/janus-gateway</summary> ### [`v0.10.2`](https://github.com/meetecho/janus-gateway/blob/master/CHANGELOG.md#v0102---2020-06-17) [Compare Source](https://github.com/meetecho/janus-gateway/compare/v0.10.1...v0.10.2) - Fixed sscanf-related security issues \[[PR-2229](https://github.com/meetecho/janus-gateway/pull/2229)] - Fixed some RTP extensions not working after renegotiations \[[Issue-2192](https://github.com/meetecho/janus-gateway/issues/2192)] - Fixed occasionally broken simulcast behaviour \[[PR-2231](https://github.com/meetecho/janus-gateway/pull/2231)] - Fixed "switch" request not taking simulcast/SVC into account in VideoRoom and Streaming plugins \[[Issue-2219](https://github.com/meetecho/janus-gateway/issues/2219)] - Fixed inability to ask for random ports when creating Streaming plugin mountpoints with simulcast support \[[PR-2225](https://github.com/meetecho/janus-gateway/pull/2225)] - Fixed occasional crashes in SIP plugin when using helpers \[[PR-2216](https://github.com/meetecho/janus-gateway/pull/2216)] - Updated Duktape dependencies to v2.5, and fixed Duktape plugin relaying text data as binary \[[PR-2233](https://github.com/meetecho/janus-gateway/pull/2233)] - Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!) ### [`v0.10.1`](https://github.com/meetecho/janus-gateway/blob/master/CHANGELOG.md#v0101---2020-06-11) [Compare Source](https://github.com/meetecho/janus-gateway/compare/v0.10.0...v0.10.1) - Added initial support for AV1 and H.265 video codecs \[[PR-2120](https://github.com/meetecho/janus-gateway/pull/2120)] - Added initial support for end-to-end encryption via Insertable Streams \[[PR-2074](https://github.com/meetecho/janus-gateway/pull/2074)] - Fixed security issues when processing SDPs \[[PR-2214](https://github.com/meetecho/janus-gateway/pull/2214)] - Fixed occasional codec profile negotiation issues (thanks [@&#8203;groupboard](https://github.com/groupboard)!) \[[PR-2212](https://github.com/meetecho/janus-gateway/pull/2212)] - Fixed occasional segfaults when hanging up VideoRoom subscribers - Fixed RTSP issues when fmtp is missing (thanks [@&#8203;lionelnicolas](https://github.com/lionelnicolas)!) \[[PR-2190](https://github.com/meetecho/janus-gateway/pull/2190)] - Fixed RTSP not following redirects, when used (thanks [@&#8203;lionelnicolas](https://github.com/lionelnicolas)!) \[[PR-2195](https://github.com/meetecho/janus-gateway/pull/2195)] - Fixed SRTP-SDES and renegotiation issues in NoSIP plugin (thanks [@&#8203;ihusejnovic](https://github.com/ihusejnovic)!) \[[PR-2196](https://github.com/meetecho/janus-gateway/pull/2196)] - Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!) ### [`v0.10.0`](https://github.com/meetecho/janus-gateway/blob/master/CHANGELOG.md#v0100---2020-06-01) [Compare Source](https://github.com/meetecho/janus-gateway/compare/v0.9.5...v0.10.0) - Added support for negotiation of codec profiles (mainly VP9 and H.264) \[[PR-2080](https://github.com/meetecho/janus-gateway/pull/2080)] - Added new callback to let plugins know when the datachannel first becomes available, and then any time it's writable (empty buffers) \[[PR-2060](https://github.com/meetecho/janus-gateway/pull/2060)] - Added support for data channel subprotocols \[[PR-2157](https://github.com/meetecho/janus-gateway/pull/2157)] - Added new event handler for GrayLog using GELF (thanks [@&#8203;mirkobrankovic](https://github.com/mirkobrankovic)!) \[[PR-1788](https://github.com/meetecho/janus-gateway/pull/1788)] - Added per-user override of global room 'audio_active_packets' and 'audio_level_average' properties to AudioBridge and VideoRoom (thanks [@&#8203;mirkobrankovic](https://github.com/mirkobrankovic)!) \[[PR-2158](https://github.com/meetecho/janus-gateway/pull/2158)] - Notify speaker that started/stopped talking too, when talking events are triggered in VideoRoom and AudioBridge (thanks [@&#8203;maxboehm](https://github.com/maxboehm)!) \[[PR-2172](https://github.com/meetecho/janus-gateway/pull/2172)] - Allow listing of private rooms/mountpoints if an admin_key is used (thanks [@&#8203;robby2016](https://github.com/robby2016)!) \[[PR-2161](https://github.com/meetecho/janus-gateway/pull/2161)] - Fixed RTCP support not triggering PLIs for new simulcast mountpoint viewers \[[Issue-2156](https://github.com/meetecho/janus-gateway/issues/2156)] - Fixed occasional issue binding multicast mountpoints (thanks [@&#8203;PaulKerr](https://github.com/PaulKerr)!) \[[PR-2167](https://github.com/meetecho/janus-gateway/pull/2167)] - Fixed buffering of keyframes not working in Streaming plugin (thanks [@&#8203;TomFFF](https://github.com/TomFFF)!) \[[PR-2170](https://github.com/meetecho/janus-gateway/pull/2170)] - Added support for buffering of keyframes to RTSP mountpoints too (thanks [@&#8203;lionelnicolas](https://github.com/lionelnicolas)!) \[[PR-2180](https://github.com/meetecho/janus-gateway/pull/2180)] - Fixed renegotiation support in SIP plugin when audio/video is added (thanks [@&#8203;ihusejnovic](https://github.com/ihusejnovic)!) \[[PR-2164](https://github.com/meetecho/janus-gateway/pull/2164)] \[[PR-2173](https://github.com/meetecho/janus-gateway/pull/2173)] - Fixed menus in html documentation when using Doxygen >= 1.8.14 (thanks [@&#8203;i8-pi](https://github.com/i8-pi)!) \[[PR-2155](https://github.com/meetecho/janus-gateway/pull/2155)] - Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!) </details> --- ### Renovate 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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
mwalbeck merged commit f2baba2ac2 into master 2020-06-27 18:08:26 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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#4
No description provided.