You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.