@prometheus-io/lezer-promql 0.45.0-rc.1 → 0.45.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.
- package/CHANGELOG.md +7 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.45.1 / 2023-09-29
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
* [ENHANCEMENT] Hetzner SD: Support larger ID's that will be used by Hetzner in
|
|
6
|
+
September. #12619
|
|
7
|
+
* [BUGFIX] Linode SD: Cast InstanceSpec values to int64 to avoid overflows on
|
|
8
|
+
386 architecture. #12644
|
|
9
|
+
* [BUGFIX] TSDB: Handle TOC parsing failures. #12644
|
|
5
10
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## 2.45.0-rc.0 / 2023-06-05
|
|
11
|
+
## 2.45.0 / 2023-06-23
|
|
9
12
|
|
|
10
13
|
This release is a LTS (Long-Term Support) release of Prometheus and will
|
|
11
14
|
receive security, documentation and bugfix patches for at least 12 months.
|
|
@@ -20,7 +23,6 @@ Please read more about our LTS release cycle at
|
|
|
20
23
|
* [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed. #12031
|
|
21
24
|
* [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace. #11944
|
|
22
25
|
* [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
26
|
* [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails. #12254
|
|
25
27
|
* [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner. #12297
|
|
26
28
|
* [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk. #12185
|