Skip to content

Releases: aembke/fred.rs

9.0.3

01 May 00:33
7689bda
Compare
Choose a tag to compare
  • Fix bytes_utils min version
  • Fix rustls reexports with enable-rustls-ring.

9.0.2

30 Apr 02:22
fd8f35d
Compare
Choose a tag to compare
  • Add enable-rustls-ring feature flag

9.0.1

15 Apr 04:19
6ae3f98
Compare
Choose a tag to compare
  • Fix partial-tracing imports

9.0.0

15 Apr 01:31
Compare
Choose a tag to compare
  • RPITIT / AFIT
  • Set MSRV to 1.75
  • Upgrade rustls to 0.23
  • Upgrade redis-protocol to 5.0.0
  • Split public interfaces with new feature flags.
  • Add ClusterDiscoveryPolicy configuration options.
  • Add SORT and SORT_RO
  • Add cluster_hash policy to Options
  • Change tracing span names to follow OpenTelemetry naming conventions

8.0.6

31 Mar 15:59
f803d5e
Compare
Choose a tag to compare
  • Add TransactionInterface to RedisPool

8.0.5

14 Mar 02:18
fe9ea58
Compare
Choose a tag to compare
  • Add conversion from HashMap to MultipleOrderedPairs.
  • Remove lazy_static

8.0.4

27 Feb 17:12
Compare
Choose a tag to compare
  • Fix tracing span annotations

8.0.3

20 Feb 19:01
b070601
Compare
Choose a tag to compare
  • Box large futures to reduce stack usage

8.0.2

12 Feb 20:27
74b5721
Compare
Choose a tag to compare
  • Fix cluster replica failover at high concurrency.
  • Fix potential race condition initializing the mocking layer.

8.0.1

29 Jan 16:10
93d96e0
Compare
Choose a tag to compare
  • Add a shorthand init interface.
  • Fix cluster replica failover with unresponsive connections.
  • Fix RESP3 connection init when used without a password.