This release introduces significant enhancements to administrative control and operational efficiency. Administrators can now cancel in-progress replication resync tasks, validate LDAP configurations directly from the CLI, and leverage simplified wildcard patterns for event notifications. These updates streamline critical workflows, reduce configuration errors, and provide greater flexibility in managing enterprise deployments.

### New Features

*   **Gain greater administrative control by canceling in-progress replication resync tasks** with the new `mc replicate resync cancel` command. This allows administrators to immediately stop operations that are consuming excessive resources or were initiated in error. (#64)
*   **Streamline LDAP configuration with the new `--check` flag for `mc idp ldap info`**. This provides immediate validation of LDAP settings and server connectivity, simplifying troubleshooting and setup. (#70)
*   **Accelerate testing and debugging by replaying a specific number of telemetry samples** using the new `--samples` flag with `mc telemetry replay`. This provides targeted analysis of large telemetry files without processing the entire dataset. (#72)

### Improvements

*   **Simplify event notification setup using wildcard patterns** (e.g., `s3:ObjectCreated:*`) with the `mc event add` command. This reduces configuration complexity and minimizes the potential for errors. (#75)
*   **Enable proactive license management with automated SUBNET notifications**. The `mc license register` command now includes the license ID, helping to prevent service interruptions by providing timely renewal alerts. (#78)
*   **Improved clarity in site replication commands** by renaming flags and output to specify "ILM Expiry Rule(s)". This change accurately reflects that only lifecycle rules are replicated, preventing administrative confusion. Existing scripts remain compatible. (#85)
*   **Accelerate troubleshooting with enhanced replication diagnostics**. Administrators now have access to more detailed information to quickly identify and resolve replication issues. (#90)

### Performance

*   **Increased upload performance for `mc support upload`** by automatically skipping compression for pre-compressed or encrypted files (e.g., `.gz`, `.zip`, `.enc`). This optimization reduces upload times and client-side CPU usage. (#89)

### Bug Fixes

*   **Resolved an issue where `mc admin user info` would fail** if the administrator lacked group permissions. The command now displays all accessible user information, gracefully handling permission denials for group details. (#71)
*   **Corrected an issue with Server-Side Encryption (SSE-C) key parsing**. Standard base64-encoded keys with padding characters are now handled correctly, improving compatibility with common encoding tools. (#86)

### Security Updates

*   **Incorporated routine updates to internal software libraries**. This maintenance enhances the overall security posture of the application by using the latest component versions. (#82)