5.0.0-rc1
Pre-release
Pre-release
·
27 commits
to develop
since this release
💥 Breaks
- The
Service
trait now supportsasync fn call
. (#176) - Upgrade to Hyper 1 (#177)
- Builder types are now staged and infallible. (#197)
✨ Features
- Client state is now cached and shared between clients. (#198)
- Added APIs to create separate clients for each replica of a service. (#202)
🐛 Fixes
- Fixed-size request bodies now set a
Content-Length
. (#209)