Update dependency meetecho/janus-gateway to v1.3.1 #165

Open
renovate-bot wants to merge 1 commit from renovate/meetecho-janus-gateway-1.3.x into main
Collaborator

This PR contains the following updates:

Package Update Change
meetecho/janus-gateway patch v1.3.0 -> v1.3.1

Release Notes

meetecho/janus-gateway (meetecho/janus-gateway)

v1.3.1

Compare Source

  • Make ip-utils aware of 0.0.0.0 and :: [Issue-3470]
  • Optimize NACKs handling [PR-3491]
  • Skip medium lookup when relaying RTCP by plugins to fix rare deadlock [PR-3515]
  • Fixed FEC and DTX negotiated in VideoRoom also when not enabled in the room settings
  • Fixed memory leak in VideoRoom (thanks @​m08pvv!) [PR-3493]
  • Fixed broken recordings when using remote publishers in the VideoRoom [PR-3509]
  • Check if IPv6 is disabled when loading the Streaming plugin [PR-3519]
  • Fixed SSRC not being set to a default value in AudioBridge forwarders when not explicitly set in the request
  • Add support for "progress" request on SIP Plugin (thanks @​adnan-mujagic!) [PR-3466]
  • New programmatic API to ask for keyframes in SIP and NoSIP plugins [PR-3517]
  • Fixed missing libcurl linking in TextRoom plugin
  • Added support for private recordings in Record&Play [PR-3518]
  • Fixed leak in recorder when adding descriptions (thanks @​m08pvv!) [PR-3487]
  • Fixed WebSocket transport binding to the wrong IP address in particular setups [Issue-3500]
  • Improve DTX detection in janus-pp-rec [PR-3488]
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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) | patch | `v1.3.0` -> `v1.3.1` | --- ### Release Notes <details> <summary>meetecho/janus-gateway (meetecho/janus-gateway)</summary> ### [`v1.3.1`](https://github.com/meetecho/janus-gateway/blob/HEAD/CHANGELOG.md#v131---2025-03-05) [Compare Source](https://github.com/meetecho/janus-gateway/compare/v1.3.0...v1.3.1) - Make ip-utils aware of 0.0.0.0 and :: \[[Issue-3470](https://github.com/meetecho/janus-gateway/issues/3470)] - Optimize NACKs handling \[[PR-3491](https://github.com/meetecho/janus-gateway/pull/3491)] - Skip medium lookup when relaying RTCP by plugins to fix rare deadlock \[[PR-3515](https://github.com/meetecho/janus-gateway/pull/3515)] - Fixed FEC and DTX negotiated in VideoRoom also when not enabled in the room settings - Fixed memory leak in VideoRoom (thanks [@&#8203;m08pvv](https://github.com/m08pvv)!) \[[PR-3493](https://github.com/meetecho/janus-gateway/pull/3493)] - Fixed broken recordings when using remote publishers in the VideoRoom \[[PR-3509](https://github.com/meetecho/janus-gateway/pull/3509)] - Check if IPv6 is disabled when loading the Streaming plugin \[[PR-3519](https://github.com/meetecho/janus-gateway/pull/3519)] - Fixed SSRC not being set to a default value in AudioBridge forwarders when not explicitly set in the request - Add support for "progress" request on SIP Plugin (thanks [@&#8203;adnan-mujagic](https://github.com/adnan-mujagic)!) \[[PR-3466](https://github.com/meetecho/janus-gateway/pull/3466)] - New programmatic API to ask for keyframes in SIP and NoSIP plugins \[[PR-3517](https://github.com/meetecho/janus-gateway/pull/3517)] - Fixed missing libcurl linking in TextRoom plugin - Added support for private recordings in Record\&Play \[[PR-3518](https://github.com/meetecho/janus-gateway/pull/3518)] - Fixed leak in recorder when adding descriptions (thanks [@&#8203;m08pvv](https://github.com/m08pvv)!) \[[PR-3487](https://github.com/meetecho/janus-gateway/pull/3487)] - Fixed WebSocket transport binding to the wrong IP address in particular setups \[[Issue-3500](https://github.com/meetecho/janus-gateway/issues/3550)] - Improve DTX detection in janus-pp-rec \[[PR-3488](#&#8203;3488)] - Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-03-05 10:13:19 +00:00
Update dependency meetecho/janus-gateway to v1.3.1
Some checks failed
Test / lint (pull_request) Failing after 2s
Test / test (pull_request) Failing after 4s
568fabd6a1
Some checks failed
Test / lint (pull_request) Failing after 2s
Test / test (pull_request) Failing after 4s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/meetecho-janus-gateway-1.3.x:renovate/meetecho-janus-gateway-1.3.x
git checkout renovate/meetecho-janus-gateway-1.3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/meetecho-janus-gateway-1.3.x
git checkout renovate/meetecho-janus-gateway-1.3.x
git rebase main
git checkout main
git merge --ff-only renovate/meetecho-janus-gateway-1.3.x
git checkout renovate/meetecho-janus-gateway-1.3.x
git rebase main
git checkout main
git merge --no-ff renovate/meetecho-janus-gateway-1.3.x
git checkout main
git merge --squash renovate/meetecho-janus-gateway-1.3.x
git checkout main
git merge --ff-only renovate/meetecho-janus-gateway-1.3.x
git checkout main
git merge renovate/meetecho-janus-gateway-1.3.x
git push origin main
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#165
No description provided.