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 module github.com/pion/ice/v3 to v3.0.7 #365

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pion/ice/v3 v3.0.3 -> v3.0.7 age adoption passing confidence

Release Notes

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

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

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from stv0g as a code owner April 15, 2024 01:31
@renovate renovate bot enabled auto-merge (rebase) April 15, 2024 01:31
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 15, 2024
stv0g
stv0g previously approved these changes Apr 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v3-3.x branch 2 times, most recently from 0e7af5b to 01a12d6 Compare April 15, 2024 06:47
@renovate renovate bot assigned stv0g Apr 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v3-3.x branch 2 times, most recently from be75e0d to d39ac5c Compare April 22, 2024 07:32
@renovate renovate bot changed the title fix(deps): update module github.com/pion/ice/v3 to v3.0.6 fix(deps): update module github.com/pion/ice/v3 to v3.0.7 May 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v3-3.x branch from d39ac5c to 5f1dc79 Compare May 2, 2024 07:14
renovate-approve[bot]
renovate-approve bot previously approved these changes May 2, 2024
Copy link
Contributor Author

renovate bot commented Jun 10, 2024

ℹ 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/pion/transport/v3 v3.0.1 -> v3.0.2
github.com/pion/turn/v3 v3.0.1 -> v3.0.3

renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v3-3.x branch 2 times, most recently from 50c3054 to 1151edd Compare June 11, 2024 00:24
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v3-3.x branch from 1151edd to 69b8ca0 Compare June 11, 2024 00:35
Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.30%. Comparing base (6601325) to head (1151edd).
Report is 1 commits behind head on main.

Current head 1151edd differs from pull request most recent head 9724b2b

Please upload reports for the commit 9724b2b to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #365      +/-   ##
==========================================
+ Coverage   54.18%   54.30%   +0.12%     
==========================================
  Files         190      190              
  Lines        9652     9652              
==========================================
+ Hits         5230     5242      +12     
+ Misses       3854     3847       -7     
+ Partials      568      563       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v3-3.x branch 2 times, most recently from 73c17e4 to bc2d31f Compare June 11, 2024 02:04
@renovate renovate bot force-pushed the renovate/github.com-pion-ice-v3-3.x branch from bc2d31f to 9724b2b Compare June 11, 2024 03:07
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