This release enhances administrative capabilities by integrating the latest MinIO server APIs into the MinIO Client (mc). Additionally, performance has been optimized for faster object metadata retrieval, improving response times for critical operations.

### Important Changes
*   Updated the MinIO Client (mc) to support the latest administrative APIs, enabling access to new server management features. (#63)
    *   **Operational Impact**: Scripts using `mc admin` commands may require syntax adjustments. For backward compatibility with older MinIO servers, set the `MADMIN_API_VERSION=v3` environment variable.

### Improvements
*   Optimized the command for retrieving object information, resulting in faster metadata response times for latency-sensitive workflows. (#61)