@prometheus-io/lezer-promql 0.50.0-rc.1 → 0.50.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.
- package/CHANGELOG.md +2 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 2.50.0
|
|
4
|
-
|
|
5
|
-
[BUGFIX] Azure SD: Fix SD crashing when it finds a VM scale set. #13578
|
|
6
|
-
|
|
7
|
-
## 2.50.0-rc.0 / 2024-02-07
|
|
3
|
+
## 2.50.0 / 2024-02-22
|
|
8
4
|
|
|
9
5
|
* [CHANGE] Remote Write: Error `storage.ErrTooOldSample` is now generating HTTP error 400 instead of HTTP error 500. #13335
|
|
10
6
|
* [FEATURE] Remote Write: Drop old inmemory samples. Activated using the config entry `sample_age_limit`. #13002
|
|
@@ -30,6 +26,7 @@
|
|
|
30
26
|
* [ENHANCEMENT] Various improvements and optimizations on Native Histograms. #13267, #13215, #13276 #13289, #13340
|
|
31
27
|
* [BUGFIX] Scraping: Fix quality value in HTTP Accept header. #13313
|
|
32
28
|
* [BUGFIX] UI: Fix usage of the function `time()` that was crashing. #13371
|
|
29
|
+
* [BUGFIX] Azure SD: Fix SD crashing when it finds a VM scale set. #13578
|
|
33
30
|
|
|
34
31
|
## 2.49.1 / 2024-01-15
|
|
35
32
|
|