This release enhances data transfer performance through optimized memory management and improves audit log processing efficiency. Key fixes strengthen data integrity by correcting lifecycle management and data healing processes. A security update also redacts sensitive tokens in administrative command output to prevent credential exposure.

### Improvements
- Optimized memory handling for chunked data transfers by reusing internal buffers, reducing system overhead and increasing throughput for large files. (#618)
- Enhanced the audit queue system for more efficient and dependable processing of audit logs, improving the timeliness of security and compliance monitoring. (#624)

### Bug Fixes
- Corrected the data healing process to properly identify and purge incomplete object parts, improving storage efficiency and data hygiene. (#621)
- Resolved a condition that could cause a system crash when listing multipart upload parts with an unexpected pagination marker, ensuring operational continuity. (#620)
- Addressed an Information Lifecycle Management (ILM) issue where processing deleted objects with tiered storage metadata could cause a crash, ensuring ILM policies execute correctly. (#625)

### Security Updates
- Redacted the authentication token from the `mc admin info` command output to prevent accidental exposure of sensitive credentials. **Note:** Administrative scripts that parse this command's output may require updates. (#613)