This release enhances administrative control with new commands to cancel replication resyncs and validate LDAP configurations. Data management is improved with options to preserve file modification times during mirroring and automatic handling of non-standard object paths. These updates streamline critical workflows and simplify troubleshooting for system administrators.

### New Features
- Gain greater administrative control by canceling in-progress replication resync tasks with the new `mc replicate resync cancel` command. (#64)
- Simplify LDAP configuration by using the `mc idp ldap info --check` flag to instantly validate settings and test server connectivity. (#70)
- Accelerate testing and debugging by replaying a specific number of telemetry samples from a file using the new `--samples` flag in `mc telemetry replay`. (#72)
- Maintain data integrity during archival and migration by preserving original file modification times on the target using the `mc mirror --preserve` flag. (#94)

### Improvements
- Streamline event notification setup in `mc event add` by using wildcard patterns (e.g., `s3:ObjectCreated:*`) to configure entire event categories at once. (#75)
- Enable proactive license status notifications from the SUBNET portal by automatically including the license ID during cluster registration. (#78)
- Improved clarity in site replication commands and flags, which now specify "ILM Expiry Rule(s)" to accurately reflect that only lifecycle rules are replicated. (#85)
- Accelerate troubleshooting with enhanced replication diagnostics, providing more detailed information to resolve configuration issues. (#90)
- Increase data transfer success by automatically normalizing non-standard object paths (e.g., with `//` or `/./`) during `mc mirror` and `mc cp` operations. (#95)

### Performance Improvements
- Reduced upload times and client-side CPU usage for `mc support upload` by automatically skipping compression for pre-compressed or encrypted files. (#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 data. (#71)
- Corrected an issue with SSE-C key handling, allowing the use of standard base64-encoded keys with `=` padding characters without causing errors. (#86)

### Security Updates
- Incorporated routine upgrades to internal software libraries to enhance application security and performance. (#82)