v1.136.1
Released at 2026-03-02
v1.136.x is a line of LTS releases. It contains important up-to-date bugfixes for VictoriaMetrics enterprise.
All these fixes are also included in the latest community release.
The v1.136.x line will be supported for at least 12 months since v1.136.0 release
- BUGFIX: all VictoriaMetrics components: return gzip-compressed response instead of zstd-compressed response to the client if
Accept-Encodingrequest header contains bothgzipandzstd. This is needed because some clients and proxies improperly handle zstd-compressed responses. See #10535. - BUGFIX: vmagent and vmsingle: properly check expired client certificate during mTLS requests. See #10393.
- BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent panicerror parsing regexp: expression nests too deeplytriggered by large repetition ranges in regex. See VictoriaLogs#1112. - BUGFIX:
vmstoragein VictoriaMetrics cluster: properly search tenants for multitenant query request. See #10422. - BUGFIX:
vmstoragein VictoriaMetrics cluster: properly applyextra_filters[]filter when queryingvm_account_idorvm_project_idlabels via multitenant request for/api/v1/label/…/valuesAPI. Before,extra_filterswas ignored. - BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: revert the use of rollup result cache for instant queries that containratefunction with a lookbehind window larger than-search.minWindowForInstantRollupOptimization. The cache usage was removed since v1.132.0. See #10098 for more details. - BUGFIX: vmui: fix escaping for label names with special characters. See #10485.