chore(deps): update module github.com/pion/ice/v2 to v4 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/pion/ice/v2 | require | major |
v2.3.36 -> v4.0.2
|
Release Notes
pion/ice (github.com/pion/ice/v2)
v4.0.2
Changelog
-
854fdfd
Add ability to get selected candidate pair stats (#735) -
410d6ec
Update module github.com/pion/dtls/v3 to v3.0.3 -
0a8def8
Update module golang.org/x/net to v0.29.0 -
1f9684c
Switch udp_mux_test to use sha256 instead of sha1 (#733) -
2d9be9b
Add round trip time measurement to candidate pair (#731) -
277014e
Update module golang.org/x/net to v0.28.0 -
9a25a32
Update go.mod version to 1.20 -
19b596b
Update module github.com/pion/dtls/v3 to v3.0.2 -
bf68674
Update CI configs to v0.11.15
v4.0.1
What's Changed
- Add test that NetworkTypes is respected by @Sean-Der in https://github.com/pion/ice/pull/722
- Take TCP Family into account before connecting by @Sean-Der in https://github.com/pion/ice/pull/723
Full Changelog: https://github.com/pion/ice/compare/v4.0.0...v4.0.1
v4.0.0
Changelog
v3.0.16
What's Changed
- Allow multiple agent.Close by @edaniels in https://github.com/pion/ice/pull/718
Full Changelog: https://github.com/pion/ice/compare/v3.0.15...v3.0.16
v3.0.15
Full Changelog: https://github.com/pion/ice/compare/v3.0.14...v3.0.15
v3.0.14
What's Changed
- Add GracefulClose by @edaniels in https://github.com/pion/ice/pull/712
- tests: Clean up Agents more aggressively by @edaniels in https://github.com/pion/ice/pull/715
- Update module golang.org/x/net to v0.27.0 by @renovate in https://github.com/pion/ice/pull/717
Full Changelog: https://github.com/pion/ice/compare/v3.0.13...v3.0.14
v3.0.13
Changelog
-
abf50f9
Don't allocate new error inside TaskLoop
v3.0.12
Full Changelog: https://github.com/pion/ice/compare/v3.0.11...v3.0.12
v3.0.11
What's Changed
- Update module github.com/pion/dtls/v2 to v2.2.12 by @renovate in https://github.com/pion/ice/pull/708
- Bump transport to v3.0.4 by @edaniels in https://github.com/pion/ice/pull/709
Full Changelog: https://github.com/pion/ice/compare/v3.0.10...v3.0.11
v3.0.10
Changelog
-
89093bb
Revert "Cleanly close agent goroutines"
v3.0.9
Changelog
v3.0.8
What's Changed
- Update module github.com/pion/dtls/v2 to v2.2.11 by @renovate in https://github.com/pion/ice/pull/696
- Revert "Avoid allocation storing last active time" by @jech in https://github.com/pion/ice/pull/699
- Update module golang.org/x/net to v0.26.0 by @renovate in https://github.com/pion/ice/pull/701
- Cleanly close agent goroutines by @edaniels in https://github.com/pion/ice/pull/706
Full Changelog: https://github.com/pion/ice/compare/v3.0.7...v3.0.8
v3.0.7
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
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
Changelog
-
c1e4dd1
Stun
->STUN
for Config Entry
v3.0.4
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 of85a3a7f
-
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 from67cc918
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
What's Changed
- Update module golang.org/x/net to v0.19.0 by @renovate in https://github.com/pion/ice/pull/630
- Update module github.com/pion/dtls/v2 to v2.2.8 by @renovate in https://github.com/pion/ice/pull/628
- Update module github.com/google/uuid to v1.4.0 by @renovate in https://github.com/pion/ice/pull/627
- Update module github.com/google/uuid to v1.5.0 by @renovate in https://github.com/pion/ice/pull/633
- Update module github.com/pion/dtls/v2 to v2.2.9 by @renovate in https://github.com/pion/ice/pull/635
- Update CI configs to v0.11.0 by @pionbot in https://github.com/pion/ice/pull/638
- Update CI configs to v0.11.3 by @pionbot in https://github.com/pion/ice/pull/640
- Trace log inbound messages by @boks1971 in https://github.com/pion/ice/pull/641
- Update module github.com/google/uuid to v1.6.0 by @renovate in https://github.com/pion/ice/pull/643
- Update module golang.org/x/net to v0.20.0 by @renovate in https://github.com/pion/ice/pull/644
- Update module github.com/pion/mdns to v0.0.10 by @renovate in https://github.com/pion/ice/pull/646
- Update module github.com/pion/dtls/v2 to v2.2.10 by @renovate in https://github.com/pion/ice/pull/645
- Update module github.com/pion/mdns to v0.0.11 by @renovate in https://github.com/pion/ice/pull/647
- update pion/mdns to v0.0.12 for flaky resolution fix by @edaniels in https://github.com/pion/ice/pull/648
Full Changelog: https://github.com/pion/ice/compare/v3.0.2...v3.0.3
v3.0.2
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
- Update module github.com/pion/mdns to v0.0.9 by @renovate in https://github.com/pion/ice/pull/620
- Update module golang.org/x/net to v0.17.0 [SECURITY] by @renovate in https://github.com/pion/ice/pull/626
Full Changelog: https://github.com/pion/ice/compare/v3.0.1...v3.0.2
v3.0.1
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
Changelog
v2.3.37
Changelog
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.