@prometheus-io/lezer-promql 0.49.0-rc.0 → 0.49.0-rc.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.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## 2.49.0-rc.2 / 2024-01-08
|
|
5
|
+
|
|
6
|
+
* [BUGFIX] UI: Fix scalar and string data type issues when querying introduced by heatmap feature. #13371
|
|
7
|
+
|
|
8
|
+
## 2.49.0-rc.1 / 2023-12-19
|
|
9
|
+
|
|
10
|
+
* [BUGFIX] SD: Fix Azure VM Scale Set NIC issue. #13283
|
|
11
|
+
|
|
3
12
|
## 2.49.0-rc.0 / 2023-12-12
|
|
4
13
|
|
|
5
14
|
* [FEATURE] Promtool: Add `--run` flag promtool test rules command. #12206
|