Skip to content

Commit efe8f4a

Browse files
authored
Merge pull request #1614 from cloudflare/docs
Fix changelog
2 parents ce46d39 + 7c4d2ca commit efe8f4a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/changelog.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
## v0.77.0
44

5-
### Fixed
5+
### Added
66

7-
- For queries using binary expressions between two vectors Prometheus will remove the metric name
8-
from resulting series, pint will now also apply the same logic when checking queries.
97
- The [promql/impossible](checks/promql/impossible.md) check will now warn about aggregations and
108
and binary operations that try to operate on labels that are already removed in the query.
119
Example:
@@ -18,7 +16,12 @@
1816
The above tries to join two series on the `cluster` label, but `sum(...)` already removed labels
1917
from the results on both side, so there will be no such label on join on.
2018
- The [promql/impossible](checks/promql/impossible.md) check will now warn about label joins
21-
using `group_left(...)` and `group_right(...)` that are not used in any way.
19+
using `group_left(...)` and `group_right(...)` that are not possible or not used in any way.
20+
21+
### Fixed
22+
23+
- For queries using binary expressions between two vectors Prometheus will remove the metric name
24+
from resulting series, pint will now also apply the same logic when checking queries.
2225

2326
## v0.76.1
2427

0 commit comments

Comments
 (0)