docs/CHANGELOG.md: document the bugfix at 66c76a4d4d

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5414
This commit is contained in:
Aliaksandr Valialkin 2023-12-14 12:48:35 +02:00
parent 9f67f62f96
commit ddcc0efca4
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -15,6 +15,8 @@ The following tip changes can be tested by building VictoriaMetrics components f
## v1.87.x long-time support release (LTS)
* BUGFIX: [MetricsQL](https://docs.victoriametrics.com/MetricsQL.html): properly handle queries, which wrap [rollup functions](https://docs.victoriametrics.com/MetricsQL.html#rollup-functions) with multiple arguments without explicitly specified lookbehind window in square brackets into [aggregate functions](https://docs.victoriametrics.com/MetricsQL.html#aggregate-functions). For example, `sum(quantile_over_time(0.5, process_resident_memory_bytes))` was resulting to `expecting at least 2 args to ...; got 1 args' error. Thanks to @atykhyy for [the pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5414).
## [v1.87.12](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.87.12)
Released at 2023-12-10