Skip to content

Releases: versatica/mediasoup

rust-0.24.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:08
  • Bump up Meson from 1.9.1 to 1.11.2 (PR #1861).
  • Worker: Update libsrtp to 3.0.0-beta-2fc078db (PR #1860).
  • Worker: Use constant-time memory comparison in MAC/credential verification (SCTP State Cookie MAC and STUN "MESSAGE-INTEGRITY") (PR #1867, credits to @alanturing881).
  • Worker: Fix OOB write in RTP::Packet::UpdateDependencyDescriptor() (PR #1868, credits to @alanturing881).
  • Worker: Fix integer overflow in SCTP MissingMandatoryParameterErrorCause (PR #1869, credits to @alanturing881).
  • SCTP: Add default per stream buffered amount low threshold option (PR #1871).

3.22.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 09:48
  • SCTP: Encode subchannels in SCTP messages to enable subchannels mechanism when using pipe transport (PR #1859).

rust-0.23.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 10:09
  • SCTP: Encode subchannels in SCTP messages to enable subchannels mechanism when using pipe transport (PR #1859).

3.21.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:40
  • Worker: Fix crash when an SCTP DataConsumer is closed and triggers buffered amount low event (PR #1858).

rust-0.22.12

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:52
  • Worker: Fix crash when an SCTP DataConsumer is closed and triggers buffered amount low event (PR #1858).

3.21.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:12
  • Worker: Enable SVC for VP8 and H264 (PR #1851).
  • SCTP: Limit the state of State Cookie tampering (PR #1856).

rust-0.22.11

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:12
  • Worker: Enable SVC for VP8 and H264 (PR #1851).
  • SCTP: Limit the state of State Cookie tampering (PR #1856).

3.21.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 10:35
  • Worker: Fix new consumer regressions (PR #1849).
  • Add NotFoundError, thrown when the referenced entity in the Worker doesn't exist (PR #1852).
    • Expose mediasoup Node errors via mediasoup/errors (in EMS).
    • Breaking change: Rename InvalidStateError to WorkerClosedError.

rust-0.22.10

Choose a tag to compare

@github-actions github-actions released this 04 Jul 10:40
  • Worker: Fix new consumer regressions (PR #1849).
  • Add NotFoundError, thrown when the referenced entity in the Worker doesn't exist (PR #1852).

3.20.10

Choose a tag to compare

@github-actions github-actions released this 25 Jun 14:28
  • Worker: Handle new STUN "NOMINATION" attribute 0x0030 (1846).