This release enhances operational visibility with new HTTP server metrics for performance tuning and capacity planning. It also simplifies disaster recovery for site replication and strengthens security by improving data redaction in batch jobs. These updates provide administrators with greater control, insight, and resilience for managing critical workflows.

### Improvements
- Introduced new HTTP server metrics for detailed connection monitoring, including new, active, idle, and WebSocket states. This provides administrators with enhanced visibility for performance tuning and capacity planning. (#242)
- Simplified recovery of site replication with a new `--force` option for the `mc admin replicate add` command. This allows administrators to quickly restore configurations after accidental component deletion. **Note:** Use this option with caution, as it can overwrite existing metadata. Always back up metadata before use. (#399)

### Bug Fixes
- Resolved an issue where dynamic configuration updates for HTTP and Audit logging were not applied correctly. Changes to these settings now take effect as intended without requiring a service restart. (#397)

### Security Updates
- Enhanced data security by ensuring sensitive information is consistently redacted during batch job processing. (#381)
- Updated the Go build version to 1.23.6, incorporating the latest security patches and improvements from the Go language toolchain. (#393)