@prometheus-io/lezer-promql 0.37.0-rc.1 → 0.37.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 +6 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 2.37.0
|
|
3
|
+
## 2.37.0 / 2022-07-14
|
|
4
4
|
|
|
5
|
-
This release
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
This release is a LTS (Long-Term Support) release of Prometheus and will
|
|
6
|
+
receive security, documentation and bugfix patches for at least 6 months.
|
|
7
|
+
Please read more about our LTS release cycle at
|
|
8
|
+
<https://prometheus.io/docs/introduction/release-cycle/>.
|
|
9
9
|
|
|
10
10
|
Following data loss by users due to lack of unified buffer cache in OpenBSD, we
|
|
11
11
|
will no longer release Prometheus upstream for OpenBSD until a proper solution is
|
|
@@ -16,6 +16,7 @@ found. #8799
|
|
|
16
16
|
* [ENHANCEMENT] PromQL: Optimise creation of signature with/without labels. #10667
|
|
17
17
|
* [ENHANCEMENT] TSDB: Memory optimizations. #10873 #10874
|
|
18
18
|
* [ENHANCEMENT] TSDB: Reduce sleep time when reading WAL. #10859 #10878
|
|
19
|
+
* [ENHANCEMENT] OAuth2: Add appropriate timeouts and User-Agent header. #11020
|
|
19
20
|
* [BUGFIX] Alerting: Fix Alertmanager targets not being updated when alerts were queued. #10948
|
|
20
21
|
* [BUGFIX] Hetzner SD: Make authentication files relative to Prometheus config file. #10813
|
|
21
22
|
* [BUGFIX] Promtool: Fix `promtool check config` not erroring properly on failures. #10952
|