@prometheus-io/lezer-promql 0.307.2 → 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.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 3.7.2 / 2025-10-22
|
|
4
11
|
|
|
5
12
|
* [BUGFIX] AWS SD: Fix AWS SDK v2 credentials handling for EC2 and Lightsail discovery. #17355
|