This release introduces support for multiple TLS certificates, enabling a single instance to serve unique certificates for different hostnames. Additionally, backend health monitoring has been enhanced to prevent resource leaks and provide greater configuration control for critical workflows.

### New Features
*   Added support for multiple TLS certificates, enabling a single instance to serve unique certificates for different hostnames. Configure this using the new `server.tls.certDir` parameter; the `server.tls.cert` and `server.tls.key` parameters are now deprecated. (#120)

### Improvements
*   Streamlined configuration files by omitting fields with default values. This provides a cleaner, more readable file focused only on custom settings. (#122)

### Bug Fixes
*   Resolved a resource leak in the backend health check system and prevented overlapping checks. A new `minio.health.timeout` option is available for greater control. **Note**: The default health check `interval` has been increased to 20 seconds. (#115)
*   Corrected a regression that caused false health check failures for the Console UI. This ensures accurate monitoring and removes "unsupported protocol scheme" errors from logs. (#119)