@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -9
  2. 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
- ## 2.49.0-rc.2 / 2024-01-08
5
+ * [BUGFIX] TSDB: Fixed a wrong `q=` value in scrape accept header #13313
5
6
 
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
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
 
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.1",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",