Skip to content

Commit e191fab

Browse files
committed
Update release notes.
1 parent 5fc22dd commit e191fab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

releases.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5-
### Remove Priority Frame and Dependency Tracking
5+
### Added Priority Update Frame and Stream Priority
66

7-
HTTP/2 has deprecated the priority frame and stream dependency tracking. This feature has been effectively removed from the protocol. As a consequence, the internal implementation is greatly simplified. The `Protocol::HTTP2::Stream` class no longer tracks dependencies or priorities, and this includes `Stream#send_headers` which no longer takes `priority` as the first argument.
7+
HTTP/2 has deprecated the priority frame and stream dependency tracking. This feature has been effectively removed from the protocol. As a consequence, the internal implementation is greatly simplified. The `Protocol::HTTP2::Stream` class no longer tracks dependencies, and this includes `Stream#send_headers` which no longer takes `priority` as the first argument.
8+
9+
Optional per-request priority can be set using the `priority` header instead, and this value can be manipulated using the priority update frame.

0 commit comments

Comments
 (0)