Skip to content

Commit 4386c2a

Browse files
authored
Update CHANGELOG and README (#162)
* Update CHANGELOG and README * Update README.md
1 parent 97d9409 commit 4386c2a

File tree

2 files changed

+36
-9
lines changed

2 files changed

+36
-9
lines changed

CHANGELOG.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
1-
# 1.3.1 (In progress)
1+
# Change Log
2+
3+
## 1.3.1 (2021-02-04)
24

35
### Features / Enhancements
46

57
- Add Unit test for Golang Backend #119
68
- Remove "Unknown command" error from response for custom panels #125
9+
- Update Radix to 3.7.0 and other backend dependencies #128
10+
- Redis client, unit-tests refactoring and new unit-tests. #129
11+
- Implement CLI-mode similar to Redis-cli #135
12+
- Added support for errorstats features coming in redis 6.2; Extended commandstats fields with failedCalls and rejectedCalls #137
13+
- Add command to support the panel to show the biggest keys (TMSCAN) #133
14+
- Add RedisGears commands (RG.PYSTATS, RG.DUMPREGISTRATIONS, RG.PYEXECUTE) #136
15+
- Implement XRANGE and XREVRANGE commands #148
16+
- Add Client Type tooltip #149
17+
- Refactoring Query Editor #151
18+
- Add handling different frame type for Streaming data source #152
19+
- Update tooltip for RedisTimeSeries Label Filter #155
20+
- Update Loading state for Streaming for Grafana 7.4 #158
21+
- Update Grafana SDK 0.86 to fix race conditions #160
22+
- Add Redis Graph module (GRAPH.QUERY, GRAPH.SLOWLOG) #157
23+
24+
### Bug fixes
25+
26+
- Experiencing memory leak in Grafana docker seemingly stemming from this plugin #116
27+
- All Redis Datasource timeout when one is not reachable #73
728

8-
# 1.3.0 (2021-01-05)
29+
## 1.3.0 (2021-01-05)
930

1031
### Breaking changes
1132

@@ -46,7 +67,7 @@
4667
- Update default configuration parameters for Data Source #111
4768
- Update Key to KeyName to avoid conflict in the Explore tab #112
4869

49-
# 1.2.1 (2020-10-24)
70+
## 1.2.1 (2020-10-24)
5071

5172
### Features / Enhancements
5273

@@ -63,7 +84,7 @@
6384
- Plugin health check failed for ARM on Linux #61
6485
- Timeseries data time stamp truncated to seconds #64
6586

66-
# 1.2.0 (2020-08-26)
87+
## 1.2.0 (2020-08-26)
6788

6889
### Features / Enhancements
6990

@@ -87,29 +108,29 @@
87108
- Fix backend lint issues #41
88109
- ts.mrange returns no data when label has spaces within #44
89110

90-
# 1.1.2 (2020-07-29)
111+
## 1.1.2 (2020-07-29)
91112

92113
### Features / Enhancements
93114

94115
- Remove developer jargon from README #30
95116
- Redis Datasource is Unsigned. K8S+Helm installation #29
96117

97-
# 1.1.1 (2020-07-28)
118+
## 1.1.1 (2020-07-28)
98119

99120
### Features / Enhancements
100121

101122
- Screenshots added to plugin.json and updated in the README
102123
- CHANGELOG added to display on the Plugin page
103124

104-
# 1.1.0 (2020-07-24)
125+
## 1.1.0 (2020-07-24)
105126

106127
### Features / Enhancements
107128

108129
- Updated to Grafana 7.1.0 and the latest version of Radix #27
109130
- Add dashboard as a part of datasource #25
110131
- Add Field config units to the response #26
111132

112-
# 1.0.0 (2020-07-13)
133+
## 1.0.0 (2020-07-13)
113134

114135
### Features / Enhancements
115136

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ Redis Cluster and Sentinel supported since version 1.2.
4242

4343
### Does this Data Source support Redis modules?
4444

45-
Data Source supports [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/). We are working on supporting additional modules.
45+
Data Source supports:
46+
47+
- [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/): TS.GET, TS.INFO, TS.MRANGE, TS.QUERYINDEX, TS.RANGE
48+
- [RedisGears](https://oss.redislabs.com/redisgears/): RG.DUMPREGISTRATIONS, RG.PYEXECUTE, RG.PYSTATS
49+
- [RedisSearch](https://oss.redislabs.com/redisearch/): FT.INFO
50+
- [RedisGraph](https://oss.redislabs.com/redisgraph/): GRAPH.QUERY, GRAPH.SLOWLOG
4651

4752
### How to connect to Redis logical database
4853

@@ -143,6 +148,7 @@ Template variables can query any command and use other variables as parameters.
143148
- [Introducing the Redis Data Source Plug-in for Grafana](https://redislabs.com/blog/introducing-the-redis-data-source-plug-in-for-grafana/)
144149
- [How to Use the New Redis Data Source for Grafana Plug-in](https://redislabs.com/blog/how-to-use-the-new-redis-data-source-for-grafana-plug-in/)
145150
- [3 Real-Life Apps Built with Redis Data Source for Grafana](https://redislabs.com/blog/3-real-life-apps-built-with-redis-data-source-for-grafana/)
151+
- [Real-time observability with Redis and Grafana](https://grafana.com/go/observabilitycon/real-time-observability-with-redis-and-grafana/)
146152

147153
## Feedback
148154

0 commit comments

Comments
 (0)