Immich | v2.7.2

Immich v2.7.2 released on 07-04-2026


Immich v2.7.2 is out now. It fixes a Content Security Policy quoting problem in the default helmet.json, restores ML container compatibility on older CPUs via a numpy downgrade, and adjusts external library import batching to prevent large imports from failing or stalling.

See the full changelog and release details on the project GitHub: https://github.com/immich-app/immich/compare/v2.7.0…v2.7.2

What’s in this release

  • Fix for CSP quoting in the default helmet.json so generated headers match the intended policy.
  • ML container compatibility restored by downgrading numpy to support older CPUs.
  • Server-side fix that tunes the library import batch size to avoid failures or stalls on large imports.

Upgrade notes

  • No breaking changes are documented in the release notes; check the changelog link for any configuration specifics related to helmet.json.
  • If you need to roll back, compare with the previous tag v2.7.0 and revert to that release as required: Full changelog.

Tell the project how the update performs for you — file an issue or leave a comment on the Immich GitHub with any observations or regressions.

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