@prometheus-io/lezer-promql 0.53.0-rc.0 → 0.53.0-rc.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 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## unreleased
|
|
4
4
|
|
|
5
|
+
## 2.53.0-rc.1 / 2024-06-11
|
|
6
|
+
|
|
7
|
+
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 75.
|
|
8
|
+
|
|
9
|
+
* [CHANGE] Runtime: Change GOGC threshold from 50 to 75 #14285
|
|
10
|
+
* [BUGFIX] Rules: Fix Group.Equals() to take in account the new queryOffset too. Followup to #14061. #14273
|
|
11
|
+
|
|
5
12
|
## 2.53.0-rc.0 / 2024-06-06
|
|
6
13
|
|
|
7
14
|
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 50.
|