@prometheus-io/lezer-promql 0.51.0 → 0.51.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.51.2 / 2024-04-09
4
+
5
+ Bugfix release.
6
+
7
+ [BUGFIX] Notifier: could hang when using relabeling on alerts #13861
8
+
9
+ ## 2.51.1 / 2024-03-27
10
+
11
+ Bugfix release.
12
+
13
+ * [BUGFIX] PromQL: Re-instate validation of label_join destination label #13803
14
+ * [BUGFIX] Scraping (experimental native histograms): Fix handling of the min bucket factor on sync of targets #13846
15
+ * [BUGFIX] PromQL: Some queries could return the same series twice (library use only) #13845
16
+
3
17
  ## 2.51.0 / 2024-03-18
4
18
 
5
19
  This version is built with Go 1.22.1.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.51.0",
3
+ "version": "0.51.2",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",