CHANGELOG.md: release v1.42.0

This commit is contained in:
Aliaksandr Valialkin 2020-09-30 08:45:10 +03:00
parent 081c5d2c74
commit ebb1f9ebb6

View file

@ -1,6 +1,8 @@
# tip # 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 * 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). 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. 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. 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). See [releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases).