We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b009c commit b9625d8Copy full SHA for b9625d8
2 files changed
CHANGELOG.md
@@ -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
9
# 1.3.1 (March 11, 2025)
10
11
* Fix validation that all characters are UTF-8 in URI path and query.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "1.3.1"
+version = "1.4.0"
readme = "README.md"
documentation = "https://docs.rs/http"
repository = "https://github.com/hyperium/http"
0 commit comments