@prometheus-io/lezer-promql 0.49.0-rc.2 → 0.49.0

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 +3 -11
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,19 +1,10 @@
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
-
12
- ## 2.49.0-rc.0 / 2023-12-12
3
+ ## 2.49.0 / 2024-01-15
13
4
 
14
5
  * [FEATURE] Promtool: Add `--run` flag promtool test rules command. #12206
15
6
  * [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
7
+ * [FEATURE] UI: Add heatmap visualization setting in the Graph tab, useful histograms. #13096 #13371
17
8
  * [FEATURE] Scraping: Add `scrape_config.enable_compression` (default true) to disable gzip compression when scraping the target. #13166
18
9
  * [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
10
  * Experimental `mad_over_time` (median absolute deviation around the median) function. #13059
@@ -41,6 +32,7 @@
41
32
  * [BUGFIX] Mixins: Fix `url` filter on remote write dashboards. #10721
42
33
  * [BUGFIX] PromQL/TSDB: Various fixes to float histogram operations. #12891 #12977 #12609 #13190 #13189 #13191 #13201 #13212 #13208
43
34
  * [BUGFIX] Promtool: Fix int32 overflow issues for 32-bit architectures. #12978
35
+ * [BUGFIX] SD: Fix Azure VM Scale Set NIC issue. #13283
44
36
 
45
37
  ## 2.48.1 / 2023-12-07
46
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.49.0-rc.2",
3
+ "version": "0.49.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",