Releases: versatica/mediasoup
Releases · versatica/mediasoup
3.14.11
Worker
: Fix disableLiburing
option in WorkerSettings
(PR #1444).
3.14.10
- CI: Support Node 22 (PR #1434).
- Update ESLint to version 9 (PR #1435).
Worker
: Add disableLiburing
boolean option (false
by default) to disable io_uring
even if it's supported by the prebuilt mediasoup-worker
and by current host (PR #1442).
3.14.9
- Worker: Test, fix buffer overflow (PR #1419).
- Bump up Meson from 1.3.0 to 1.5.0 (PR #1424).
- Node: Export new
WorkerObserver
, ProducerObserver
, etc. TypeScript types (PR #1430).
- Fix frozen video in simulcast due to wrong dropping of padding only packets (PR #1431, thanks to @quanli168).
3.14.7
SimulcastConsumer
: Fix increase layer when current layer has not receive SR (PR #1098 by @penguinol).
- Ignore RTP packets with empty payload (PR #1403, credits to @ggarber).
3.14.6
- Worker: Fix potential double free when ICE consent check fails (PR #1393).
3.14.5
- Worker: Fix memory leak when using
WebRtcServer
with TCP enabled (PR #1389).
- Worker: Fix crash when closing
WebRtcServer
with active WebRtcTransports
(PR #1390).
3.14.3
- Worker: Fix possible value overflow in
FeedbackRtpTransport.cpp
(PR #1386, credits to @Lynnworld).