Released at 2025-12-26
- BUGFIX:
/select/logsql/facetsendpoint: fixexpecting 3 columns; got 4 columnspanic when/select/logsql/facetsendpoint is queried at cluster version of VictoriaLogs. See #940. The issue has been introduced in this commit in the release v1.35.0. - BUGFIX: Kubernetes Collector: properly handle "410 Gone" responses from the Kubernetes API server. Previously, vlagent could report 410 errors and fail to collect logs from newly discovered Pods. The bug has been introduced in v1.43.0.
- BUGFIX: HTTP querying API: properly add labels from the
by (...)clause to responses returned from/select/logsql/stats_queryand/select/logsql/stats_query_rangeendpoints forhistogram()stats function results. See this comment for details.