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