Skip to content

Commit

Permalink
update changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Sep 26, 2024
1 parent 21769f2 commit 35c897b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35c897b

Please sign in to comment.