This release introduces powerful new administrative capabilities, including an interactive TUI browser and node-level monitoring commands for enhanced cluster visibility. Administrators gain greater control with the ability to cancel replication resync tasks and export cluster state for offline analysis. These features streamline diagnostics, improve operational oversight, and simplify management of critical workflows.

### New Features

*   **Interactive TUI Browser**: Interactively explore clusters, pools, server sets, and drives from the terminal using the new `mc browse` command for an at-a-glance view of deployment health. (#91)
*   **Node-Level Monitoring**: Gain deeper insight into cluster health with new commands to view a list of nodes (`mc admin node top`) and inspect individual node details (`mc admin node info`). (#104)
*   **TUI Data Export**: Export any Text User Interface (TUI) view to a JSON file for offline analysis, historical comparison, or sharing detailed reports with support teams. (#104)
*   **Replication Health Diagnostics**: Generate a detailed health report for data replication configurations using the `mc support health` command to proactively identify and troubleshoot issues. (#109)
*   **Cancel In-Progress Replication Resync**: Stop an active replication resynchronization task using the new `mc replicate resync cancel` command for greater administrative control over resource-intensive operations. (#64)
*   **LDAP Configuration Validation**: Verify LDAP identity provider settings and test server connectivity directly from the CLI with the `--check` flag for `mc idp ldap info`, simplifying initial setup and troubleshooting. (#70)
*   **Preserve File Timestamps**: Maintain original file modification times during `mc mirror` operations using the new `--preserve` flag, ensuring metadata integrity for backup and archival workflows. (#94)
*   **Controlled Telemetry Replay**: Specify a maximum number of samples to replay from a telemetry file with the `--samples` flag for `mc telemetry replay`, enabling faster testing with large data captures. (#72)

### Improvements

*   **Simplified Event Notification Setup**: Use common wildcard patterns (e.g., `s3:ObjectCreated:*`) with the `mc event add` command to configure all related event notifications at once, reducing configuration complexity. (#75)
*   **Enhanced Object Diagnostics**: The `mc admin object info` command now provides more accurate information for all object types, including improved visibility of versions and delete markers, to accelerate diagnostics. (#107)
*   **Proactive License Notifications**: The `mc license register` command now sends the license ID to the SUBNET portal, enabling proactive notifications for license status and expiration. (#78)
*   **Normalized Object Paths**: The `mc mirror` and `mc cp` commands now automatically clean non-standard object paths (e.g., with `//` or `/./`), preventing transfer errors from misconfigured sources. (#95)
*   **Improved Command-Line Usability**: Subcommands for `mc admin` and `mc support` are now displayed in alphabetical order in the help text, making it easier to locate specific commands. (#102)
*   **Clarified ILM Replication Terminology**: Command flags and output for site replication now specify "ILM Expiry Rule(s)" to accurately reflect that only lifecycle rules are replicated, not object expirations. (#85)
*   **Enhanced Telemetry Help Text**: The help text for telemetry commands now includes a complete list of available telemetry types, improving discoverability and ease of use. (#113)
*   **Streamlined Batch Job Status**: The `mc batch status` output is now cleaner, and batch operations can be monitored directly via Prometheus for improved visibility into job performance. (#101)
*   **Enhanced Replication Diagnostics**: Administrators gain access to more detailed information when troubleshooting site replication configurations. (#90)

### Performance Improvements

*   **Faster Support Uploads**: The `mc support upload` command now automatically skips compression for pre-compressed file types (`.gz`, `.zip`, `.zst`, `.enc`), reducing CPU usage and speeding up uploads. (#89)
*   **Optimized Diagnostic Reports**: The `mc support diag` command now generates significantly smaller reports by removing verbose per-core CPU data, making them faster to create and transfer. (#106)

### Bug Fixes

*   **Continuous Active-Active Mirroring**: Resolved an issue where `mc mirror --active-active` would start and stop repeatedly, ensuring it now runs continuously as intended for bi-directional synchronization. (#111)
*   **Corrected Batch Job Status**: The `mc batch status` command for catalog jobs now correctly displays both `LastScanned` and `LastMatched` objects for a more accurate progress report. (#103)
*   **Improved Light-Theme Terminal Display**: Fixed an issue where command output was illegible in light-themed terminals, ensuring visibility across all themes. (#99)
*   **SSE-C Key Parsing**: The client now correctly parses base64-encoded SSE-C keys with standard `=` padding, improving compatibility with common encoding tools. (#86)
*   **Resilient Admin Command**: The `mc admin user info` command no longer fails when the administrator lacks group permissions, instead returning all accessible user data. (#71)
*   **Corrected Help Text**: A typo in the help text for `mc admin idp openid` commands has been corrected to prevent confusion. (#98)

### Security Updates

*   **Upgraded Internal Libraries**: Internal software dependencies have been updated to their latest versions to incorporate security patches and other enhancements. (#82)

### Breaking Changes

*   **Software License Update**: The software license has been changed from AGPLv3 to the Minio Commercial License. You must review and comply with the new license terms for any use, modification, or distribution of this and future versions. (#100)