• v0.5.1 52fd6da1d1

    Release 0.5.1
    All checks were successful
    Create Release Package / test (push) Successful in 43s
    Create Release Package / build-release (push) Successful in 49s
    Stable

    magdev released this 2026-03-07 16:20:21 +00:00 | 0 commits to main since this release

    Fixed

    • Custom metric name sanitization: sanitize_key() was stripping colons and lowercasing names, silently mangling valid Prometheus metric names (e.g. my:Custom_metric became mycustom_metric). Added dedicated sanitize_metric_name() that preserves valid Prometheus characters.

    Changed

    • Consolidated 3 separate transient COUNT queries into a single query with conditional aggregation for better database performance.
    • Deduplicated inline HPOS check in WooCommerce customer metrics to use existing is_hpos_enabled() method.
    • Added license domain binding for authorized deployment domains.
    Downloads