This release introduces enhanced administrative control over data replication and telemetry workflows. Administrators can now cancel in-progress replication resync tasks and replay specific subsets of telemetry data for more efficient debugging and resource management.

### New Features

*   **Immediately terminate in-progress replication resynchronization tasks** with the new `mc replicate resync cancel` command. This provides administrators direct control to stop unnecessary or resource-intensive operations, freeing up system resources. (#64)
*   **Accelerate debugging with a new `--samples` flag** for the `mc telemetry replay` command. This allows for replaying a specific number of entries from a large telemetry file, enabling faster, more focused analysis. (#72)

### Improvements

*   **Enhanced the `mc admin user info` command to return all accessible user details** even when group permissions are restricted. This prevents command failure and provides partial data, improving usability for administrators with limited privileges. (#71)