This release introduces a new command to streamline cluster maintenance and enhances replication commands for improved usability. These changes reduce administrative overhead and minimize the risk of downtime during critical operations.

### New Features

*   Introduced the `mc admin maintenance hosts` command to identify server sets that can be safely taken offline together. This simplifies cluster maintenance planning and minimizes the risk of data unavailability during rolling upgrades. (#110)

### Improvements

*   The `mc replicate resync start` command now accepts the user-friendly `alias/bucket` format for the `--remote-bucket` flag. This simplifies command execution and reduces configuration errors, while maintaining backward compatibility with the ARN format. (#114)

### Bug Fixes

*   Resolved an issue with object checksum validation in the MinIO Client (`mc`). This ensures correct data integrity verification when interacting with S3-compatible services. (#116)

### Security Updates

*   Updated internal dependencies to their latest versions to incorporate upstream security patches and performance improvements. (#118)