This release introduces new administrative APIs for detailed, real-time cluster monitoring, enabling advanced automation and custom dashboards. Catalog batch jobs are now automatically resumable, ensuring the completion of long-running tasks without manual intervention. These enhancements, along with key performance and logging improvements, provide greater operational control and efficiency.

### New Features
*   Introduced new administrative APIs to query detailed, real-time cluster resource information. These endpoints support advanced filtering and pagination, enabling sophisticated automation and custom monitoring dashboards with efficient data retrieval. (#953)
*   Enabled automatic resumption for interrupted catalog batch jobs. Jobs now continue from the last successful state, saving significant time and compute resources on large-scale catalog generation. (#946)

### Improvements
*   Added a new warning log to proactively alert administrators when audit events are accumulating in memory. This provides early detection of potential audit target issues and helps prevent event loss. (#992)
*   Optimized the server pool decommissioning process by removing an unnecessary verification step. This change significantly reduces the time required for this administrative operation. (#1007)
*   Increased the default batch payload size for logger webhook targets to 64 KB. This improves log shipping efficiency by reducing network requests for default configurations. (#1009)
*   Upgraded the MinIO Console to a new version. This update includes numerous enhancements and fixes, providing a more refined user experience for server management. (#1020)

### Bug Fixes
*   Resolved an issue where paginated object listings could include the `marker` object in results. API calls using a marker now correctly resume after the specified object, ensuring accurate listings without duplicates. (#998)
*   Corrected the error message for oversized session policies to display the accurate 4096-character limit. This provides clear and actionable feedback to users creating policies. (#1008)
*   Fixed an issue that could cause empty log events to be sent to external targets. This ensures cleaner, more accurate data in integrated logging systems. (#1017)
*   Improved error reporting for interrupted client uploads. The system now correctly identifies client-side timeouts, providing more accurate error messages to simplify troubleshooting. (#1022)