@@ -11,6 +11,41 @@ This project follows [Semantic Versioning](https://iconical.dev/versioning).
1111
1212---
1313
14+ v1.2.0 – Runtime & Queue Intelligence ⚙️
15+
16+ Released: April 12, 2026
17+
18+ ### ⚡ Performance & Observability
19+ - Introduced runtime signals tracking for monitoring event loop lag and API latency.
20+ - Implemented server settings caching to reduce repeated lookups and improve response times.
21+ - Added Redis caching for API key lookups and settings retrieval to speed up critical paths.
22+ - Added health check endpoints for API and job queue monitoring.
23+
24+ ### 🔄 Jobs & Processing
25+ - Enhanced Jobs handling with retry logic and dead-letter queue support.
26+ - Improved storage cleanup jobs with execution validation and state awareness.
27+ - Added new admin job for automated PWA subscription cleanup.
28+
29+ ### 🔖 Bookmarks & RSS Auto-Hoard
30+ - Added Auto-Hoard RSS feed management for Bookmarks with feed create/update/delete, run-now, and schedule controls.
31+ - Added bookmark RSS API routes and worker runner integration so feeds are queued and processed in the background.
32+ - Added a Bookmarks header tools menu with quick actions for Import/Export and Auto-Hoard RSS dialogs.
33+ - Updated RSS management UX so Add RSS feed opens in a dedicated modal separate from the configured-feeds screen.
34+ - Hardened RSS feed settings by normalizing ` maxItemsPerFetch ` to a clamped integer before persistence.
35+ - Export and Import Bookmarks with ease using JSON and HTML files, making it simple to backup or transfer your bookmarks.
36+
37+ ### 📦 Storage & Infrastructure
38+ - Strengthened storage configuration with socket limits and acquisition timeouts.
39+ - Improved storage handling with path traversal protection and safer socket management.
40+ - Enhanced yt-dlp processing with better file naming and optimized threading.
41+ - Docker runs swush app and swush worker as separate services for better scalability and reliability.
42+
43+ ### 🧠 Internal & Types
44+ - Introduced admin queue health types for monitoring job system metrics.
45+ - Updated schema definitions for improved API key handling.
46+
47+ ---
48+
1449## v1.1.1 – URL Safety Patch 🔐
1550
1651** Released: February 25, 2026**
0 commit comments