Skip to content

Releases: versatica/mediasoup

3.13.13

29 Dec 11:39
@ibc ibc
Compare
Choose a tag to compare
  • worker: Do not use references for async callbacks (PR #1274).
  • liburing: Enable zero copy (PR #1273).
  • Fix build on musl based systems (such as Alpine Linux) (PR #1279).

3.13.12

18 Dec 15:56
@ibc ibc
Compare
Choose a tag to compare
  • worker: Disable RtcLogger usage if not enabled (PR #1264).
  • npm installation: Don't require Python if valid worker prebuilt binary is fetched (PR #1265).
  • Update h264-profile-level-id NPM dependency to 1.1.0.

rust-0.14.0

18 Dec 22:59
c2c4323
Compare
Choose a tag to compare
rust-0.14.0

3.13.11

13 Dec 09:02
@ibc ibc
Compare
Choose a tag to compare
  • liburing: Avoid extra memcpy on RTP (PR #1258).
  • libsrtp: Use our own fork with performance gain (PR #1260).
  • DataConsumer: Add addSubchannel() and removeSubchannel() methods (PR #1263).
  • Fix Rust DataConsumer (PR #1262).

3.13.10

07 Dec 17:29
@ibc ibc
Compare
Choose a tag to compare
  • tasks.py: Always include --no-user in pip install commands to avoid the "can not combine --user and --target" error in Windows (PR #1257).

3.13.9

06 Dec 14:19
@ibc ibc
Compare
Choose a tag to compare
  • Update worker liburing dependency to 2.4-2 (PR #1254).
  • liburing: Enable by default (PR 1255).

3.13.8

05 Dec 11:31
Compare
Choose a tag to compare
  • LibUring: Enable liburing usage for SCTP data delivery (PR 1249).
  • LibUring: Disable by default (PR 1253).

3.13.7

04 Dec 15:25
@ibc ibc
Compare
Choose a tag to compare
  • Update worker dependencies (PR #1201):
    • abseil-cpp 20230802.0-2
    • libuv 1.47.0-1
    • OpenSSL 3.0.8-2
    • usrsctp snapshot ebb18adac6501bad4501b1f6dccb67a1c85cc299
  • Enable liburing usage for Linux (kernel versions >= 6) (PR #1218).

rust-0.13.0

04 Dec 16:06
Compare
Choose a tag to compare
rust-0.13.0

3.13.6

27 Nov 12:35
@ibc ibc
Compare
Choose a tag to compare
  • Replace make + Makefile with Python Invoke library + tasks.py (also fix installation under path with whitespaces) (PR #1239).