Skip to content

Commit 2edc20b

Browse files
authoredJan 6, 2021
Update CHANGELOG.md (#124)
1 parent 9fc069f commit 2edc20b

File tree

1 file changed

+55
-11
lines changed

1 file changed

+55
-11
lines changed
 

‎CHANGELOG.md

+55-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# Change Log
1+
# 1.3.0 (2021-01-05)
22

3-
## v1.3.0
3+
### Breaking changes
4+
5+
- HGETALL returns hash fields in a row similar to HGET, HMGET to support streaming. Previously each hash field returned as row.
6+
- Time Bucket for RedisTimeSeries TS.RANGE and TS.MRANGE was updated from string to integer. To fix the dashboard JSON:
7+
- Search for `"bucket"="X"`
8+
- Remove quotes
9+
- RedisTimeSeries TS.RANGE command was updated to have legend and value override similar to TS.MRANGE. Previous `legend` defined field's name.
10+
- `key` parameter for command like GET, HGET, SMEMBERS was updated to `keyName` to avoid conflicts. To fix the dashboard JSON:
11+
- Search for `"key"="X"`
12+
- Replace to `"keyName"="X"`
13+
14+
### Features / Enhancements
415

516
- Update description and GitHub issues #83
617
- Add RediSearch FT.INFO command #97
@@ -12,8 +23,25 @@
1223
- Update field's name for HGET command to align with HMGET #103
1324
- Update HGETALL command to return fields and support streaming similar to HGET, HMGET #104
1425
- Add tests for React Config and Query editors #105
26+
- Remove CircleCI and move to Github Actions #106
27+
- Update Bucket's type (string->number) and add type values for Aggregation and Info sections #108
28+
- Add tests for React Data Source #113
29+
- Update Bucket to Time Bucket in Query Editor #114
30+
- Check if string value is a number when streaming #115
31+
- Add Tests Coverage #117
32+
- Add Empty Array when no values returned similar to redis-cli #120, #121
33+
- Add test data for backend testing #122
34+
35+
### Bug fixes
36+
37+
- Fix "NOAUTH Authentication required" error with sentinel #109
38+
- Add Value Label to TS.RANGE command similar to TS.MRANGE #110
39+
- Update default configuration parameters for Data Source #111
40+
- Update Key to KeyName to avoid conflict in the Explore tab #112
1541

16-
## v1.2.1
42+
# 1.2.1 (2020-10-24)
43+
44+
### Features / Enhancements
1745

1846
- Support Connecting to Redis via Unix Socket #58
1947
- Support Redis 6 ACL authentication #60
@@ -22,45 +50,61 @@
2250
- Add Streaming for Command Statistics #68
2351
- Add Size parameter for SLOWLOG GET #79
2452
- Update GitHub org to RedisGrafana #80
53+
54+
### Bug fixes
55+
2556
- Plugin health check failed for ARM on Linux #61
2657
- Timeseries data time stamp truncated to seconds #64
2758

28-
## v1.2.0
59+
# 1.2.0 (2020-08-26)
60+
61+
### Features / Enhancements
2962

3063
- Added docker cmd line option to start in README #31
3164
- How to query a specific database inside the same Redis single node #34
3265
- Update docker-compose to load datasource from the repository and add development file #39
33-
- Use "ScopedVars" when applying template variables #37
66+
- Use "ScopedVars" when applying template variables #37 (fix for #36)
3467
- Refactoring to support new commands and modules #42
3568
- Add support for TS.GET, TS.INFO, and TS.QUERYINDEX commands #45
3669
- Add Redis dashboard to support multiple Redis instances #49
37-
- Plugin executable missing for arm64 architecture #48 (Grafana SDK: grafana/grafana-plugin-sdk-go#221)
38-
- Return 0 for all buckets with 0 counts on time-series TS.RANGE queries #50
70+
- Plugin executable missing for arm64 architecture #48 (Grafana SDK: https://github.com/grafana/grafana-plugin-sdk-go/pull/221)
71+
- Return 0 for all buckets with 0 counts on time-series `TS.RANGE` queries #50
3972
- Add Redis Cluster support and update monitoring dashboard #52
4073
- Connection issue to Redis deployed in k8s (Sentinel) #38
4174
- MRANGE: add fill zero option #53
4275
- Add Streaming capabilities to visualize INFO command #57
76+
77+
### Bug fixes
78+
4379
- Slowlog returns 'No data' for Redis 3.0.6 #33
4480
- Fix backend lint issues #41
4581
- ts.mrange returns no data when label has spaces within #44
4682

47-
## v1.1.2
83+
# 1.1.2 (2020-07-29)
84+
85+
### Features / Enhancements
4886

4987
- Remove developer jargon from README #30
5088
- Redis Datasource is Unsigned. K8S+Helm installation #29
5189

52-
## v1.1.1
90+
# 1.1.1 (2020-07-28)
91+
92+
### Features / Enhancements
5393

5494
- Screenshots added to plugin.json and updated in the README
5595
- CHANGELOG added to display on the Plugin page
5696

57-
## v1.1.0
97+
# 1.1.0 (2020-07-24)
98+
99+
### Features / Enhancements
58100

59101
- Updated to Grafana 7.1.0 and the latest version of Radix #27
60102
- Add dashboard as a part of datasource #25
61103
- Add Field config units to the response #26
62104

63-
## v1.0.0
105+
# 1.0.0 (2020-07-13)
106+
107+
### Features / Enhancements
64108

65109
- Initial release based on Grafana 7.0.5.
66110
- Allows configuring password, TLS, and advanced settings.

0 commit comments

Comments
 (0)
Please sign in to comment.