This release enhances administrative control and visibility with a new interactive TUI for exploring cluster resources, commands for monitoring server node health, and the ability to cancel in-progress replication tasks. These features provide deeper operational insight and more granular management of critical business workflows.

### New Features

*   **Interactive TUI Browser**: Interactively explore clusters, pools, server sets, and drives from the terminal using the new `mc browse` command for dynamic, at-a-glance views of deployment health. (#91)
*   **Node Monitoring and TUI Export**: Monitor server node health with `mc admin node top` and `mc admin node info`, and export any TUI view to a JSON file for offline analysis and reporting. (#104)
*   **Cancelable Replication Resync**: Gain direct control over replication tasks with the ability to cancel an in-progress resync operation using `mc replicate resync cancel`. (#64)
*   **LDAP Configuration Validation**: Validate LDAP identity provider configurations and test server connectivity directly from the CLI with the `--check` flag for `mc idp ldap info`. (#70)
*   **Preserve Timestamps on Mirror**: Maintain original file modification times during `mc mirror` operations to a MinIO target by using the `--preserve` flag, ensuring metadata integrity for archival and migration. (#94)
*   **Replication Health Diagnostics**: Generate detailed health reports for replication configurations using `mc support health` to proactively identify and troubleshoot issues. (#109)
*   **Targeted Telemetry Replay**: Replay a specific number of telemetry samples from a file using the `--samples` flag in `mc telemetry replay` for faster, more focused debugging. (#72)

### Improvements

*   **Accelerated Support Uploads**: Improved `mc support upload` performance by automatically skipping compression for pre-compressed file types (`.gz`, `.zip`, `.zst`, `.enc`), reducing client-side CPU usage. (#89)
*   **Optimized Diagnostic Reports**: Reduced the size of `mc support diag` reports for faster generation and transfer by removing verbose per-core CPU statistics. (#106)
*   **Enhanced Object Information**: Improved accuracy for `mc admin object info`, now correctly reporting on inlined objects, versions, and delete markers for easier diagnostics. (#107)
*   **Normalized Object Paths**: `mc mirror` and `mc cp` now automatically normalize object paths, preventing transfer errors from sources with non-standard naming conventions. (#95)
*   **Simplified Event Notification Setup**: Added support for wildcard patterns (e.g., `s3:ObjectCreated:*`) in `mc event add` to simplify the configuration of common event groups. (#75)
*   **Proactive License Notifications**: Enhanced SUBNET integration to enable proactive notifications regarding license status when using `mc license register`. (#78)
*   **Improved Usability**: Sorted `mc admin` and `mc support` subcommands alphabetically in help text for easier discovery. (#102)
*   **Dependency and Security Updates**: Upgraded internal libraries to incorporate the latest enhancements and security patches. (#82)

### Bug Fixes

*   **Continuous Active-Active Mirroring**: Resolved an issue causing `mc mirror --active-active` to stop prematurely, ensuring continuous bi-directional synchronization. (#111)
*   **Remote Bucket Replication Updates**: Corrected a failure in `mc replicate update` that prevented modification of replication rules involving a remote bucket. (#115)
*   **SSE-C Key Parsing**: Fixed an issue to correctly parse base64-encoded SSE-C keys that include standard `=` padding characters. (#86)
*   **Batch Job Status Display**: Improved `mc batch status` for catalog jobs to display both `LastScanned` and `LastMatched` objects for a more accurate progress view. (#103)
*   **Terminal Display in Light Themes**: Corrected terminal output rendering to ensure all text is visible in light color schemes. (#99)
*   **Restricted Admin Permissions**: Ensured `mc admin user info` returns available user data successfully even when the administrator has restricted group permissions. (#71)
*   **Batch Status Output**: Clarified `mc batch status` output and added the ability to fetch batch operation metrics via Prometheus for better monitoring. (#101)
*   **Help Text Correction**: Corrected a typo in the help text examples for `mc admin idp openid` commands. (#98)

### Breaking Changes

*   **License Update**: The software license has been updated from AGPLv3 to the Minio Commercial License. All use of this and future versions is subject to the terms of the new license. (#100)