RELEASE.2025-07-18T21-56-31Z
silvia-odwyer/photonRELEASE.2025-07-18T21-56-31ZJul 18, 2025by harshavardhana
AI Summary
A bugfix release that updates the Console, improves object copying by preserving checksums, and fixes critical bugs in the Admin API and Lambda handler responses.
Key Highlights
- Update Console to the latest version
- CopyObject must preserve checksums and encrypt them if required
- Fix Admin API nil dereference in SetPolicyForUserOrGroup
- Fix Lambda handler response to match the return status
New Features
- Console update
- Improved CopyObject checksum handling
- Admin API and Lambda handler fixes
Full Release Notes
## What's Changed * Update Console to latest version by @bexsoft in https://github.com/minio/minio/pull/21397 * CopyObject must preserve checksums and encrypt them if required by @marktheunissen in https://github.com/minio/minio/pull/21399 * fix: admin api - SetPolicyForUserOrGroup avoid nil deref by @wooffie in https://github.com/minio/minio/pull/21400 * fix: lambda handler response to match the lambda return status by @harshavardhana in https://github.com/minio/minio/pull/21436 **Full Changelog**: https://github.com/minio/minio/compare/RELEASE.2025-06-13T11-33-47Z...RELEASE.2025-07-18T21-56-31Z