Skip to content

Releases: palantir/conjure-rust-runtime

5.2.0

29 Aug 10:04
5.2.0
fdd884d
Compare
Choose a tag to compare

🐛 Fixes

  • Explicitly configure rustls's crypto provider. (#221)

5.1.0

01 Jul 15:19
5.1.0
3c377ea
Compare
Choose a tag to compare

💡 Improvements

  • Each per-host client now live reloads as long as that host remains in the service configuration. (#219)

5.0.0

04 Jun 14:05
5.0.0
49ef6e9
Compare
Choose a tag to compare

💥 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)

5.0.0-rc1

24 May 19:35
5.0.0-rc1
4945da1
Compare
Choose a tag to compare
5.0.0-rc1 Pre-release
Pre-release

💥 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)

4.7.1

06 May 20:47
4.7.1
e4b56fb
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed-size request bodies now set a Content-Length. (#209)

4.7.0

18 Aug 19:09
53e0231
Compare
Choose a tag to compare
Type Description Link
Fix Bump crate version to 4.7.0 #166

4.6.0

18 Aug 18:50
9dbf487
Compare
Choose a tag to compare
Type Description Link
Improvement Update retry backoff scale to be consistent with conjure-java-runtime #162

4.5.0

27 Jul 14:16
5bca62e
Compare
Choose a tag to compare

No documented user facing changes

4.4.0

24 Apr 13:33
4c9f41c
Compare
Choose a tag to compare
Type Description Link
Improvement The client now uses rustls as its TLS implementation. Clients will always trust the standard root CAs regardless of the certificate configuration on the host. #155

4.3.0

06 Feb 16:08
3a047e6
Compare
Choose a tag to compare
Type Description Link
Improvement Updated the client.response metric to match Dialogue. #150