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/lucas-clemente/quic-go from 0.28.1 to 0.29.0 #1940

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps github.com/lucas-clemente/quic-go from 0.28.1 to 0.29.0.

Release notes

Sourced from github.com/lucas-clemente/quic-go's releases.

v0.29.0

Breaking Changes

Changelog

New Contributors

Full Changelog: quic-go/quic-go@v0.28.1...v0.29.0

Commits
  • 07412be Merge pull request #3512 from lucas-clemente/null-connection-tracer
  • cd87a64 use the logging.Null{Connection}Tracer in integration tests
  • c29276e expose the Null{Connection}Tracer as types, not as variables
  • 66f6fe0 add support for providing a custom Connection ID generator via Config (#3452)
  • 034fc4e fix typo in README
  • 48779d0 add a logging.NullTracer
  • 118a7db add a logging.NullConnectionTracer
  • a901357 fix datagram support detection (#3511)
  • 509616c Merge pull request #3514 from lucas-clemente/closed-session
  • 263f728 add integration test for the retransmission of CONNECTION_CLOSE packets
  • 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 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/lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/lucas-clemente/quic-go/releases)
- [Changelog](https://github.com/lucas-clemente/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.28.1...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/lucas-clemente/quic-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 29, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2022

Codecov Report

Base: 38.79% // Head: 38.79% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (0b8c3a8) compared to base (64cb1a2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1940      +/-   ##
==========================================
- Coverage   38.79%   38.79%   -0.01%     
==========================================
  Files         616      616              
  Lines       36346    36346              
==========================================
- Hits        14102    14100       -2     
- Misses      20664    20665       +1     
- Partials     1580     1581       +1     
Impacted Files Coverage Δ
transport/internet/websocket/connection.go 16.51% <0.00%> (-3.67%) ⬇️
transport/internet/kcp/connection.go 72.37% <0.00%> (+0.55%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@AkinoKaede AkinoKaede merged commit 2e0ea88 into master Sep 8, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/lucas-clemente/quic-go-0.29.0 branch September 8, 2022 02:51
maskedeken pushed a commit to maskedeken/v2ray-core that referenced this pull request Mar 10, 2023
…2fly#1940)

Bumps [github.com/lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/lucas-clemente/quic-go/releases)
- [Changelog](https://github.com/lucas-clemente/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.28.1...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/lucas-clemente/quic-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Lint: exclude ST1016

Style: remove duplicate FetchHTTPContent function

Fix getting shared flags for balance info command (v2fly#1905)

Fix erroneous prefix checking

Fix: json.Reader: fill output bytes as much as possible

Fix JSON parsing state machine so Read([]byte) can accept byte array of any length.

This fixes a infinite read with io.ReadFull().

Fix: guard against nil pointer dereference of (*NetworkList)

chore: disable lint on generated protobuf file

update version: 5.1.0

chore: regenerate protobuf file

chore: normalize generated .pb.go file to reduce unnecessary change
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.

2 participants