File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.4.0 (November 24, 2025)
2+
3+ - Add ` StatusCode::EARLY_HINTS ` constant for 103 Early Hints.
4+ - Make ` StatusCode::from_u16 ` now a ` const fn ` .
5+ - Make ` Authority::from_static ` now a ` const fn ` .
6+ - Make ` PathAndQuery::from_static ` now a ` const fn ` .
7+ - MSRV increased to 1.57 (allows legible const fn panic messages).
8+
19# 1.3.1 (March 11, 2025)
210
311* Fix validation that all characters are UTF-8 in URI path and query.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "http"
44# - Update html_root_url in lib.rs.
55# - Update CHANGELOG.md.
66# - Create git tag
7- version = " 1.3.1 "
7+ version = " 1.4.0 "
88readme = " README.md"
99documentation = " https://docs.rs/http"
1010repository = " https://github.com/hyperium/http"
You can’t perform that action at this time.
0 commit comments