Skip to content

Releases: configcat/rust-sdk

v0.1.4

24 Dec 21:06
d9ef345

Choose a tag to compare

Added

  • #10: Optional feature to change reqwest TLS implementation - thanks to @ntrippar for the contribution.

v0.1.3

17 Jun 10:28
2fa1313

Choose a tag to compare

Fixed

  • Contension on ServiceState.cached_entry during massively parallel read dominated workloads - #8

v0.1.2

29 Jul 12:10
cc174a5

Choose a tag to compare

Added

  • std::fmt::Debug implementation for Client that formats its internal state.

v0.1.1

09 Jul 12:10

Choose a tag to compare

Fixed

  • The cache payload wasn't properly updated when the cached entry's fetch time was set. Now, the payload is in sync with the in-memory fetch time value.

v0.1.0

18 Jun 12:53
d5f1453

Choose a tag to compare

  • First release, the SDK documentation is available here.