Changelog
v0.4.0 (2025-03-30)
Breaking Changes
- All Django middleware code was ported over to Django view code to address performance issues
v0.3.0 (2025-03-28)
Breaking Changes
- The
PrometheusVirtualMetricsServerobject in hooks and requests was replaced with aPrometheusVirtualMetricsContextobject
Changes
- Integration for Django was added
Response.http_remotewas addedResponse.http_statuswas addedsettings.API_URL_PREFIXwas added
v0.2.0 (2025-03-06)
Changes
-
responses.PrometheusVectorResponse,responses.PrometheusMatrixResponse,responses.PrometheusDataResponse, andresponses.PrometheusSeriesResponsewere merged intoresponse.PrometheusResponse -
The import shortcuts
PrometheusVirtualMetricsError,ForbiddenError,PROMETHEUS_RESPONSE_TYPE,PrometheusResponse,PrometheusVirtualMetricsServer,PrometheusRequest, andPromqlQuerywere added
v0.1.0 (2025-02-24)
Changes
- Initial release