Skip to content

Commit eb08014

Browse files
authored
Update CHANGELOG.md
1 parent 71acc83 commit eb08014

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@
55
- Added docker cmd line option to start in README #31
66
- How to query a specific database inside the same Redis single node #34
77
- Update docker-compose to load datasource from the repository and add development file #39
8-
- Use "ScopedVars" when applying template variables #37 (fix for #36)
8+
- Use "ScopedVars" when applying template variables #37
9+
- Refactoring to support new commands and modules #42
10+
- Add support for TS.GET, TS.INFO, and TS.QUERYINDEX commands #45
11+
- Add Redis dashboard to support multiple Redis instances #49
12+
- Plugin executable missing for arm64 architecture #48 (Grafana SDK: grafana/grafana-plugin-sdk-go#221)
13+
- Return 0 for all buckets with 0 counts on time-series TS.RANGE queries #50
14+
- Add Redis Cluster support and update monitoring dashboard #52
15+
- Connection issue to Redis deployed in k8s (Sentinel) #38
16+
- MRANGE: add fill zero option #53
17+
- Add Streaming capabilities to visualize INFO command #57
918
- Slowlog returns 'No data' for Redis 3.0.6 #33
1019
- Fix backend lint issues #41
11-
- Refactoring to support new commands and modules #42
20+
- ts.mrange returns no data when label has spaces within #44
1221

1322
## v1.1.2
1423

@@ -22,9 +31,9 @@
2231

2332
## v1.1.0
2433

25-
- Updated to Grafana 7.1.0 and the latest version of Radix [#27](https://github.com/RedisTimeSeries/grafana-redis-datasource/pull/27)
26-
- Add dashboard as a part of datasource [#25](https://github.com/RedisTimeSeries/grafana-redis-datasource/pull/25)
27-
- Add Field config units to the response [#26](https://github.com/RedisTimeSeries/grafana-redis-datasource/pull/26)
34+
- Updated to Grafana 7.1.0 and the latest version of Radix #27
35+
- Add dashboard as a part of datasource #25
36+
- Add Field config units to the response #26
2837

2938
## v1.0.0
3039

0 commit comments

Comments
 (0)