Skip to content

Releases: pion/interceptor

v0.1.41

30 Sep 05:04
Compare
Choose a tag to compare

Changelog

  • 3063e33 Update last packet time only on change
  • 51d58cb Avoid sleep(0) for windows tests
  • 967ce7e Update CI configs to v0.11.29
  • a7408b8 Fix zero-delta case in overuse detector
  • ae2a85f Apply go modernize
  • 3cb438f Use Go 1.21 built-in max function
  • c770c72 BuildReport() was exceeding the maxSize limit
  • 28775a6 Use Go 1.21 built-in min function
  • ff2807d Update module github.com/pion/rtp to v1.8.22
  • 35f14ab Update CI configs to v0.11.26
  • b564b1e Update CI configs to v0.11.25
  • 263181d Update CI configs to v0.11.24
  • 3e60eae Update module github.com/stretchr/testify to v1.11.1
  • f7dea09 Update module github.com/stretchr/testify to v1.11.0
  • 467444d Fix jitter calc per RFC3550 and convert to seconds
  • e2c357c Update CI configs to v0.11.22
  • a6f4268 Remove unused named return parameters
  • e88f9c9 Preallocate slice capacity in Registry.Build()
  • b94d244 Allow users to provide a custom logger
  • 1966301 Update module github.com/pion/rtp to v1.8.21
  • 7be3ed2 Update module github.com/pion/rtp to v1.8.20
  • 590902a Optimize FEC encoder
  • a1938a5 Update CI configs to v0.11.20
  • 0b60f73 Replace interface{} with any
  • 817da3a Update module github.com/pion/logging to v0.2.4
  • f32a4c4 Update module github.com/pion/rtp to v1.8.19

v0.1.40

10 Jun 06:33
Compare
Choose a tag to compare

Changelog

  • 149728f Handle Header.PaddingSize in PacketFactoryCopy

v0.1.39

09 Jun 05:01
fa5b35e
Compare
Choose a tag to compare

Changelog

  • fa5b35e Fix padding overflow with PacketFactory
  • 7914551 Update module github.com/pion/rtp to v1.8.18
  • bfb8425 Update module github.com/pion/rtp to v1.8.17
  • 0e794c4 Do not use cyrillic letter in error message
  • 4663196 Update module github.com/pion/rtp to v1.8.16

v0.1.38

23 May 07:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.37...v0.1.38

v0.1.37

07 Oct 02:37
Compare
Choose a tag to compare

What's Changed

  • Fix payload size zero cause runtime panic on calculating padding size by @tyohan in #277

New Contributors

Full Changelog: v0.1.36...v0.1.37

v0.1.36

05 Oct 04:59
Compare
Choose a tag to compare

Changelog

v0.1.35

05 Oct 03:44
Compare
Choose a tag to compare

Changelog

v0.1.34

05 Oct 01:19
Compare
Choose a tag to compare

Changelog

v0.1.33

05 Oct 00:38
Compare
Choose a tag to compare

Changelog

  • a572d90 Add PayloadType for FEC and RTX also

v0.1.32

04 Oct 03:35
Compare
Choose a tag to compare

Changelog

  • c6a7ea8 Add RTX and FEC support to StreamInfo