File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# 1.0.0 (November 15, 2023)
2
9
3
10
- Implement ` Clone ` for ` Request ` , ` Response ` , and ` Extensions ` . This breaking change requires
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "http"
4
4
# - Update html_root_url in lib.rs.
5
5
# - Update CHANGELOG.md.
6
6
# - Create git tag
7
- version = " 1.0 .0"
7
+ version = " 1.1 .0"
8
8
readme = " README.md"
9
9
documentation = " https://docs.rs/http"
10
10
repository = " https://github.com/hyperium/http"
You can’t perform that action at this time.
0 commit comments