File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 2025-10-04
2+
3+ * Updated Python version to 3.13 across all workflows and development environment
4+ * Implemented comprehensive caching system using cachetools with file-based persistence for GitHub API calls (30-minute TTL)
5+ * Modularized codebase by separating concerns into dedicated modules: cache.py for caching functionality and versions.py for version management
6+ * Updated Python requirements: invoke>=2.2.0, requests>=2.31.0, cachetools>=5.3.0
7+ * Created GitHub Actions workflow (test-build.yml) for automated testing and building on pull requests and non-master branches
8+ * Refactored multiprocessing pool management to use context managers for proper resource cleanup
9+ * Enhanced Makefile with Invoke task targets, clear-cache command, and CPU variable defaults
10+ * Restructured README.md with separate Installation/Usage sections and updated documentation
11+ * Fixed import issues by replacing relative imports with absolute imports for CI compatibility
12+ * Updated dockerimage.yml workflow to build all Redis images on master branch pushes using parallel processing
13+
114## 2024-06-25
215
316* Added 7.2.x releases and published docker images
You can’t perform that action at this time.
0 commit comments