@prometheus-io/lezer-promql 0.44.0-rc.2 → 0.44.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 +2 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 2.44.0-rc.2 / 2023-05-07
4
-
5
- * [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples. #12326
6
-
7
- ## 2.44.0-rc.1 / 2023-05-03
8
-
9
- * [BUGFIX] Labels: Set after Del would be ignored, which broke some relabeling rules. #12322
10
-
11
- ## 2.44.0-rc.0 / 2023-04-22
3
+ ## 2.44.0 / 2023-05-13
12
4
 
13
5
  This version is built with Go tag `stringlabels`, to use the smaller data
14
6
  structure for Labels that was optional in the previous release. For more
@@ -18,6 +10,7 @@ details about this code change see #10991.
18
10
  * [FEATURE] Remote-read: Handle native histograms. #12085, #12192
19
11
  * [FEATURE] Promtool: Health and readiness check of prometheus server in CLI. #12096
20
12
  * [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries. #12251
13
+ * [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples. #12326
21
14
  * [ENHANCEMENT] Scrape: Reduce memory allocations on target labels. #12084
22
15
  * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`. #12190
23
16
  * [ENHANCEMENT] Rules API: Allow filtering by rule name. #12270
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.44.0-rc.2",
3
+ "version": "0.44.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",