v0.12.0

mudler/LocalAIv0.12.0Jul 6, 2026by github-actions[bot]

AI Summary

This update introduces media synchronization improvements and security fixes to address SQL query handling and media download management.

Key Highlights

  • Added media backfill and retry capabilities for synced messages
  • Improved security by replacing dynamic SQL with allowlisted queries
  • Fixed sync completion behavior to finish queued downloads before cleanup

New Features

  • Media backfill functionality
  • Media retry functionality
  • Security schema inspection fixes

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)