Skip to content

2.7.0

Compare
Choose a tag to compare
@neonmoe neonmoe released this 19 Mar 00:15
· 40 commits to master since this release

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

Added

  • A Read impl for ResponseLazy. Thanks for the PR, @Luro02! (#81)
  • Building with --all-features, with the send_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.