Immich | v2.7.4

Immich v2.7.4 released on 10-04-2026


Immich v2.7.4 is out now. It improves mobile image rendering and thumbnail stability, stops exposing original filenames when metadata display is disabled, and includes a Cronet networking update for upstream fixes.

Visit the Immich GitHub compare for the full changelog and links to the pull requests: https://github.com/immich-app/immich/compare/v2.7.3…v2.7.4

What’s in this release

  • Cleanup and refactor of the iOS image loading pipeline to improve rendering reliability and reduce visual issues (PR #27672).
  • Fixed Flutter thumbnail cache eviction to prevent premature removal and improve thumbnail stability (PR #27663).
  • Server change to hide original filenames when metadata display is disabled, improving privacy and UI consistency (PR #27581).
  • Updated Cronet dependency for upstream fixes and networking performance improvements (PR #27685).

Upgrade notes

  • No breaking changes are listed in the release notes; follow your normal upgrade procedure and review the linked PRs for details.
  • If a rollback is required, revert to the previous tag (v2.7.3) and follow your deployment rollback process; consult the compare link above for differences.

Share any experience or issues with the update on the Immich GitHub so maintainers and other users can follow up.

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