Immich | v2.7.2

Immich v2.7.2 released on 07-04-2026


Immich v2.7.2 is out now. Web UI users and on-prem/self-hosted ML workloads benefit from a fix to Content-Security-Policy quoting, improved ML container compatibility on older CPUs, and more reliable external library imports.

See the GitHub release notes and full changelog for details and links to updated images: https://github.com/immich-app/immich/compare/v2.7.0…v2.7.2

What’s in this release

  • Fixed incorrect CSP quoting in the default helmet.json that could cause browser Content-Security-Policy errors or blocked resources.
  • Downgraded numpy in ML containers to a build compatible with older CPUs, resolving crashes or incompatibilities for on‑prem ML tasks (face recognition, object detection).
  • Adjusted server library import batch size to prevent failures or timeouts when importing large external libraries, improving import reliability and memory usage.

Upgrade notes

  • If you run a customised helmet.json, verify your CSP strings after upgrading to v2.7.2 to ensure resources load correctly.
  • No database migrations are required; re-run any stalled imports after upgrading. Users running ML containers on older hardware should pull the updated ML images or upgrade to v2.7.2 (performance may differ slightly with the downgraded numpy).

Tell the project what you see after upgrading — report whether the CSP fix, ML container change, or import reliability update worked for your setup.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes