Skip to content

5.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@autorelease3 autorelease3 released this 24 May 19:35
· 27 commits to develop since this release
5.0.0-rc1
4945da1

💥 Breaks

  • The Service trait now supports async 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)