v2.7.2
aws-samples/bedrock-chatv2.7.2Apr 7, 2026by immich-push-o-matic[bot]
AI Summary
This release focuses on bug fixes, specifically addressing issues with Content Security Policy (CSP) quotes, compatibility with older CPUs via numpy downgrades, and library import batch sizes.
Key Highlights
- Fixed CSP quotes configuration
- Downgraded numpy for better CPU compatibility
- Resolved library import batch size issues
Full Release Notes
You knew it was coming :sweat_smile: This release addresses the following issues: - Fix an issue with the default helmet.json file - Fix an issue with ML containers not working on some older CPUs - Fix an issue with importing external libraries <!-- Release notes generated using configuration in .github/release.yml at v2.7.2 --> ## What's Changed ### 🐛 Bug fixes * fix: csp quotes by @bo0tzz in https://github.com/immich-app/immich/pull/27592 * fix(ml): downgrade numpy by @mertalev in https://github.com/immich-app/immich/pull/27591 * fix(server): library import batch size by @mertalev in https://github.com/immich-app/immich/pull/27595 **Full Changelog**: https://github.com/immich-app/immich/compare/v2.7.0...v2.7.2