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/transport/v2 to v2.2.10 #40

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pion/transport/v2 v2.2.1 -> v2.2.10 age adoption passing confidence

Release Notes

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

v2.2.10

Compare Source

Full Changelog: pion/transport@v2.2.9...v2.2.10

v2.2.9

Compare Source

Full Changelog: pion/transport@v2.2.8...v2.2.9

v2.2.8

Compare Source

Full Changelog: pion/transport@v2.2.7...v2.2.8

v2.2.7

Compare Source

Full Changelog: pion/transport@v2.2.6...v2.2.7

v2.2.6

Compare Source

Full Changelog: pion/transport@v2.2.5...v2.2.6

v2.2.5

Compare Source

Changelog

  • c72ccc1 Reuse notify channel when blocked on read
  • 465cf31 Reuse timer in Deadline
  • 84665ab Add logging to UDP conn

v2.2.4

Compare Source

Changelog

  • 536a6d1 Use atomic Int32 instead of Bool

v2.2.3

Compare Source

Changelog

  • 6bdfa93 Revert ReplayDetector API Changes
  • e136b3a Update module golang.org/x/net to v0.14.0
  • c808973 Update module golang.org/x/sys to v0.11.0

v2.2.2

Compare Source

Changelog

  • a788a32 Add support to disable read batch
  • 46a4b2c Add batch read/write for udp listener
  • 6890c79 Update CI configs to v0.10.11
  • f2dffd8 Remove named return values
  • 3cefa92 Update replaydetector tests to include latest
  • d490a2c Add latest seqnum notify to replaydetector
  • 571eb96 Update module golang.org/x/net to v0.13.0
  • 41845b0 Update module golang.org/x/net to v0.12.0
  • a789100 Add Daniel Mangum to AUTHORS.txt
  • 5ecc325 Document all public netctx methods
  • 668c2ec Use net.ErrClosed instead of io.EOF
  • a4c1f18 Refactor ConnCtx/PacketConnCtx to Conn/PacketConn
  • 764757e Use netctx in stress tests
  • 7447e09 Add unit tests for PacketConnCtx
  • 8a710a5 Add context wrapped net.PacketConn
  • 55834f5 Use NewConnCtx instead of New
  • c13b96e Mark connctx package as deprecated
  • 7614929 Move ConnCtx to the netctx package
  • 4b89bf8 Update module golang.org/x/sys to v0.10.0
  • 30cd328 Update module golang.org/x/net to v0.11.0
  • c8e9e56 Update module golang.org/x/net to v0.10.0
  • 2cec8d1 Update module github.com/stretchr/testify to v1.8.4
  • 4385551 Remove sync.Pool from udp.listener.readloop

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/transport/v2 to v2.2.2 Update module github.com/pion/transport/v2 to v2.2.3 Sep 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-transport-v2-2.x branch 2 times, most recently from 3545f1b to 5134af3 Compare September 8, 2023 22:56
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.3 Update module github.com/pion/transport/v2 to v2.2.4 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-transport-v2-2.x branch from 5134af3 to f138644 Compare April 28, 2024 04:07
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.4 Update module github.com/pion/transport/v2 to v2.2.5 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-transport-v2-2.x branch from f138644 to 907cbd6 Compare July 22, 2024 17:45
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.5 Update module github.com/pion/transport/v2 to v2.2.7 Jul 22, 2024
Copy link
Author

renovate bot commented Jul 22, 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):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.8.3 -> v1.8.4
github.com/pion/udp/v2 v2.0.1 -> v2.0.1
golang.org/x/crypto v0.9.0 -> v0.12.0
golang.org/x/net v0.10.0 -> v0.14.0
golang.org/x/sys v0.8.0 -> v0.11.0

@renovate renovate bot force-pushed the renovate/github.com-pion-transport-v2-2.x branch from 907cbd6 to e41fb8b Compare July 23, 2024 05:02
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.7 Update module github.com/pion/transport/v2 to v2.2.8 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-transport-v2-2.x branch from e41fb8b to 4da5060 Compare July 25, 2024 22:34
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.8 Update module github.com/pion/transport/v2 to v2.2.9 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-transport-v2-2.x branch from 4da5060 to b62e6a7 Compare August 2, 2024 18:51
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.9 Update module github.com/pion/transport/v2 to v2.2.10 Aug 2, 2024
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.10 Update module github.com/pion/transport/v2 to v2.2.10 - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/github.com-pion-transport-v2-2.x branch December 17, 2024 05:00
@renovate renovate bot changed the title Update module github.com/pion/transport/v2 to v2.2.10 - autoclosed Update module github.com/pion/transport/v2 to v2.2.10 Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-transport-v2-2.x branch from a97b60f to b62e6a7 Compare December 17, 2024 09:39
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.

0 participants