Releases: palantir/conjure-rust-runtime
Releases · palantir/conjure-rust-runtime
5.2.0
5.1.0
5.0.0
💥 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)
5.0.0-rc1
💥 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)
4.7.1
4.7.0
4.6.0
4.5.0
No documented user facing changes