Clean up review findings

This commit is contained in:
Codex
2026-08-09 13:57:55 +02:00
parent fa5b6e7636
commit 219ef1e059
8 changed files with 97 additions and 97 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 0.52.3 - 2026-08-09
- Closed SQLite connections after each database operation to avoid long-running file descriptor leaks.
- Removed obsolete legacy-project state migration code for clean Kaizoku deployments.
- Made failed queue-job reuse provider-aware so retries do not cross Anikoto, AniNeko, and AnimePahe selections.
- Added `openssl` to runtime dependency reporting and accepted comma-separated remote path roots.
## 0.52.2 - 2026-08-09
- Updated Docker runtime packages to match the current Kaizoku provider downloader and include `openssl` explicitly.