From 26488726a824f24b439715ba0a71558e0670c1c0 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 30 Jan 2024 22:45:04 +0200 Subject: [PATCH] docs/CHANGELOG.md: cut v1.97.0 --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5997fabd4..36658b6ed 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -28,6 +28,10 @@ The sandbox cluster installation is running under the constant load generated by ## tip +## [v1.97.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.97.0) + +Released at 2024-01-30 + * SECURITY: upgrade Go builder from Go1.21.5 to Go1.21.6. See [the list of issues addressed in Go1.21.6](https://github.com/golang/go/issues?q=milestone%3AGo1.21.6+label%3ACherryPickApproved). * FEATURE: improve new [time series](https://docs.victoriametrics.com/keyConcepts.html#time-series) registration speed on systems with high number of CPU cores. Thanks to @misutoth for the initial idea and [implementation](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5212).