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 a changelog for http, qpack, tls, and recovery since -25 #3472

Merged
merged 4 commits into from Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions draft-ietf-quic-http.md
Expand Up @@ -2123,6 +2123,12 @@ Error codes need to be defined for HTTP/2 and HTTP/3 separately. See
> **RFC Editor's Note:** Please remove this section prior to publication of a
> final version of this document.

## Since draft-ietf-quic-http-25

- Require QUICv1 for HTTP/3 (#3117, #3323)
- Remove DUPLICATE_PUSH and allow duplicate PUSH_PROMISE (#3275, #3309)
- Clarify the definition of "malformed" (#3352, #3345)

## Since draft-ietf-quic-http-24

- Removed H3_EARLY_RESPONSE error code; H3_NO_ERROR is recommended instead
Expand Down
4 changes: 4 additions & 0 deletions draft-ietf-quic-qpack.md
Expand Up @@ -1362,6 +1362,10 @@ return controlBuffer, prefixBuffer + streamBuffer
> **RFC Editor's Note:** Please remove this section prior to publication of a
> final version of this document.

## Since draft-ietf-quic-qpack-12

Editorial changes only

## Since draft-ietf-quic-qpack-11

Editorial changes only
Expand Down
4 changes: 4 additions & 0 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1441,6 +1441,10 @@ Invoked from DetectLostPackets when packets are deemed lost.

Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-recovery-25

No significant changes.

## Since draft-ietf-quic-recovery-24

- Require congestion control of some sort (#3247, #3244, #3248)
Expand Down
4 changes: 4 additions & 0 deletions draft-ietf-quic-tls.md
Expand Up @@ -1994,6 +1994,10 @@ ffff0000190008f067a5502a4262b574 6f6b656e1e5ec5b014cbb1f0fd93df40

Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-tls-25

- No changes

## Since draft-ietf-quic-tls-24

- Rewrite key updates (#3050)
Expand Down