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

Chore: bump github.com/pion/transport/v2 from 2.2.1 to 2.2.4 #2784

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps github.com/pion/transport/v2 from 2.2.1 to 2.2.4.

Release notes

Sourced from github.com/pion/transport/v2's releases.

v2.2.4

Changelog

  • 536a6d1 Use atomic Int32 instead of Bool

v2.2.3

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

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
Commits
  • 536a6d1 Use atomic Int32 instead of Bool
  • 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
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/pion/transport/v2](https://github.com/pion/transport) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/pion/transport/releases)
- [Changelog](https://github.com/pion/transport/blob/master/.goreleaser.yml)
- [Commits](pion/transport@v2.2.1...v2.2.4)

---
updated-dependencies:
- dependency-name: github.com/pion/transport/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 24, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b913549) 36.85% compared to head (12b471a) 36.88%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2784      +/-   ##
==========================================
+ Coverage   36.85%   36.88%   +0.03%     
==========================================
  Files         672      672              
  Lines       39799    39799              
==========================================
+ Hits        14667    14680      +13     
+ Misses      23510    23499      -11     
+ Partials     1622     1620       -2     

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

@xiaokangwang xiaokangwang merged commit e53163f into master Dec 10, 2023
38 of 39 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pion/transport/v2-2.2.4 branch December 10, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants