This release introduces powerful new administrative capabilities, including an interactive terminal UI for cluster browsing and new commands for detailed node monitoring. Administrators gain greater control with the ability to cancel in-progress replication resyncs and validate LDAP configurations. Please note, this version updates the software license to the Minio Commercial License, which governs all future use.

### Breaking Changes
*   Updated the software license from AGPLv3 to the Minio Commercial License. All use, modification, and distribution of this and future versions are governed by the new license terms. (#100)

### New Features
*   Introduced an interactive Text-based User Interface (TUI) for exploring cluster resources. Use `mc browse` for a dynamic, terminal-based view of deployment health and configuration. (#91)
*   Added new commands (`mc admin node top`, `mc admin node info`) for enhanced server node monitoring. TUI views can now be exported to JSON for offline analysis and reporting. (#104)
*   Enabled cancellation of in-progress replication resynchronization tasks via the new `mc replicate resync cancel` command, providing greater administrative control. (#64)
*   Added a `--check` flag to `mc idp ldap info` to validate LDAP identity provider configurations and test server connectivity before activation. (#70)
*   Included a `--preserve` flag in `mc mirror` to maintain original file modification times on the target, ensuring metadata integrity for archival and migration. (#94)
*   Enhanced `mc telemetry replay` with a `--samples` flag to limit the number of replayed events, enabling faster testing with large telemetry files. (#72)

### Improvements
*   Optimized `mc mirror` and `mc cp` to automatically normalize non-standard object paths, preventing transfer errors from sources with inconsistent naming. (#95)
*   Enabled Prometheus metric collection for batch operations, providing deeper visibility into job performance and health. (#101)
*   Simplified event notification setup by adding support for wildcard shortcuts (e.g., `s3:ObjectCreated:*`) in the `mc event add` command. (#75)
*   Upgraded replication diagnostics to provide more detailed information for troubleshooting site replication configurations. (#90)
*   Enhanced `mc license register` to include the license ID, enabling proactive license status notifications from the SUBNET portal. (#78)
*   Improved clarity in site replication commands and output by specifying "ILM Expiry Rule(s)" to accurately reflect that only lifecycle rules are replicated. (#85)
*   Improved usability by sorting `mc admin` and `mc support` subcommands alphabetically in the help output. (#102)

### Performance Improvements
*   Accelerated `mc support upload` by automatically skipping compression for pre-compressed file types (`.gz`, `.zip`, `.zst`, `.enc`), reducing client-side CPU usage. (#89)
*   Reduced the size of `mc support diag` reports by removing verbose per-core CPU data, resulting in faster generation and transfer. (#106)

### Bug Fixes
*   Resolved an issue where `mc admin user info` would fail for administrators with restricted permissions; the command now displays all accessible user data. (#71)
*   Corrected a parsing error for SSE-C keys, allowing the use of standard base64-encoded keys that include `=` padding characters. (#86)
*   Fixed an issue where command output was illegible in light-themed terminals, ensuring visibility across all terminal color schemes. (#99)
*   Corrected the `mc batch status` command for catalog jobs to accurately display both `LastScanned` and `LastMatched` objects for a clearer progress report. (#103)
*   Refined the `mc batch status` output by removing redundant information for a cleaner, more focused view of job progress. (#101)
*   Corrected a typo in the help text for `mc admin idp openid` commands to prevent configuration confusion. (#98)

### Security Updates
*   Performed routine upgrades to internal software libraries to incorporate the latest security patches and enhancements. (#82)