Skip to content

Releases: palantir/conjure-rust-runtime

6.0.0

01 Feb 00:37
6.0.0
5305532
Compare
Choose a tag to compare

💥 Breaks

  • Update zipkin requirement from 0.4 to 1.0 (#230)

💡 Improvements

  • Update rand requirement from 0.8 to 0.9 (#228)

5.3.0

21 Jan 20:16
5.3.0
4fc399f
Compare
Choose a tag to compare

✨ Features

  • Switch crypto backend from aws-lc-rs to ring #226 (#226)

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