@prometheus-io/lezer-promql 0.51.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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
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
+
3
11
  ## 2.51.0 / 2024-03-18
4
12
 
5
13
  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.1",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",