Skip to content

Commit 6abee7c

Browse files
docs: sync release metadata for v1.9.6 (#218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10e3f34 commit 6abee7c

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.6] - 2026-04-20
11+
1012
### Bug Fixes
1113

1214
- read-path/hardening: stop converting backend failures on Drilldown `detected_fields`, `detected_labels`, detected field values, `/index/volume`, and `/index/volume_range` into empty success payloads; these handlers now serve stale last-good cache entries when available and otherwise return real upstream-style errors, and volume helpers now reject non-success `/select/logsql/hits` responses instead of silently parsing them as empty data.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
[![VictoriaLogs Compatibility](https://github.com/ReliablyObserve/Loki-VL-proxy/actions/workflows/compat-vl.yaml/badge.svg?branch=main&event=push)](https://github.com/ReliablyObserve/Loki-VL-proxy/actions/workflows/compat-vl.yaml)
1414
[![Go Version](https://img.shields.io/github/go-mod/go-version/ReliablyObserve/Loki-VL-proxy)](https://go.dev/)
1515
[![Release](https://img.shields.io/github/v/release/ReliablyObserve/Loki-VL-proxy)](https://github.com/ReliablyObserve/Loki-VL-proxy/releases)
16-
[![Lines of Code](https://img.shields.io/badge/go%20loc-77.5k-blue)](https://github.com/ReliablyObserve/Loki-VL-proxy)
17-
[![Tests](https://img.shields.io/badge/tests-1787%20passed-brightgreen)](#tests)
18-
[![Coverage](https://img.shields.io/badge/coverage-89.8%25-green)](#tests)
16+
[![Lines of Code](https://img.shields.io/badge/go%20loc-77.8k-blue)](https://github.com/ReliablyObserve/Loki-VL-proxy)
17+
[![Tests](https://img.shields.io/badge/tests-1794%20passed-brightgreen)](#tests)
18+
[![Coverage](https://img.shields.io/badge/coverage-89.9%25-green)](#tests)
1919
[![LogQL Coverage](https://img.shields.io/badge/LogQL%20coverage-100%25-brightgreen)](#logql-compatibility)
2020
[![License](https://img.shields.io/github/license/ReliablyObserve/Loki-VL-proxy)](LICENSE)
2121
[![CodeQL](https://github.com/ReliablyObserve/Loki-VL-proxy/actions/workflows/codeql.yaml/badge.svg?branch=main&event=push)](https://github.com/ReliablyObserve/Loki-VL-proxy/actions/workflows/codeql.yaml)

charts/loki-vl-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: loki-vl-proxy
33
description: HTTP proxy translating Loki API to VictoriaLogs
44
type: application
5-
version: 1.9.5
6-
appVersion: "1.9.5"
5+
version: 1.9.6
6+
appVersion: "1.9.6"
77
home: https://github.com/ReliablyObserve/Loki-VL-proxy
88
sources:
99
- https://github.com/ReliablyObserve/Loki-VL-proxy

0 commit comments

Comments
 (0)