Released January 13, 2026
Feature Enhancements
Improved error handling for malformed input
We improved error handling for malformed input in distribution calls to ensure that requests with invalid headers correctly return a 400 error.
Redis replacement
In this release, we have moved task management from Redis to an internal in-memory system for managing distribution jobs. This change is aimed at improving performance and reducing complexity.
Note
Redis is still included in the deployment package for this release, even though it is no longer in active use. We plan to remove Redis completely in the next release.
OpenMetrics timestamp compliance
Timestamps generated by the
GET /distribution/api/v1/metricsendpoint now use seconds since the Unix epoch (instead of milliseconds) to conform to the OpenMetrics specification.