Release v1.32.2
Released on November 24, 2025
Executive Summary
Features
Infrastructure
- Configurable health metrics with feature flag support (PR 23444)
Bug Fixes
Overview
This hotfix release introduces configurable health check metrics and fixes billing date calculation logic. The health check improvements provide better control over metrics publishing through feature flags, while the billing fix corrects date handling in transaction processing.
Features
Infrastructure
- Configurable Health Check Metrics - Added
Health:Metrics:Enabledconfiguration setting to control health metrics setup and publishing:- Conditionally registers
HealthChecksMetricsPublisherbased on feature flag - Configures
HealthCheckPublisherOptionsonly when metrics are enabled - Improves handling of optional parameters for DNS and SQL health checks
- Adds DNS checks only when
additionalDnsChecksis provided - Adds SQL health checks only when
connectionStringsis provided - Enhances code readability through organized conditional blocks (PR 23444)
- Conditionally registers
Bug Fixes
- Billing Date Calculator Fix - Fixed the
CalculateBillingDatesmethod inBillingDateCalculator:
Contributors
Thanks to Jacques Snyman for this release.
Was this page useful?