Immich | v2.7.5

Immich v2.7.5 released on 13-04-2026


Immich v2.7.5 is out now. The server adds rate limiting and request deduplication to the automatic version-check endpoint to reduce duplicate checks and backend load, and the web UI has updated localization strings.

For full details and the changelog see the comparison on GitHub: https://github.com/immich-app/immich/compare/v2.7.4…v2.7.5

What’s in this release

  • Server: rate limit and deduplication added to the version-check endpoint (PR #27747 by @zackpollard).
  • Web: localization strings updated for the UI (chore by @weblate, PR #27589).
  • Patch release published 13-04-2026 focusing on a targeted server bugfix and translation updates; full changelog available on GitHub.

Upgrade notes

  • No user-facing feature changes or breaking changes in this patch; most deployments require no action. See the changelog for details: https://github.com/immich-app/immich/compare/v2.7.4…v2.7.5
  • If you need to revert, roll back to v2.7.4 via the project’s GitHub releases or the comparison link above.

Share any feedback or report issues on the project’s GitHub — maintainers welcome reports from real deployments.

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