v0.12.0
bytedance/flowgram.aiv0.12.0Jul 6, 2026by github-actions[bot]
AI Summary
This release enhances media reliability and database security. It introduces features to backfill missing media and retry expired CDN links, while improving data safety by replacing dynamic SQL with fixed queries.
Key Highlights
- Added media backfill to download missing media for synced messages that have metadata but no local copy.
- Added media retry functionality to recover CDN-expired media from the primary device.
- Enhanced security by replacing dynamic schema-inspection SQL with fixed, allowlisted queries.
- Fixed sync behavior to finish queued media downloads before clean exits instead of canceling them.
New Features
- Media backfill
- Media retry
- Allowlisted SQL queries
Full Release Notes
## Changelog ### Added - Media: add `media backfill` to download media for already-synced messages that have metadata but no local copy. (thanks @njt) - Media: add `media retry` to recover CDN-expired media from the primary device. (thanks @njt) ### Security - Store: replace dynamic schema-inspection SQL with fixed allowlisted queries. (thanks @dovocoder) ### Fixed - Sync: finish queued media downloads before clean one-shot and bootstrap exits instead of canceling them at idle. (thanks @njt)