Skip to content

Releases: versatica/mediasoup

3.13.23

27 Feb 16:05
@ibc ibc
Compare
Choose a tag to compare
  • Fix DTLS packets do not honor configured DTLS MTU (attempt 3) (PR #1345).

3.13.22

21 Feb 17:20
@ibc ibc
Compare
Choose a tag to compare
  • Fix wrong publication of mediasoup NPM 3.13.21.

3.13.20

20 Feb 18:22
@ibc ibc
Compare
Choose a tag to compare
  • Add server side ICE consent checks to detect silent WebRTC disconnections (PR #1332).
  • Fix regression (crash) in transport-cc feedback generation (PR #1339).

3.13.19

12 Feb 17:44
@ibc ibc
Compare
Choose a tag to compare
  • Node: Fix router.createWebRtcTransport() with listenIps (PR #1330).

3.13.18

05 Feb 11:40
@ibc ibc
Compare
Choose a tag to compare
  • Make transport-cc feedback work similarly to libwebrtc (PR #1088 by @penguinol).
  • TransportListenInfo: "announced ip" can also be a hostname (PR #1322).
  • TransportListenInfo: Rename "announced ip" to "announced address" (PR #1324).
  • CI: Add macos-14.

3.13.17

29 Jan 16:53
@ibc ibc
Compare
Choose a tag to compare
  • Fix prebuilt worker download (PR #1319 by @brynrichards).
  • libsrtp: Update to v3.0-alpha version in our fork.

3.13.16

09 Jan 23:35
@ibc ibc
Compare
Choose a tag to compare
  • Node: Add new worker.on('subprocessclose') event (PR #1307).

3.13.15

05 Jan 12:48
@ibc ibc
Compare
Choose a tag to compare
  • Add worker prebuild binary for Linux kernel 6 (PR #1300).

3.13.14

03 Jan 13:21
@ibc ibc
Compare
Choose a tag to compare
  • Avoid modification of user input data (PR #1285).
  • ListenInfo: Add transport socket flags (PR #1291).
  • ListenInfo: Ignore given socket flags if not suitable for given IP family or transport (PR #1294).
  • Meson: Remove -Db_pie=true -Db_staticpic=true args (PR #1293).
  • Add RTCP Sender Report trace event (PR #1267 by @GithubUser8080).

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).