Skip to content

3.13.8 — 2025-10-15

← 3.13.9 | 3.13.7 → | ↑ 3.x series

Changed

Redis Configuration Refinements

  • Redis Cluster Parameter Standardization - Aligned Redis cluster configuration with redis-py library standards
    • Replaced deprecated skip_full_coverage_check parameter with standard require_full_coverage parameter
    • Updated both synchronous and asynchronous Redis cluster adapters for compatibility with latest redis-py
    • Removed redundant CLUSTER_SKIP_FULL_COVERAGE_CHECK configuration field
    • Enhanced Redis cluster reliability with proper full coverage validation
    • Improved code maintainability by following redis-py best practices

Dependency Updates

  • Pydantic Version Update - Updated Pydantic to version 2.12.2 for enhanced data validation
    • Improved validation performance and bug fixes