Skip to content

v7.5.2-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@russcam russcam released this 23 Jan 00:24

Features

  • #52 Model track_total_hits as enum
  • #42 Update Body trait so that you can pass any &'a impl Body, and give Bytes a way to set the request body without having to do any copying. Thanks @KodrAus πŸ‘
  • #49 Implement Sync and Send on ConnectionPool trait. Thanks @iostat πŸ‘
  • #41 Make the top level Error type opaque. Thanks @KodrAus πŸ‘

Bug fixes

  • #48 Support base urls with paths (#50)

Misc