Releases: aembke/fred.rs
Releases · aembke/fred.rs
9.0.3
- Fix
bytes_utils
min version
- Fix rustls reexports with
enable-rustls-ring
.
9.0.2
- Add
enable-rustls-ring
feature flag
9.0.1
- Fix
partial-tracing
imports
9.0.0
- 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
- Add
TransactionInterface
to RedisPool
8.0.5
- Add conversion from
HashMap
to MultipleOrderedPairs
.
- Remove
lazy_static
8.0.4
- Fix tracing span annotations
8.0.3
- Box large futures to reduce stack usage
8.0.2
- Fix cluster replica failover at high concurrency.
- Fix potential race condition initializing the mocking layer.
8.0.1
- Add a shorthand
init
interface.
- Fix cluster replica failover with unresponsive connections.
- Fix RESP3 connection init when used without a password.