Skip to content

Commit b9625d8

Browse files
committed
v1.4.0
1 parent 50b009c commit b9625d8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"

0 commit comments

Comments
 (0)