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

Changelog for -19 #2514

Merged
merged 3 commits into from Mar 11, 2019
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
2 changes: 2 additions & 0 deletions draft-ietf-quic-http.md
Expand Up @@ -1960,6 +1960,8 @@ Error codes need to be defined for HTTP/2 and HTTP/3 separately. See
- Modified associated reserved values
- Frame layout switched from Length-Type-Value to Type-Length-Value
(#2395,#2235)
- Specified error code for servers receiving DUPLICATE_PUSH (#2497)
- Use connection error for invalid PRIORITY (#2507, #2508)

## Since draft-ietf-quic-http-17

Expand Down
4 changes: 4 additions & 0 deletions draft-ietf-quic-qpack.md
Expand Up @@ -1328,6 +1328,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-06

- Clarify initial dynamic table capacity maximums (#2276, #2330, #2330)

## Since draft-ietf-quic-qpack-05

- Introduced the terms dynamic table capacity and maximum dynamic table
Expand Down
5 changes: 5 additions & 0 deletions draft-ietf-quic-tls.md
Expand Up @@ -1600,6 +1600,11 @@ cb54df7884
Issue and pull request numbers are listed with a leading octothorp.


## Since draft-ietf-quic-tls-18

- Increased the set of permissible frames in 0-RTT (#2344, #2355)


## Since draft-ietf-quic-tls-17

- Endpoints discard initial keys as soon as handshake keys are available (#1951,
Expand Down
16 changes: 16 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -5494,6 +5494,22 @@ DecodePacketNumber(largest_pn, truncated_pn, pn_nbits):

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

## Since draft-ietf-quic-transport-18

- Removed version negotation; version negotiation, including authentication of
the result, will be addressed in the next version of QUIC (#1773, #2313)
- Added discussion of the use of IPv6 flow labels (#2348, #2399)
- A connection ID can't be retired in a packet that uses that connection ID
(#2101, #2420)
- Idle timeout transport parameter is in milliseconds (from seconds) (#2453,
#2454)
- Endpoints are required to use new connnection IDs when they use new network
paths (#2413, #2414)
- Increased the set of permissible frames in 0-RTT (#2344, #2355)
- Prohibit the use of MAX_STREAM_ID/max_stream_id of greater than 2^60 (#2487,
#2499)
- Failing to negotiate ALPN is a fatal error (#2495, #2483)

## Since draft-ietf-quic-transport-17

- Stream-related errors now use STREAM_STATE_ERROR (#2305)
Expand Down