@prometheus-io/lezer-promql 0.51.0-rc.0 → 0.51.1

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 +10 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Changelog
2
2
 
3
- ## 2.51.0-rc.0 / 2024-03-07
3
+ ## 2.51.1 / 2024-03-27
4
+
5
+ Bugfix release.
6
+
7
+ * [BUGFIX] PromQL: Re-instate validation of label_join destination label #13803
8
+ * [BUGFIX] Scraping (experimental native histograms): Fix handling of the min bucket factor on sync of targets #13846
9
+ * [BUGFIX] PromQL: Some queries could return the same series twice (library use only) #13845
10
+
11
+ ## 2.51.0 / 2024-03-18
4
12
 
5
13
  This version is built with Go 1.22.1.
6
14
 
@@ -11,7 +19,7 @@ It is off by default; there will be an optional alternative image to try it out.
11
19
  * [FEATURE] Alerting: Relabel rules for AlertManagerConfig; allows routing alerts to different alertmanagers #12551, #13735
12
20
  * [FEATURE] API: add limit param to series, label-names and label-values APIs #13396
13
21
  * [FEATURE] UI (experimental native histograms): Add native histogram chart to Table view #13658
14
- * [FEATURE] Promtool: Add a "tsdb dump-openmetrics" to dump in OpemMetrics format. #13194
22
+ * [FEATURE] Promtool: Add a "tsdb dump-openmetrics" to dump in OpenMetrics format. #13194
15
23
  * [FEATURE] PromQL (experimental native histograms): Add histogram_avg function #13467
16
24
  * [ENHANCEMENT] Rules: Evaluate independent rules concurrently #12946, #13527
17
25
  * [ENHANCEMENT] Scraping (experimental native histograms): Support exemplars #13488
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.51.0-rc.0",
3
+ "version": "0.51.1",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",