v0.11.2
bytedance/flowgram.aiv0.11.2Jul 2, 2026by github-actions[bot]
AI Summary
This maintenance release resolves critical WhatsApp connectivity issues and improves system stability. It includes security fixes to prevent path injection in SQLite connections and enhances error reporting for channel cache failures.
Key Highlights
- Fixed WhatsApp connectivity issues, including protocol updates and resolution of 405 (Client Outdated) failures.
- Fixed WhatsApp compatibility regarding privacy tokens, pairing, and connect handling.
- Enhanced security by escaping SQLite file URI path delimiters to prevent connection parameter alteration.
- Improved sync accuracy by keeping linked-device presence accurate while sync is running.
- Fixed channel cache persistence failures to fail loudly instead of silently returning incomplete success.
New Features
- SQLite path escaping
- WhatsApp protocol updates
- Channel cache error reporting
Full Release Notes
## Changelog ### Added ### Security - Store: escape SQLite file URI path delimiters so store names cannot alter connection parameters. (thanks @vincentkoc) - Docs: escape raw HTML in generated-site link labels and give duplicate headings stable unique IDs. (thanks @vincentkoc) ### Fixed - WhatsApp compatibility: update `whatsmeow` for current protocol metadata, privacy tokens on more request types, and pairing/connect handling. - Sync: keep linked-device presence accurate while sync is running and send unavailable presence on shutdown so phones resume push notifications. (#283) - WhatsApp connectivity: update `whatsmeow` for the current WhatsApp protocol and fix `405 (Client Outdated)` failures. (#280) - Channels: report local cache persistence failures instead of silently returning incomplete success. (thanks @vincentkoc) - Cleanup: reject non-positive `chats cleanup --days` values before opening the store. (thanks @vincentkoc)