🐛 Bug Fixes
- Messages: Resolved a critical pagination bug that caused the scraper to miss new messages. Added a batch density ceiling to prevent Out-Of-Memory (OOM) errors on large accounts.
- Cache: Corrected a typo in the cache disabled flag (
api_cache_disabled->api_cached_disabled) (Thanks @thedubo! #612). - Cache: Added proper support for
cache_mode: disabledwithin the API cache logic. - Cache: Removed redundant cache settings to streamline configuration.
🛠 Refactoring & Maintenance
- Concurrency: Centralized and improved internal documentation explaining API concurrency handling.
⚙️ CI/CD
- Discord Webhooks: Added a direct GitHub release link to the Discord announcement bot for instances where the changelog is truncated.