2.7.0
Long time no release! This is a minor release thanks to the additions, explicitly the new Read impl for ResponseLazy, as well as --all-features
now actually working. That said, I would not recommend enabling all features when using the library, you'll get a lot of unnecessary dependencies with it, thanks to the overlapping https features.
Changed
- From lazy_static to once_cell for library internals. Thanks for the PR, @alpha-tango-kilo! (#80)
Added
- A Read impl for ResponseLazy. Thanks for the PR, @Luro02! (#81)
- Building with
--all-features
, with thesend_https
function defaulting to the rustls-based implementation. Thanks for the PR, @tcharding! (#89) - An explicit minimum supported rust version policy. The MSRV for versions 2.x is 1.48. Thanks for the suggestion and PR, @tcharding! (#90)
- Performance improvements, test fixes, CI updates.