Skip to content

Releases: cloudflare/pint

v0.76.1

22 Oct 11:09
9400b39

Choose a tag to compare

Fixed

  • CI comments would sometimes print the problematic query fragment twice.

v0.76.0

17 Oct 13:10
2940942

Choose a tag to compare

Added

  • Added support for toDuration and now template functions added in Prometheus v3.6.

Fixed

  • Some checks would fail to run queries against Prometheus servers if the query had comments in it.

v0.75.0

26 Sep 16:58
8d7858a

Choose a tag to compare

Added

v0.74.8

03 Sep 13:34
2d9f589

Choose a tag to compare

Fixed

  • Fixed incorrect suggestions from query/cost for function calls with different arguments.

v0.74.7

02 Sep 13:11
693c59b

Choose a tag to compare

Fixed

  • Fixed a bug in GitLab integration causing problems fail to create comments when they are reported on deleted lines.
  • Fixed incorrect suggestions from query/cost for rules joining on multiple metrics.

v0.74.6

31 Jul 09:36
cf1f47f

Choose a tag to compare

Fixed

  • Fixed a bug in GitLab integration causing some problems fail to create comments when files were renamed and modified.

v0.74.5

28 Jul 14:33
4a3e67d

Choose a tag to compare

Fixed

  • Fixed incorrect incorrect suggestions generated by query/cost check.
  • Fixed unmodified lines incorrectly marked as modified when running pint ci.

v0.74.4

14 Jul 09:10
b71a915

Choose a tag to compare

Fixed

  • Fixed false positive reports from promql/rate check when native histograms or summaries are used.

v0.74.3

24 Jun 12:29
9d1a899

Choose a tag to compare

Fixed

  • Fixed false positive reports from promql/fragile check - #1466.
  • Fixed incorrect reports from query/cost when multiple rules with rate(...) were present
    and each had a different rate time window.

v0.74.2

23 Jun 11:00
64c56ae

Choose a tag to compare

Fixed

  • Fixed an issue where pint would fail to create MR comment if GitLab API returned empty diff body.