From 4353b83ffb97775c5b97c09177690a2f09494eed Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Tue, 10 Sep 2024 15:07:22 +0200 Subject: [PATCH] Updated Changelog (0.14.4) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a4bf2252..7d4cebcbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. +## [v0.14.4] - 2024-09-10 + +- Limit number of SDP lines when parsing (workaround for OSS-Fuzz issue) [[PR-3314](https://github.com/meetecho/janus-gateway/pull/3314)] +- Normalized monotonic time to Janus start +- Added PLC (packet loss concealment) support to the AudioBridge (thanks @spscream!) [[PR-3349](https://github.com/meetecho/janus-gateway/pull/3349)] +- Cleanup participant queues when muted in the AudioBridge [[PR-3368](https://github.com/meetecho/janus-gateway/pull/3368)] +- Added "listannouncements" request to the AudioBridge (thanks @keremcadirci!) [[PR-3391](https://github.com/meetecho/janus-gateway/pull/3391)] +- Use sequence numbers instead of timestamps for the jitter buffer in the AudioBridge [[PR-3406](https://github.com/meetecho/janus-gateway/pull/3406)] +- Fixed small leak in Lua and Duktape plugins [[PR-3409](https://github.com/meetecho/janus-gateway/pull/3409)] +- Fixed management of data buffering in Streaming plugin [[PR-3412](https://github.com/meetecho/janus-gateway/pull/3412)] +- Fixed event handers for SIP plugin when using Sofia SIP >= 1.13 (thanks @ ycherniavskyi!) [[PR-3386](https://github.com/meetecho/janus-gateway/pull/3386)] +- Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!) + ## [v0.14.3] - 2024-06-20 - Reduced size of RTP header struct in core