Skip to content

v0.88.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 14:40
e01f4b4

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.