@prometheus-io/lezer-promql 0.48.0-rc.1 → 0.48.0-rc.2
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.48.0-rc.2 / 2023-11-02
|
|
4
|
+
|
|
5
|
+
* [ENHANCEMENT] Scraping: Add configuration option for tracking staleness of scraped timestamps. #13060
|
|
6
|
+
* [BUGFIX] Storage: Fix crash caused by incorrect mixed samples handling. #13055
|
|
7
|
+
* [BUGFIX] TSDB: Fix compactor failures by adding min time to histogram chunks. #13062
|
|
8
|
+
|
|
3
9
|
## 2.48.0-rc.1 / 2023-10-24
|
|
4
10
|
|
|
5
11
|
* [BUGFIX] PromQL: Reduce inefficiency introduced by warnings/annotations and temporarily remove possible non-counter warnings. #13012
|