v2.7.3
m1k1o/nekov2.7.3Apr 9, 2026by immich-push-o-matic[bot]
AI Summary
Fixes issues related to large database imports, image load cancellations, and people search functionality, while also updating documentation links.
Key Highlights
- Fixed false restore failures on large database imports
- Improved image load cancellation handling
- Fixed people search not showing for short queries
- Updated Docker deprecation link in documentation
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