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

add support for QUIC v1, RFC 9000 #3190

Merged
merged 1 commit into from
May 30, 2021
Merged

add support for QUIC v1, RFC 9000 #3190

merged 1 commit into from
May 30, 2021

Conversation

marten-seemann
Copy link
Member

Fixes #3186.

The proposal is to use QUIC draft version numbers on master. This means that from now on, two arbitrary commits from master must be compatible with each other. It also means that we'll finally be able to tag releases directly on master, instead of creating a separate release branch every time.

@codecov
Copy link

codecov bot commented May 29, 2021

Codecov Report

Merging #3190 (68da2c4) into master (540c6ec) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3190      +/-   ##
==========================================
+ Coverage   85.40%   85.43%   +0.03%     
==========================================
  Files         133      133              
  Lines        9815     9815              
==========================================
+ Hits         8382     8385       +3     
+ Misses       1058     1056       -2     
+ Partials      375      374       -1     
Impacted Files Coverage Δ
internal/protocol/version.go 95.45% <ø> (ø)
http3/server.go 68.23% <0.00%> (+0.72%) ⬆️
internal/utils/rand.go 75.00% <0.00%> (+12.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 540c6ec...68da2c4. Read the comment docs.

@marten-seemann marten-seemann merged commit 31191f7 into master May 30, 2021
@marten-seemann marten-seemann deleted the quic-v1 branch May 31, 2021 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

think about tagging releases on master
2 participants