v1.0.1
版本发布时间: 2023-11-17 05:05:18
hyperium/hyper最新发布版本:v1.4.1(2024-07-09 21:41:48)
This release "fixes" or adds a few things that should have been in 1.0.0, but were forgotten. Thus, it includes additions that would normally be a semver-minor release, but because it is so close to 1.0.0, it is released as a patch version.
Bug Fixes
Features
- rt: Make ReadBuf::new public (7161f562)
Breaking Changes
- Pin is #[fundamental], so providing a Read/Write impl for it theoretically conflicts with existing user Read/Write for Pin<...> impls. However, those impls probably don't exist yet. (dd6d81ca)
New Contributors
- @coolreader18 made their first contribution in https://github.com/hyperium/hyper/pull/3413