diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 88524e08a0..6e7391aaa2 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -2445,6 +2445,11 @@ what might be a temporary or intermittent error. > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-http-28 + +- CANCEL_PUSH is recommended even when the stream is reset (#3698, #3700) +- Use H3_ID_ERROR when GOAWAY contains a larger identifier (#3631, #3634) + ## Since draft-ietf-quic-http-27 - Updated text to refer to latest HTTP revisions diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index 0b699eb705..ea9dd5eb72 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -1616,6 +1616,10 @@ return encoderBuffer, 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-15 + +No changes + ## Since draft-ietf-quic-qpack-14 Added security considerations diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index f6cc49d2ac..1653b8ab17 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1629,6 +1629,10 @@ OnPacketNumberSpaceDiscarded(pn_space): Issue and pull request numbers are listed with a leading octothorp. +## Since draft-ietf-quic-recovery-28 + +- Refactored pseudocode to correct PTO calculation (#3564, #3674, #3681) + ## Since draft-ietf-quic-recovery-27 - Added recommendations for speeding up handshake under some loss conditions diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 931a02f9cc..3754dc7c5b 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -2274,6 +2274,12 @@ an attacker to gain an larger advantage than the target of 2^-57. Issue and pull request numbers are listed with a leading octothorp. +## Since draft-ietf-quic-tls-28 + +- Defined limits on the number of packets that can be protected with a single + key and limits on the number of packets that can fail authentication (#3619, + #3620) + ## Since draft-ietf-quic-tls-27 - Allowed CONNECTION_CLOSE in any packet number space, with restrictions on diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index a9435bac2c..ec320d8495 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -7001,6 +7001,16 @@ incurred. Issue and pull request numbers are listed with a leading octothorp. +## Since draft-ietf-quic-transport-28 + +- Made SERVER_BUSY error (0x2) more generic, now CONNECTION_REFUSED (#3709, + #3690, #3694) +- Allow TRANSPORT_PARAMETER_ERROR when validating connection IDs (#3703, #3691) +- Integrate QUIC-specific language from draft-ietf-tsvwg-datagram-plpmtud + (#3695, #3702) +- disable_active_migration does not apply to the addresses offered in + server_preferred_address (#3608, #3670) + ## Since draft-ietf-quic-transport-27 - Allowed CONNECTION_CLOSE in any packet number space, with a requirement to