chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

30
vendor/http-body-util/CHANGELOG.md vendored Normal file
View File

@@ -0,0 +1,30 @@
# v0.1.3
- Add `Channel`, a body type backed by an async channel.
- Make `Empty::new()` to be `const fn`.
# v0.1.2
- Add `BodyDataStream` type to convert a body to a stream of its data.
# v0.1.1
- Add `BodyExt::with_trailers()` combinator.
- Improve performance of `BodyExt::collect().to_bytes()`.
# v0.1.0
- Update `http` to 1.0.
- Update `http-body` to 1.0.
# v0.1.0-rc.3
- Fix `BodyExt::collect()` from panicking on an empty frame.
# v0.1.0-rc.2
- Update to `http-body` rc.2.
# v0.1.0-rc.1
- Initial release, split from http-body 0.4.5.