@prometheus-io/lezer-promql 0.307.0 → 0.307.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 +13 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.7.2 / 2025-10-22
4
+
5
+ * [BUGFIX] AWS SD: Fix AWS SDK v2 credentials handling for EC2 and Lightsail discovery. #17355
6
+ * [BUGFIX] AWS SD: Load AWS region from IMDS when not set. #17376
7
+ * [BUGFIX] Relabeling: Fix `labelmap` action validation with the legacy metric name validation scheme. #17372
8
+ * [BUGFIX] PromQL: Fix parsing failure when `anchored` and `smoothed` are used as metric names and label names. #17353
9
+ * [BUGFIX] PromQL: Fix formatting of range vector selectors with `smoothed`/`anchored` modifier. #17354
10
+
11
+ ## 3.7.1 / 2025-10-16
12
+
13
+ * [BUGFIX] OTLP: Prefix `key_` to label name when translating an OTel attribute name starting with a single underscore, and keep multiple consecutive underscores in label name when translating an OTel attribute name. This reverts the breaking changes introduced in 3.7.0. #17344
14
+
3
15
  ## 3.7.0 / 2025-10-15
4
16
 
5
17
  * [CHANGE] Remote-write: the following metrics are deprecated:
@@ -42,7 +54,7 @@
42
54
  * [BUGFIX] TSDB: Avoid misleading `Failed to calculate size of \"wal\" dir` error logs during WAL clean-up. #17006
43
55
  * [BUGFIX] TSDB: Prevent erroneously dropping series records during WAL checkpoints. #17029
44
56
  * [BUGFIX] UI: Fix redirect to path of `-web.external-url` if `-web.route-prefix` is configured. #17240
45
- * [BUGIFX] Remote-write: Do not panic on invalid symbol table in remote-write 2.0. #17160
57
+ * [BUGFIX] Remote-write: Do not panic on invalid symbol table in remote-write 2.0. #17160
46
58
 
47
59
  ## 3.6.0 / 2025-09-17
48
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.307.0",
3
+ "version": "0.307.2",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",