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 96dc52f commit 3fe7267Copy full SHA for 3fe7267
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 1.1.0 (March 4, 2024)
2
+
3
+* Add methods to allow trying to allocate in the `HeaderMap`, returning an error if oversize instead of panicking.
4
+* Add `Extensions::get_or_insert()` method.
5
+* Implement `From<Uri>` for `uri::Builder`.
6
+* Fix `HeaderName::from_lowercase` that could allow NUL bytes in some cases.
7
8
# 1.0.0 (November 15, 2023)
9
10
- Implement `Clone` for `Request`, `Response`, and `Extensions`. This breaking change requires
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "1.0.0"
+version = "1.1.0"
readme = "README.md"
documentation = "https://docs.rs/http"
repository = "https://github.com/hyperium/http"
0 commit comments