From 35c897b26aa0f9241c5b523a84ec009e8999ba97 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Thu, 26 Sep 2024 11:45:13 -0700 Subject: [PATCH] update changelog again --- CHANGELOG.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 20c4ae48..10f79209 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -18,11 +18,13 @@ https://github.com/oxidecomputer/dropshot/compare/v0.11.0\...HEAD[Full list of c === Breaking Changes * https://github.com/oxidecomputer/dropshot/pull/1028[#1028] Updates Dropshot for `hyper` 1.0 and `http` 1.0. Since consumers provide Dropshot with values from `hyper` and `http`, you'll need to update to `hyper` 1.0 and `http` 1.0 (or newer compatible versions), too. -+ -**What you need to do:** + +==== Upgrading to hyper 1.0 + 1. Update your crate's dependencies on `hyper` and `http` to 1.0 (or a newer compatible version) in Cargo.toml. 2. Replace any references to `hyper::Body` with `dropshot::Body` instead. -+ +3. You may need to update your use of `dropshot::Body`; the `http-body-util` can be helpful. + There are no other known breaking changes in these crates that affect Dropshot. If you have any trouble with this upgrade, please let us know by filing an issue. == 0.11.0 (released 2024-08-21)