Skip to content

Commit dcb7026

Browse files
bump version to 0.21.3 (#430)
1 parent 8dadddf commit dcb7026

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## tip
44

5+
* BUGFIX: sanitize URLs to prevent potential security issues, properly close gzip reader to prevent resource leaks, fix text filter interpolation for `*` character. See pr [#429](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/429).
6+
57
## v0.21.2
68

79
* BUGFIX: fix setting `extra_stream_filters` param to `Custom query parameters`. See [this comment](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/405#issuecomment-3420418177).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victoriametrics-logs-datasource",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"description": "VictoriaLogs datasource plugin for grafana",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)