v2.7.3
aws-samples/bedrock-chatv2.7.3Apr 9, 2026by immich-push-o-matic[bot]
AI Summary
This release focuses on stabilizing the application by addressing various bugs affecting server imports, mobile image loading, and search functionality. It also updates documentation and welcomes new contributors to the project.
Key Highlights
- Fixed false restore failures that occurred during large database imports on the server
- Improved image load cancellation handling to prevent potential crashes on mobile devices
- Resolved people search not displaying results for queries with 3 or fewer characters
- Fixed Server-Side Rendering (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