v7.5.2-alpha.1
Pre-release
Pre-release
Features
- #52 Model
track_total_hits
as enum - #42 Update
Body
trait so that you can pass any&'a impl Body
, and giveBytes
a way to set the request body without having to do any copying. Thanks @KodrAus π - #49 Implement
Sync
andSend
onConnectionPool
trait. Thanks @iostat π - #41 Make the top level
Error
type opaque. Thanks @KodrAus π
Bug fixes
Misc
- #51 Update to v7.5.2 rest specs
- #45 Relax dependency versions. Thanks @mwilliammyers π
- #40 Update
objekt
dependency todyn-clone
. Thanks @bryantbiggs π