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

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 +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 2.51.0-rc.0 / 2024-03-07
3
+ ## 2.51.0 / 2024-03-18
4
4
 
5
5
  This version is built with Go 1.22.1.
6
6
 
@@ -11,7 +11,7 @@ It is off by default; there will be an optional alternative image to try it out.
11
11
  * [FEATURE] Alerting: Relabel rules for AlertManagerConfig; allows routing alerts to different alertmanagers #12551, #13735
12
12
  * [FEATURE] API: add limit param to series, label-names and label-values APIs #13396
13
13
  * [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
14
+ * [FEATURE] Promtool: Add a "tsdb dump-openmetrics" to dump in OpenMetrics format. #13194
15
15
  * [FEATURE] PromQL (experimental native histograms): Add histogram_avg function #13467
16
16
  * [ENHANCEMENT] Rules: Evaluate independent rules concurrently #12946, #13527
17
17
  * [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.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",