@prometheus-io/lezer-promql 0.46.0-rc.0 → 0.46.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 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 2.46.0-rc.0 / 2023-07-20
3
+ ## 2.46.0 / 2023-07-25
4
4
 
5
5
  * [FEATURE] Promtool: Add PromQL format and label matcher set/delete commands to promtool. #11411
6
6
  * [FEATURE] Promtool: Add push metrics command. #12299
@@ -13,11 +13,13 @@
13
13
  * [ENHANCEMENT] Web: Initialize `prometheus_http_requests_total` metrics with `code` label set to `200`. #12472
14
14
  * [ENHANCEMENT] TSDB: Add Zstandard compression option for wlog. #11666
15
15
  * [ENHANCEMENT] TSDB: Support native histograms in snapshot on shutdown. #12258
16
+ * [ENHANCEMENT] Labels: Avoid compiling regexes that are literal. #12434
16
17
  * [BUGFIX] Histograms: Fix parsing of float histograms without zero bucket. #12577
17
18
  * [BUGFIX] Histograms: Fix scraping native and classic histograms missing some histograms. #12554
18
19
  * [BUGFIX] Histograms: Enable ingestion of multiple exemplars per sample. 12557
19
20
  * [BUGFIX] File SD: Fix path handling in File-SD watcher to allow directory monitoring on Windows. #12488
20
21
  * [BUGFIX] Linode SD: Cast `InstanceSpec` values to `int64` to avoid overflows on 386 architecture. #12568
22
+ * [BUGFIX] PromQL Engine: Include query parsing in active-query tracking. #12418
21
23
  * [BUGFIX] TSDB: Handle TOC parsing failures. #10623
22
24
 
23
25
  ## 2.45.0 / 2023-06-23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.46.0-rc.0",
3
+ "version": "0.46.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",