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

Update module github.com/pion/ice/v2 to v3 #32

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pion/ice/v2 v2.3.4 -> v3.0.7 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

v2.3.24

Compare Source

Changelog

  • da3175f Add BindingRequestHandler

v2.3.23

Compare Source

Changelog

  • 01f82e2 Remove pessimistic String calls for low level logs

v2.3.22

Compare Source

Changelog

  • ea1501b Clean up packet queue in udpMuxedConn Close
  • 60ca972 Return io.EOF from closed udpMuxedConn

v2.3.21

Compare Source

Changelog

  • e1c2d85 Avoid allocation storing last active time

v2.3.20

Compare Source

Changelog

  • 51293a0 Return io.ErrClosedPipe from closed udpMuxedConn
  • 89d2c47 Skip UDP address serialization in muxed conn (#​688)

v2.3.19

Compare Source

Changelog

  • 48cce13 Remove pessimistic String calls for low level logs (#​687)

v2.3.18

Compare Source

Changelog

v2.3.17

Compare Source

Changelog

v2.3.16

Compare Source

Changelog

v2.3.15

Compare Source

Changelog

v2.3.14

Compare Source

Changelog

  • 3f14618 Refine TCPMux memory usage

v2.3.13

Compare Source

What's Changed

Full Changelog: pion/ice@v2.3.12...v2.3.13

v2.3.12

Compare Source

Changelog

v2.3.11

Compare Source

Changelog

  • c62fd28 Clear selected pair on ICE failed (#​612)
  • 949c2e3 Update module github.com/pion/transport/v2 to v2.2.2
  • d41eb5a Update module golang.org/x/net to v0.14.0
  • 20b9cb0 Update module github.com/pion/mdns to v0.0.8
  • 0ec2333 Update module github.com/google/uuid to v1.3.1

v2.3.10

Compare Source

Changelog

  • efff4c4 Fix connection close log
  • 21d18f5 Update CI configs to v0.10.11
  • 9ed6890 Update module golang.org/x/net to v0.13.0
  • de54be1 Update module golang.org/x/net to v0.12.0
  • 310cb15 Update module github.com/pion/turn/v2 to v2.1.3
  • 8d14c1f Harmonize errors and error logging

v2.3.9

Compare Source

Changelog

  • 214c86c Update AUTHORS.txt
  • 4f32f10 Change log level for failed DNS resolution
  • 52bac76 Add tests for Agent.Get{Local,Remote}Candidates()
  • ef63705 Add GetRemoteCandidates()
  • 53becca Harmonize capitalization of log messages
  • 794e03f Update module golang.org/x/net to v0.11.0
  • cb8d677 Update module github.com/pion/turn/v2 to v2.1.2
  • 0a3ea3b Update module github.com/pion/stun to v0.6.1

v2.3.8

Compare Source

Changelog

  • db5d7ea Implement Active ICE TCP Candidates

v2.3.7

Compare Source

Changelog

  • 9f4e3d6 Update AUTHORS.txt
  • 346feb2 Use global id generator to reduce allocations
  • 13378ba Update module github.com/stretchr/testify to v1.8.4

v2.3.6

Compare Source

Changelog

  • abc1ca3 Revert active TCP candidate support
  • 7715bef Update module github.com/pion/stun to v0.6.0

v2.3.5

Compare Source

Changelog

  • c863a3a Update module github.com/pion/dtls/v2 to v2.2.7
  • ba610b5 Update CI configs to v0.10.9
  • b74aec6 Bring back LICENSE file
  • b8831ac Update module github.com/stretchr/testify to v1.8.3
  • 62e94d8 Update CI configs to v0.10.8

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v2-3.x branch from 1fe3cc3 to 8e12cf6 Compare September 8, 2023 20:09
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v2-3.x branch from 8e12cf6 to efa40f4 Compare October 19, 2023 20:39
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v2-3.x branch from efa40f4 to 07b912f Compare February 8, 2024 16:10
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v2-3.x branch 2 times, most recently from 1598016 to 9e4cf6e Compare April 3, 2024 16:41
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v2-3.x branch from 9e4cf6e to 00ddcc0 Compare April 10, 2024 18:19
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v2-3.x branch from 00ddcc0 to c391a0a Compare May 2, 2024 05:40
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

0 participants