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 e1a3197 commit 351b63aCopy full SHA for 351b63a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.2.12 (March 4, 2024)
2
+
3
+* Add methods to allow trying to allocate in the `HeaderMap`, returning an error if oversize instead of panicking.
4
+* Fix `HeaderName::from_lowercase` that could allow NUL bytes in some cases.
5
6
# 0.2.11 (November 13, 2023)
7
8
* Fix MIRI error in `header::Iter`.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.2.11"
+version = "0.2.12"
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
0 commit comments