This release enhances administrative control over critical data operations, introducing the ability to cancel replication resync tasks and validate LDAP configurations directly. Key improvements streamline workflows by preserving file metadata during mirroring, simplifying event notification setup, and accelerating support uploads. These updates provide greater operational flexibility and reduce administrative overhead.

### New Features

*   **Cancel in-progress replication resync tasks** using the new `mc replicate resync cancel` command for greater administrative control over resource-intensive operations. (#64)
*   **Validate LDAP identity provider configurations** and test server connectivity with the `--check` flag for `mc idp ldap info`, simplifying setup and troubleshooting. (#70)
*   **Preserve original file modification times** during mirroring with the `--preserve` flag, ensuring metadata integrity for archival and data migration. (#94)
*   **Limit the number of replayed telemetry samples** using the `--samples` flag in `mc telemetry replay` for more efficient testing and debugging with large data captures. (#72)

### Improvements

*   **Accelerated `mc support upload` performance** by automatically skipping compression for pre-compressed file types (`.gz`, `.zip`, `.zst`, `.enc`), reducing client-side CPU usage. (#89)
*   **Simplified event notification setup** with support for wildcard patterns (e.g., `s3:ObjectCreated:*`) in the `mc event add` command, reducing configuration complexity. (#75)
*   **Enhanced replication diagnostics** provide more detailed information for troubleshooting site replication configurations more effectively. (#90)
*   **Enabled proactive license status notifications** from the SUBNET portal by including the license ID during cluster registration. (#78)
*   **Improved clarity for ILM replication commands** by renaming flags and output to "ILM Expiry Rule(s)," preventing potential misconfiguration. (#85)

### Bug Fixes

*   **Resolved an issue where `mc admin user info` failed** when the administrator lacked group permissions; the command now returns all accessible user data instead of a fatal error. (#71)
*   **Corrected parsing for base64-encoded SSE-C keys** to properly handle standard padding characters, improving compatibility with external key generation tools. (#86)

### Security Updates

*   **Incorporated routine upgrades to internal software libraries** to maintain application security and leverage the latest component enhancements. (#82)