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_checkparameter with standardrequire_full_coverageparameter - Updated both synchronous and asynchronous Redis cluster adapters for compatibility with latest redis-py
- Removed redundant
CLUSTER_SKIP_FULL_COVERAGE_CHECKconfiguration field - Enhanced Redis cluster reliability with proper full coverage validation
- Improved code maintainability by following redis-py best practices
- Replaced deprecated
Dependency Updates¶
- Pydantic Version Update - Updated Pydantic to version 2.12.2 for enhanced data validation
- Improved validation performance and bug fixes