@prometheus-io/lezer-promql 0.307.1 → 0.307.3

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 +16 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.7.3 / 2025-10-29
4
+
5
+ * [BUGFIX] UI: Revert changed (and breaking) redirect behavior for `-web.external-url` if `-web.route-prefix` is configured, which was introduced in #17240. #17389
6
+ * [BUGFIX] Fix federation of some native histograms. #17299 #17409
7
+ * [BUGFIX] promtool: `check config` would fail when `--lint=none` flag was set. #17399 #17414
8
+ * [BUGFIX] Remote-write: fix a deadlock in the queue resharding logic that can lead to suboptimal queue behavior. #17412
9
+
10
+ ## 3.7.2 / 2025-10-22
11
+
12
+ * [BUGFIX] AWS SD: Fix AWS SDK v2 credentials handling for EC2 and Lightsail discovery. #17355
13
+ * [BUGFIX] AWS SD: Load AWS region from IMDS when not set. #17376
14
+ * [BUGFIX] Relabeling: Fix `labelmap` action validation with the legacy metric name validation scheme. #17372
15
+ * [BUGFIX] PromQL: Fix parsing failure when `anchored` and `smoothed` are used as metric names and label names. #17353
16
+ * [BUGFIX] PromQL: Fix formatting of range vector selectors with `smoothed`/`anchored` modifier. #17354
17
+
3
18
  ## 3.7.1 / 2025-10-16
4
19
 
5
20
  * [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
@@ -46,7 +61,7 @@
46
61
  * [BUGFIX] TSDB: Avoid misleading `Failed to calculate size of \"wal\" dir` error logs during WAL clean-up. #17006
47
62
  * [BUGFIX] TSDB: Prevent erroneously dropping series records during WAL checkpoints. #17029
48
63
  * [BUGFIX] UI: Fix redirect to path of `-web.external-url` if `-web.route-prefix` is configured. #17240
49
- * [BUGIFX] Remote-write: Do not panic on invalid symbol table in remote-write 2.0. #17160
64
+ * [BUGFIX] Remote-write: Do not panic on invalid symbol table in remote-write 2.0. #17160
50
65
 
51
66
  ## 3.6.0 / 2025-09-17
52
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.307.1",
3
+ "version": "0.307.3",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",