Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update pion deps (major) #2475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pion/ice/v2 v2.3.24 -> v3.0.7 age adoption passing confidence
github.com/pion/rtp v1.8.6 -> v2.0.0 age adoption passing confidence
github.com/pion/transport/v2 v2.2.5 -> v3.0.2 age adoption passing confidence
github.com/pion/turn/v2 v2.1.6 -> v3.0.3 age adoption passing confidence

Release Notes

pion/ice (github.com/pion/ice/v2)

v3.0.7

Compare Source

Changelog

  • 07b74c8 Add BindingRequestHandler
  • b5f4ca0 Remove pessimistic String calls for low level logs
  • 78a9ef9 Update module golang.org/x/net to v0.24.0
  • 1d06841 Clean up packet queue in udpMuxedConn Close
  • ed41bbf Return io.EOF from closed udpMuxedConn
  • edb6929 Avoid allocation storing last active time
  • d30f13f Return io.ErrClosedPipe from closed udpMuxedConn
  • 75ca3a2 Skip UDP address serialization in muxed conn (#​688)
  • a834f55 Remove pessimistic String calls for low level logs (#​687)
  • c1b4386 Reduce allocation in udp muxed conn addr decode (#​686)
  • 7263f68 Update module github.com/pion/turn/v3 to v3.0.3
  • 82b41d9 Prevent allocation from encoding UDP address (#​684)
  • 75092df Update module golang.org/x/net to v0.23.0 [SECURITY]
  • e6b8683 Fix doc comments about AgentConfig
  • ad02407 Improve STUN resolution error message
  • 6f743e3 Handle timer stop race in agent connectivity check (#​677)
  • 0062167 Reuse connectivity check ticker (#​676)

v3.0.6

Compare Source

Changelog

  • 0860817 Rename to utils_test to drop stretchr/testify dep
  • fd4b1f8 Update CI configs to v0.11.12
  • e253b36 Update module github.com/pion/turn/v3 to v3.0.2

v3.0.5

Compare Source

Changelog

  • c1e4dd1 Stun -> STUN for Config Entry

v3.0.4

Compare Source

Changelog

  • edaa25e Expose stunGatherTimeout in Agent struct (#​668)
  • a12f670 Update go.mod version to 1.19
  • bca4f2f Update module github.com/pion/mdns/v2 to v2.0.7
  • 0bdcf93 Update CI configs to v0.11.7
  • 39c0392 Support IPv6 from mDNS
  • ae1ba6f Update CI configs to v0.11.4
  • 66051b6 Improve performance of UDPMux map lookups
  • 52f2075 Replace t.(Error/Fatal) with require.NoError
  • b2e40ad Partial undo of 85a3a7f
  • 85a3a7f Simplify usage of test.TimeOut()
  • 01c3535 Simplify usage of test.CheckRoutines()
  • 05ab684 Use testify/require instead of testify/assert
  • fdca6c4 Move taskloop into dedicated package
  • b36d332 Remove afterRun from Task Loop
  • d17be4d Use Notification Queue from 67cc918 more
  • b386d44 Fix type of CandidatePairState constants
  • 8680cd5 Match libwebrtc's TURN protocol priority
  • 67cc918 Fix ConnectionState being reported out of order
  • 77cc354 Respect IncludeLoopback in UDPMuxDefault
  • a728446 Allow using mDNS candidates with UDP multiplexing
  • 970978e Start listening range at 1024 instead of 1
  • 5fcf038 Update module github.com/pion/mdns to v2
  • f0c60fe Update module github.com/stretchr/testify to v1.9.0
  • 70eda83 Update module golang.org/x/net to v0.22.0
  • 26ba6df Fix WASM build
  • 2d7ced1 Fix linter errors
  • cb8a47a Refine TCPMux memory usage

v3.0.3

Compare Source

What's Changed

Full Changelog: pion/ice@v3.0.2...v3.0.3

v3.0.2

Compare Source

This principally updates mdns to v0.0.9 Without this, pion/ice/v3 will use mdns v0.0.8 which uses transport/v2. The result is that a pion/webrtc/v4 install will end up depending on both transport/v2 and transport/v3.

What's Changed

Full Changelog: pion/ice@v3.0.1...v3.0.2

v3.0.1

Compare Source

Changelog

  • 8d69e9e Update module github.com/pion/stun to v2
  • 817032b Update module github.com/pion/transport/v3 to v3.0.1
  • dbdc6bd Only report closure errors for the last connection

v3.0.0

Compare Source

Changelog

pion/rtp (github.com/pion/rtp)

v2.0.0

Compare Source

pion/transport (github.com/pion/transport/v2)

v3.0.2

Compare Source

What's Changed

Full Changelog: pion/transport@v2.2.4...v3.0.2

v3.0.1

Compare Source

Changelog

  • 701ff64 Use atomic Int32 instead of Bool

v3.0.0

Compare Source

Changelog

  • a66d5b7 Update AUTHORS.txt
  • 82ae7e5 Update AUTHORS.txt
  • b1019b7 Remove named return values
  • 241097e Update replaydetector tests to include latest
  • 0d51df0 Add latest seqnum notify to replaydetector
  • 03c807b Start pion/transport@v3
pion/turn (github.com/pion/turn/v2)

v3.0.3

Compare Source

Changelog

  • 55407d5 Prevent heap allocations in FiveTuple Fingerprint
  • 8958518 Remove pessimistic String calls for low level logs
  • cf40c33 Update CI configs to v0.11.12

v3.0.2

Compare Source

Changelog

  • ed59abf Support stand alone STUN server mode
  • 33c87de Change listening port in test
  • 4a3541a Return errFake in mockClient used for tests
  • 40c468b Update go.mod version to 1.19
  • d62811b Update CI configs to v0.11.7
  • 480d0d3 Update module github.com/pion/transport/v3 to v3.0.2
  • 58a0f1b Update CI configs to v0.11.4
  • 9e4efcc Fix linter errors
  • a9681a0 Add TURN REST format support
  • fb0ab51 Use signed timestamp for nonce
  • a980322 Update CI configs to v0.11.0
  • abd0ced Remove 'AUTHORS.txt' from README.md
  • 8e4763b Remove 'Generate Authors' workflow
  • 0c34bf2 Update module golang.org/x/sys to v0.15.0
  • 87f1d82 Use multistage docker build in turn-server example
  • 6a55914 Fix: Delete allocation on TCP broken pipe
  • 5223e57 Update module golang.org/x/sys to v0.14.0
  • 1f1673d Use secure Crypto APIs
  • f15249d Fix out of bounds access panic

v3.0.1

Compare Source

Changelog

  • 421d386 Update module github.com/pion/stun to v2
  • 49cf170 Update module github.com/pion/transport/v3 to v3.0.1

v3.0.0

Compare Source

Changelog

  • 501f2b1 Start pion/turn@v3
  • 3663aa1 Update module github.com/pion/transport/v2 to v2.2.2
  • 0bf1793 Update CI configs to v0.10.11

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-pion-deps branch 2 times, most recently from daede01 to b3756e7 Compare February 25, 2024 09:23
@renovate renovate bot force-pushed the renovate/major-pion-deps branch from b3756e7 to c6e91a4 Compare March 7, 2024 17:13
@renovate renovate bot force-pushed the renovate/major-pion-deps branch 5 times, most recently from 5c7891e to 5aec924 Compare April 3, 2024 16:38
@renovate renovate bot force-pushed the renovate/major-pion-deps branch 3 times, most recently from 26d5926 to 1723824 Compare April 10, 2024 16:19
@renovate renovate bot changed the title Update pion deps (major) fix(deps): update pion deps (major) Apr 10, 2024
@renovate renovate bot force-pushed the renovate/major-pion-deps branch 2 times, most recently from 7fc3f5b to 69c1b8f Compare April 16, 2024 05:56
@renovate renovate bot changed the title fix(deps): update pion deps (major) Update pion deps (major) Apr 19, 2024
@renovate renovate bot force-pushed the renovate/major-pion-deps branch 7 times, most recently from 9aa04e8 to e1cee55 Compare April 26, 2024 06:37
@renovate renovate bot force-pushed the renovate/major-pion-deps branch 3 times, most recently from 79a9d6e to 656b51c Compare May 2, 2024 05:26
@renovate renovate bot force-pushed the renovate/major-pion-deps branch 2 times, most recently from 5610079 to fd5103a Compare May 9, 2024 10:23
@mancasg
Copy link

mancasg commented May 9, 2024

Hello @davidzhao

The pion/ice@v3 update fixes a race condition we have observed lately in our test environments. Connection setup is either instant or in some cases it takes over one second.

After some digging we narrowed it down to the following pion/ice race condition pion/webrtc#2578

Because of that race, host candidates are sometimes treated as peer-reflexive candidates (prflx).

And here's where the observed delay comes from: prflx candidates are selected only after a specific timeout, which is by default setup to 1 second. The relevant pion/ice code can be followed from here

After a cursory look over the open issues I could not determine if others are affected by this issue.

@renovate renovate bot changed the title Update pion deps (major) fix(deps): update pion deps (major) May 11, 2024
Generated by renovateBot
@renovate renovate bot force-pushed the renovate/major-pion-deps branch from fd5103a to 494de92 Compare May 22, 2024 17:01
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.

None yet

1 participant