This release introduces significant performance optimizations for API monitoring, enabling real-time diagnostics on production systems with minimal impact. Key enhancements include a new environment hash for improved configuration auditing and critical fixes for replication management workflows.

### Improvements
- Optimized `mc support top api` to provide real-time, one-minute rolling API metrics with minimal server overhead, enabling safe use on production systems. The `--json` output now includes aggregated statistics for up to 24 hours for enhanced offline analysis. (#147)
- Added an 'environment hash' to `mc admin info` output to uniquely identify server runtime environments, simplifying configuration validation and auditing. (#139)

### Bug Fixes
- Resolved an issue where `mc replicate update` incorrectly rejected valid replication target ARNs, unblocking the modification of replication configurations. (#133)
- Corrected command output to ensure `mc legalhold info`, `mc tag list`, and `mc tag set` display the full alias path for improved clarity. Duplicate error messages from `mc retention set` have also been removed. **Note:** Scripts parsing output from these commands may require updates to accommodate the full `alias/bucket/object` path. (#145)