@prometheus-io/lezer-promql 0.45.0-rc.1 → 0.45.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 +1 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,7 @@
1
1
  # Changelog
2
2
 
3
3
 
4
- ## 2.45.0-rc.1 / 2023-06-20
5
-
6
- * [ENHANCEMENT] Reverts previous enhancement to the API Gzip Handler due to higher cpu and memory usage. #12363
7
-
8
- ## 2.45.0-rc.0 / 2023-06-05
4
+ ## 2.45.0 / 2023-06-23
9
5
 
10
6
  This release is a LTS (Long-Term Support) release of Prometheus and will
11
7
  receive security, documentation and bugfix patches for at least 12 months.
@@ -20,7 +16,6 @@ Please read more about our LTS release cycle at
20
16
  * [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed. #12031
21
17
  * [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace. #11944
22
18
  * [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set to its former value 120. #12055
23
- * [ENHANCEMENT] API: Improving Performance on the API Gzip Handler. #12363
24
19
  * [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails. #12254
25
20
  * [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner. #12297
26
21
  * [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk. #12185
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.45.0-rc.1",
3
+ "version": "0.45.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",