v2.7.3

immich-app/immichv2.7.3Apr 9, 2026by immich-push-o-matic[bot]

AI Summary

Bug fix release addressing database imports, search functionality, and various mobile and web improvements.

Key Highlights

  • Fixed false restore failures on large database imports
  • Improved image load cancellation handling on mobile
  • Fixed people search for 3 or less characters
  • Fixed caching of empty search results for people search
  • Fixed SSR open graph tags

Full Release Notes

# v2.7.3

## What's Changed
### 🐛 Bug fixes
* fix(server): avoid false restore failures on large database imports by @ErasmusAndre in https://github.com/immich-app/immich/pull/27420
* fix(mobile): improve image load cancellation handling by @LeLunZ in https://github.com/immich-app/immich/pull/27624
* fix(server): people search not showing for 3 or less characters by @zackpollard in https://github.com/immich-app/immich/pull/27629
* fix(web): don't cache empty search results for people search by @zackpollard in https://github.com/immich-app/immich/pull/27632
* fix(mobile): get provider refs before async gaps in backup page by @LeLunZ in https://github.com/immich-app/immich/pull/27597
* fix: ssr open graph tags by @jrasm91 in https://github.com/immich-app/immich/pull/27639
### 📚 Documentation
* fix(docs): updated docker deprecation link  by @mmomjian in https://github.com/immich-app/immich/pull/27633

## New Contributors
* @fluffy made their first contribution in https://github.com/immich-app/immich/pull/27606
* @ErasmusAndre made their first contribution in https://github.com/immich-app/immich/pull/27420

**Full Changelog**: https://github.com/immich-app/immich/compare/v2.7.2...v2.7.3