Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 25, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/pion/interceptor v0.1.17 -> v0.1.42 age confidence

Release Notes

pion/interceptor (github.com/pion/interceptor)

v0.1.42

Compare Source

Changelog

  • 40d68d9 Handle fec-03 toRemove
  • 9faf03c Update module github.com/pion/transport/v3 to v3.1.1
  • 0c7d1f4 Update module github.com/pion/transport/v3 to v3.1.0
  • 051d2e8 Update module github.com/pion/rtp to v1.8.25
  • 8492094 Update module github.com/pion/rtp to v1.8.24
  • 4f03e41 Update CI configs to v0.11.32
  • 0caf183 Update module github.com/pion/rtcp to v1.2.16
  • cc7a503 Update CI configs to v0.11.31
  • ba697c7 Update module github.com/pion/rtp to v1.8.23
  • 7b68306 Update module github.com/pion/transport/v3 to v3.0.8

v0.1.41

Compare Source

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

Compare Source

Changelog

  • 149728f Handle Header.PaddingSize in PacketFactoryCopy

v0.1.39

Compare Source

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

Compare Source

What's Changed

New Contributors

Full Changelog: pion/interceptor@v0.1.37...v0.1.38

v0.1.37

Compare Source

What's Changed

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

New Contributors

Full Changelog: pion/interceptor@v0.1.36...v0.1.37

v0.1.36

Compare Source

Changelog

v0.1.35

Compare Source

Changelog

v0.1.34

Compare Source

Changelog

v0.1.33

Compare Source

Changelog

  • a572d90 Add PayloadType for FEC and RTX also

v0.1.32

Compare Source

Changelog

  • c6a7ea8 Add RTX and FEC support to StreamInfo

v0.1.31

Compare Source

What's Changed

New Contributors

Full Changelog: pion/interceptor@v0.1.30...v0.1.31

v0.1.30

Compare Source

What's Changed

Full Changelog: pion/interceptor@v0.1.29...v0.1.30

v0.1.29

Compare Source

Changelog

  • 1449b4f Fix SIGSEGV when calling Find on empty Queue
  • 892c5ee Rename prio -> priority
  • c19dc46 Remove unnecessary casts

v0.1.28

Compare Source

Changelog

  • ace759a Add SetPlayoutHead
  • bf4e938 Update CI configs to v0.11.12
  • fabf875 Update module github.com/pion/rtp to v1.8.5
  • e2e2c88 Update go.mod version to 1.19
  • 5b90bc1 Update CI configs to v0.11.7
  • 29f7b11 Update CI configs to v0.11.4
  • c3e461e Update module github.com/pion/transport/v3 to v3.0.2

v0.1.27

Compare Source

Changelog

  • 37ab171 Jitter Buffer: Enable setting a minimum length

v0.1.26

Compare Source

Changelog

  • d6aad58 Update module github.com/pion/rtp to v1.8.4
  • 26d3177 Update module github.com/stretchr/testify to v1.9.0
  • f4ec81e Update module github.com/pion/rtcp to v1.2.14
  • 240c612 Fix linter errors
  • 5574fda Unbind stream for report interceptor
  • d9d223e Start pkg/jitterbuffer
  • 450ac84 Update CI configs to v0.11.3
  • 6859fa0 Update CI configs to v0.11.0
  • 31c4e8d Remove 'AUTHORS.txt' from README.md
  • 5e27836 Remove 'Generate Authors' workflow
  • 96b0a90 Update module github.com/pion/rtcp to v1.2.13
  • df24211 Update module github.com/pion/rtcp to v1.2.12
  • ec8c837 Update module github.com/pion/rtp to v1.8.3
  • a621baf Flex fec encoder for RFC version 03

v0.1.25

Compare Source

Changelog

  • 7d6c986 Fix out of order check
  • 0440a7d Adding FlexFec encoder implementation

v0.1.24

Compare Source

What's Changed

Full Changelog: pion/interceptor@v0.1.23...v0.1.24

v0.1.23

Compare Source

Changelog

  • 69a58bb Update AUTHORS.txt
  • 2d3d6ab Fix wrap around on out of order packet

v0.1.22

Compare Source

What's Changed

Full Changelog: pion/interceptor@v0.1.21...v0.1.22

v0.1.21

Compare Source

What's Changed

New Contributors

Full Changelog: pion/interceptor@v0.1.20...v0.1.21

v0.1.20

Compare Source

What's Changed

New Contributors

Full Changelog: pion/interceptor@v0.1.19...v0.1.20

v0.1.19

Compare Source

Changelog

  • 47036fc Update module github.com/pion/transport/v2 to v3

v0.1.18

Compare Source

Changelog

  • bf975a8 Update module github.com/pion/transport/v2 to v2.2.2
  • dd00fe3 Defer packet ordering until building RTCP packet
  • c37a592 Add PacketsHeld to TWCC recorder
  • 0efb978 Update CI configs to v0.10.11
  • ba8d6f4 Update module github.com/pion/rtp to v1.8.1
  • 9ded56b Update module github.com/pion/rtp to v1.8.0
  • 6d85261 Fix cycle and highest sequence number calculation
  • ed17e7d Enable injecting ticker to SR interceptor
  • aa50907 Update module github.com/stretchr/testify to v1.8.4
  • 5360be8 Update module github.com/pion/transport/v2 to v2.2.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.13 Update module github.com/pion/interceptor to v0.1.14 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 96ce77d to 4c9d100 Compare April 26, 2023 01:24
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.14 Update module github.com/pion/interceptor to v0.1.15 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch 2 times, most recently from db1576e to f7b99ac Compare April 26, 2023 15:55
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.15 Update module github.com/pion/interceptor to v0.1.16 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from f7b99ac to 8e9421e Compare May 19, 2023 10:44
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.16 Update module github.com/pion/interceptor to v0.1.17 May 19, 2023
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.17 Update module github.com/pion/interceptor to v0.1.18 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 8e9421e to bc76770 Compare September 3, 2023 07:23
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.18 Update module github.com/pion/interceptor to v0.1.19 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from bc76770 to ab22138 Compare September 8, 2023 22:55
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.19 Update module github.com/pion/interceptor to v0.1.20 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from ab22138 to 8d7d746 Compare September 29, 2023 19:43
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.20 Update module github.com/pion/interceptor to v0.1.21 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch 2 times, most recently from def3621 to b98e1dd Compare October 7, 2023 00:02
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.21 Update module github.com/pion/interceptor to v0.1.22 Oct 7, 2023
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.22 Update module github.com/pion/interceptor to v0.1.23 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from b98e1dd to 620958a Compare October 16, 2023 18:17
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.23 Update module github.com/pion/interceptor to v0.1.24 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 620958a to 59f4ebf Compare October 19, 2023 02:01
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 59f4ebf to e451a25 Compare November 1, 2023 10:14
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.24 Update module github.com/pion/interceptor to v0.1.25 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from e451a25 to 4b43dee Compare January 8, 2024 14:36
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 4b43dee to 45d9659 Compare January 28, 2024 12:36
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 45d9659 to 1be2886 Compare February 25, 2024 11:25
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 1be2886 to bf6496e Compare March 25, 2024 20:19
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.25 Update module github.com/pion/interceptor to v0.1.27 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from bf6496e to 35c796e Compare April 11, 2024 19:11
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.32 Update module github.com/pion/interceptor to v0.1.34 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from e0d2451 to 9302bbb Compare October 5, 2024 07:36
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.34 Update module github.com/pion/interceptor to v0.1.36 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 9302bbb to d07b23c Compare October 7, 2024 03:58
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.36 Update module github.com/pion/interceptor to v0.1.37 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from d07b23c to 0c171bf Compare November 17, 2024 15:08
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.37 Update module github.com/pion/interceptor to v0.1.37 - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/github.com-pion-interceptor-0.x branch December 17, 2024 00:25
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.37 - autoclosed Update module github.com/pion/interceptor to v0.1.37 Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 3a68507 to 0c171bf Compare December 17, 2024 05:14
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.37 Update module github.com/pion/interceptor to v0.1.37 - autoclosed Dec 18, 2024
@renovate renovate bot closed this Dec 18, 2024
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.37 - autoclosed Update module github.com/pion/interceptor to v0.1.37 Dec 18, 2024
@renovate renovate bot reopened this Dec 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch 2 times, most recently from 0c171bf to 7e48933 Compare December 18, 2024 11:06
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 7e48933 to 7759487 Compare May 23, 2025 08:42
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.37 Update module github.com/pion/interceptor to v0.1.38 May 23, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from 7759487 to ec03d82 Compare June 9, 2025 05:56
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.38 Update module github.com/pion/interceptor to v0.1.39 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from ec03d82 to dd45194 Compare June 10, 2025 12:12
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.39 Update module github.com/pion/interceptor to v0.1.40 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from dd45194 to b297015 Compare September 30, 2025 09:28
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.40 Update module github.com/pion/interceptor to v0.1.41 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-interceptor-0.x branch from b297015 to 059fb34 Compare November 16, 2025 02:42
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.41 Update module github.com/pion/interceptor to v0.1.42 Nov 16, 2025
@renovate
Copy link
Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.21
github.com/pion/logging v0.2.2 -> v0.2.4
github.com/pion/rtcp v1.2.10 -> v1.2.16
github.com/pion/rtp v1.7.13 -> v1.8.25
github.com/stretchr/testify v1.8.4 -> v1.11.1
golang.org/x/sys v0.9.0 -> v0.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant