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.0 to 0.2.1 #2331

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2023

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

Release notes

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

v0.2.1

This release includes the changes made to crypto/tls due to golang/go#58001 and released with Go 1.19.6.

Commits
  • 5054886 change module path to github.com/quic-go/qtls-go1-19
  • eb6a5ef make it possible to call ConnectionState during the handshake
  • 2fe7e56 cpu: fix building for js
  • 8d558e4 use a prefix for client session cache keys
  • 0fcda17 add callbacks to store and restore app data along a session state
  • 7ac3ec7 don't use TLS 1.3 compatibility mode when using alternative record layer
  • 4c048f7 delete the session ticket after attempting 0-RTT
  • d09aa67 reject 0-RTT when a different ALPN is chosen
  • 2555a09 encode the ALPN into the session ticket
  • 55fbc83 add a field to the ConnectionState to tell if 0-RTT was used
  • 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 Feb 16, 2023
@codecov-commenter
Copy link

Codecov Report

Base: 39.20% // Head: 39.19% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (f61154f) compared to base (e93c516).
Patch has no changes to coverable lines.

📣 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    #2331      +/-   ##
==========================================
- Coverage   39.20%   39.19%   -0.02%     
==========================================
  Files         617      617              
  Lines       36859    36859              
==========================================
- Hits        14451    14447       -4     
- Misses      20818    20821       +3     
- Partials     1590     1591       +1     
Impacted Files Coverage Δ
transport/internet/websocket/connection.go 16.51% <0.00%> (-3.67%) ⬇️
common/log/logger.go 79.41% <0.00%> (-2.95%) ⬇️
transport/internet/quic/hub.go 72.00% <0.00%> (-2.67%) ⬇️
transport/internet/kcp/listener.go 81.18% <0.00%> (-1.99%) ⬇️
transport/internet/kcp/receiving.go 98.65% <0.00%> (+1.34%) ⬆️
app/router/command/command.go 40.00% <0.00%> (+3.07%) ⬆️
app/router/command/errors.generated.go 100.00% <0.00%> (+100.00%) ⬆️

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.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/quic-go/qtls-go1-19-0.2.1 branch from f61154f to e32efa9 Compare February 17, 2023 01:41
@AkinoKaede AkinoKaede merged commit 83ea1ba into master Feb 17, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/quic-go/qtls-go1-19-0.2.1 branch February 17, 2023 01:51
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