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-19 from 0.2.1 to 0.3.2 #2445

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2023

Bumps github.com/quic-go/qtls-go1-19 from 0.2.1 to 0.3.2.

Release notes

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

v0.3.2

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

Full Changelog: quic-go/qtls-go1-19@v0.3.0...v0.3.2

v0.3.0

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

Commits
  • 30a5d12 offer only TLS 1.3 cipher suites for TLS 1.3 ClientHellos
  • fa30979 change module path to github.com/quic-go/qtls-go1-19
  • bbf46fe make it possible to call ConnectionState during the handshake
  • bc37cc2 cpu: fix building for js
  • 88cb58c use a prefix for client session cache keys
  • 4735137 add callbacks to store and restore app data along a session state
  • 538fe2f don't use TLS 1.3 compatibility mode when using alternative record layer
  • 5ca5deb delete the session ticket after attempting 0-RTT
  • 7d7ad1b reject 0-RTT when a different ALPN is chosen
  • f4b59f4 encode the ALPN into the session ticket
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 30, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: +0.02 🎉

Comparison is base (9b52628) 39.05% compared to head (74ee211) 39.08%.

📣 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    #2445      +/-   ##
==========================================
+ Coverage   39.05%   39.08%   +0.02%     
==========================================
  Files         617      617              
  Lines       37036    37036              
==========================================
+ Hits        14465    14474       +9     
+ Misses      20981    20974       -7     
+ Partials     1590     1588       -2     

see 11 files 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
Copy link
Contributor

@dependabot rebase

Bumps [github.com/quic-go/qtls-go1-19](https://github.com/quic-go/qtls-go1-19) from 0.2.1 to 0.3.2.
- [Release notes](https://github.com/quic-go/qtls-go1-19/releases)
- [Commits](quic-go/qtls-go1-19@v0.2.1...v0.3.2)

---
updated-dependencies:
- dependency-name: github.com/quic-go/qtls-go1-19
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/quic-go/qtls-go1-19-0.3.2 branch from 74ee211 to 34cc10c Compare April 6, 2023 12:15
@AkinoKaede AkinoKaede merged commit 0c5abc7 into master Apr 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/quic-go/qtls-go1-19-0.3.2 branch April 6, 2023 12:33
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