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/quic-go/qtls-go1-20 from 0.1.1 to 0.2.2 #2452

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2023

Bumps github.com/quic-go/qtls-go1-20 from 0.1.1 to 0.2.2.

Release notes

Sourced from github.com/quic-go/qtls-go1-20's releases.

v0.2.2

This patch release contains the fix for golang/go#59332 (backported, or rather, forward-ported).

Full Changelog: quic-go/qtls-go1-20@v0.2.0...v0.2.2

v0.2.0

This release removes the option to configure the tls.Config.CipherSuites.

Commits
  • a42b12e offer only TLS 1.3 cipher suites for TLS 1.3 ClientHellos
  • 8fcfb95 make it possible to call ConnectionState during the handshake
  • 9b58331 use a prefix for client session cache keys
  • 97fbf25 add callbacks to store and restore app data along a session state
  • 73f8bcb don't use TLS 1.3 compatibility mode when using alternative record layer
  • 9aac34b reject 0-RTT when a different ALPN is chosen
  • 4e9343b encode the ALPN into the session ticket
  • 4c3b467 add a field to the ConnectionState to tell if 0-RTT was used
  • 3aad77b add a callback to tell the client about rejection of 0-RTT
  • 3d7ffb3 don't offer 0-RTT after a HelloRetryRequest
  • 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/quic-go/qtls-go1-20](https://github.com/quic-go/qtls-go1-20) from 0.1.1 to 0.2.2.
- [Release notes](https://github.com/quic-go/qtls-go1-20/releases)
- [Commits](quic-go/qtls-go1-20@v0.1.1...v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/quic-go/qtls-go1-20
  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 Apr 6, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (0c5abc7) 39.04% compared to head (8e8eba8) 39.03%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2452      +/-   ##
==========================================
- Coverage   39.04%   39.03%   -0.01%     
==========================================
  Files         617      617              
  Lines       37036    37036              
==========================================
- Hits        14460    14458       -2     
- Misses      20983    20986       +3     
+ Partials     1593     1592       -1     

see 1 file with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@AkinoKaede AkinoKaede merged commit 62bef88 into master Apr 26, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/quic-go/qtls-go1-20-0.2.2 branch April 26, 2023 09:00
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