cloudflare/pint v0.88.0
cloudflare/pint
Captured source
source ↗published Sep 9, 2026seen 1hcaptured 1hhttp 200method plain
v0.88.0
Repository: cloudflare/pint
Tag: v0.88.0
Published: 2026-09-09T14:40:26Z
Prerelease: no
Release notes:
Added
- Added support for Prometheus v3.14.0 experimental PromQL function:
start_timestamp().
Changed
first_over_time()is now stable as of Prometheus v3.14.0 and no longer
requires --enable-feature=promql-experimental-functions.
- Duration expressions are now enabled by default as of Prometheus v3.14.0
and no longer require --enable-feature=promql-duration-expr.
Fixed
- GitHub, GitLab, and BitBucket reporters were trying to create comments on
incorrect lines for symlinked files.
- GitHub, GitLab, and BitBucket reporters no longer deletes pull request
comments it did not post when removing outdated general comments. Cleanup is limited to comments authored by the authenticated user that include hidden comment marker.
- Fixed change detection logic that could result in pint treating some
file with no final PR diff as modified - #1943.