File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ArchiPy are documented in this changelog, organized by version.
44
5+ ## [ 3.13.7] - 2025-10-13
6+
7+ ### Changed
8+
9+ #### Dependency Updates
10+
11+ - ** Core Dependencies** - Updated key dependencies to latest versions for improved security and performance
12+ - Updated cachetools from 6.2.0 to 6.2.1 for enhanced caching capabilities and performance improvements
13+ - Updated idna from 3.10 to 3.11 for improved internationalized domain name handling and security fixes
14+
15+ #### Configuration Improvements
16+
17+ - ** Redis Mode Constants** - Standardized Redis mode constants to uppercase format for better consistency
18+ - Updated RedisMode enum values from lowercase to uppercase (` standalone ` → ` STANDALONE ` , ` sentinel ` → ` SENTINEL ` , ` cluster ` → ` CLUSTER ` )
19+ - Enhanced configuration consistency across Redis deployment modes
20+ - Improved code readability and standardization
21+
22+ #### Development Workflow
23+
24+ - ** Makefile Enhancement** - Updated dependency installation command for better package management
25+ - Changed ` uv sync --extra dev --upgrade ` to ` uv sync --all-extras --group dev --upgrade `
26+ - Enhanced dependency resolution with comprehensive extra package installation
27+ - Improved development environment setup with better group-based dependency management
28+
29+ ### Performance
30+
31+ - ** Optimized Dependency Resolution** - Improved dependency installation and resolution performance
32+ - Enhanced UV package manager integration with latest dependency versions
33+ - Improved lock file generation and dependency resolution speed
34+ - Better memory usage during dependency installation and updates
35+
536## [ 3.13.6] - 2025-01-15
637
738### Changed
You can’t perform that action at this time.
0 commit comments