diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 27d8fd7085..7c690958ee 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1422,9 +1422,16 @@ his employment there. > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-http-08 + +No significant changes. + ## Since draft-ietf-quic-http-07 - Changes for integer encodings in QUIC (#595,#905) +- Use unidirectional streams as appropriate (#515, #240, #281, #886) +- Improvement to the description of GOAWAY (#604, #898) +- Improve description of server push usage (#947, #950, #957) ## Since draft-ietf-quic-http-06 diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 12514b9a52..6ff17f7c0f 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -1572,9 +1572,13 @@ many others. Issue and pull request numbers are listed with a leading octothorp. -## Since draft-ietf-quic-tls-06 +## Since draft-ietf-quic-tls-08 -Nothing yet. +No significant changes. + +## Since draft-ietf-quic-tls-07 + +- Handshake errors can be reported with CONNECTION_CLOSE (#608, #891) ## Since draft-ietf-quic-tls-05 diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index e688a235f7..06db513755 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -3829,10 +3829,34 @@ thanks to all. Issue and pull request numbers are listed with a leading octothorp. +## Since draft-ietf-quic-transport-08 + +No significant changes. + ## Since draft-ietf-quic-transport-07 +- The long header now has version before packet number (#926, #939) +- Rename and consolidate packet types (#846, #822, #847) +- Packet types are assigned new codepoints and the Connection ID Flag is + inverted (#426, #956) +- Removed type for Version Negotiation and use Version 0 (#963, #968) +- Streams are split into unidirectional and bidirectional (#643, #656, #720, + #872, #175, #885) + * Stream limits now have separate uni- and bi-directinal transport parameters + (#909, #958) + * Stream limit transport parameters are now optional and default to 0 (#970, + #971) +- The stream state machine has been split into read and write (#634, #894) - Employ variable-length integer encodings throughout (#595) -- Draining period can terminate early (#869) +- Improvements to connection close + * Added distinct closing and draining states (#899, #871) + * Draining period can terminate early (#869, #870) + * Clarifications about stateless reset (#889, #890) +- Address validation for connection migration (#161, #732, #878) +- Clearly defined retransmission rules for BLOCKED (#452, #65, #924) +- negotiated_version is sent in server transport parameters (#710, #959) +- Increased the range over which packet numbers are randomized (#864, #850, + #964) ## Since draft-ietf-quic-transport-06