This release introduces powerful new diagnostic capabilities and enhanced data management controls. Administrators can now run local health analysis directly with `mc support diag` for immediate, actionable insights. A new permanent deletion option for versioned objects helps simplify data lifecycle management and reclaim storage more effectively.

### Breaking Changes

*   **`mc support diag`**: The command's output format has changed to support local analysis reports. Scripts that parse the previous `--json` output must be updated. (#41)
*   **`mc version enable`**: The `--purge-on-delete` flag now requires `on` or `off` as arguments instead of `enable` or `disable`. Automated scripts using this flag must be updated to prevent failures. (#47)

### New Features

*   **Local Health Diagnostics**: Accelerate issue resolution with local health analysis via `mc support diag`. This command now generates an immediate, detailed markdown report on deployment health, removing the need to upload data for analysis. (#41)
*   **Permanent Deletion for Versioned Objects**: Configure versioned buckets to permanently delete an object and all its versions using the `--purge-on-delete` flag with `mc version enable`. This simplifies storage management for non-version-aware applications. (#40)
*   **Command-Line Autocompletion**: Improve CLI efficiency and reduce errors with autocompletion for flag values, starting with the `mc support diag` command. (#45)

### Improvements

*   **License Details in Health Report**: The `mc support diag` report now includes license ID, plan, and expiration details, simplifying license management and compliance tracking in all environments. (#44)
*   **Forced Replication Target Re-Addition**: The `mc admin replicate add` command now includes a `--force` flag to simplify recovery from accidental replication target removal. (#31)
*   **Comprehensive Diagnostic Data**: Health reports now include network interface (Rx/Tx) and storage tiering configurations, providing more context for faster troubleshooting. (#34)
*   **Corrected License Information**: The command-line help text now accurately displays "MinIO Enterprise License". (#33)

### Bug Fixes

*   **ILM Transition Rule Validation**: The client now prevents the creation of invalid ILM transition rules that specify both a date and a number of days, ensuring predictable policy behavior. (#39)
*   **Clearer Feedback for Empty ILM Tiers**: The `mc ilm tier list` command now displays an informative message when no tiers are configured, avoiding confusion from an empty table output. (#35)