CHANGELOG.md: release v1.42.0

This commit is contained in:
Aliaksandr Valialkin 2020-09-30 08:45:10 +03:00
parent e59de98384
commit 58465bb29b

View File

@ -1,6 +1,8 @@
# tip
# [v1.42.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.42.0)
* FEATURE: use all the available CPU cores when accepting data via a single TCP connection
for [all the supported protocols](https://victoriametrics.github.io/#how-to-import-time-series-data).
Previously data ingested via a single TCP connection could use only a single CPU core. This could limit data ingestion performance.
@ -29,6 +31,6 @@
In this case only the node must be returned with stripped dot in the end of id as carbonapi does.
# Previous versions
# Previous releases
See [releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases).