Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:54
v0.12.0
c9a5100

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)