@prometheus-io/lezer-promql 0.49.0-rc.2 → 0.49.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.
- package/CHANGELOG.md +5 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.49.1 / 2024-01-15
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
* [BUGFIX] TSDB: Fixed a wrong `q=` value in scrape accept header #13313
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## 2.49.0-rc.1 / 2023-12-19
|
|
9
|
-
|
|
10
|
-
* [BUGFIX] SD: Fix Azure VM Scale Set NIC issue. #13283
|
|
11
|
-
|
|
12
|
-
## 2.49.0-rc.0 / 2023-12-12
|
|
7
|
+
## 2.49.0 / 2024-01-15
|
|
13
8
|
|
|
14
9
|
* [FEATURE] Promtool: Add `--run` flag promtool test rules command. #12206
|
|
15
10
|
* [FEATURE] SD: Add support for `NS` records to DNS SD. #13219
|
|
16
|
-
* [FEATURE] UI: Add heatmap visualization setting in the Graph tab, useful histograms. #13096
|
|
11
|
+
* [FEATURE] UI: Add heatmap visualization setting in the Graph tab, useful histograms. #13096 #13371
|
|
17
12
|
* [FEATURE] Scraping: Add `scrape_config.enable_compression` (default true) to disable gzip compression when scraping the target. #13166
|
|
18
13
|
* [FEATURE] PromQL: Add a `promql-experimental-functions` feature flag containing some new experimental PromQL functions. #13103 NOTE: More experimental functions might be added behind the same feature flag in the future. Added functions:
|
|
19
14
|
* Experimental `mad_over_time` (median absolute deviation around the median) function. #13059
|
|
@@ -41,6 +36,7 @@
|
|
|
41
36
|
* [BUGFIX] Mixins: Fix `url` filter on remote write dashboards. #10721
|
|
42
37
|
* [BUGFIX] PromQL/TSDB: Various fixes to float histogram operations. #12891 #12977 #12609 #13190 #13189 #13191 #13201 #13212 #13208
|
|
43
38
|
* [BUGFIX] Promtool: Fix int32 overflow issues for 32-bit architectures. #12978
|
|
39
|
+
* [BUGFIX] SD: Fix Azure VM Scale Set NIC issue. #13283
|
|
44
40
|
|
|
45
41
|
## 2.48.1 / 2023-12-07
|
|
46
42
|
|