docs/CHANGELOG.md: mention about the fix with too big HTTP reconnection rate to targets

This has been fixed in 0a45220b0a
This commit is contained in:
Aliaksandr Valialkin 2021-01-22 12:09:03 +02:00
parent b0386234b7
commit 7308691865

View File

@ -4,6 +4,8 @@
* FEATURE: added `search.maxStepForPointsAdjustment` command-line flag, which can be used for disabling adjustment for points returned `/api/v1/query_range` handler if such points have timestamps closer than `-search.latencyOffset` to the current time. Such points may contain incomplete data, so they are substituted by the previous values for `step` query args smaller than one minute by default.
* BUGFIX: vmagent: reduce the HTTP reconnection rate to scrape targets. Previously vmagent could errorneusly close HTTP keep-alive connections more often than needed.
# [v1.52.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.52.0)