Skip to content

Commit ad9d8e4

Browse files
committed
Update changelog to reflect changes in this branch
1 parent 8bcac6f commit ad9d8e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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

0 commit comments

Comments
 (0)