|
1 |
| -# Change Log |
| 1 | +# 1.3.0 (2021-01-05) |
2 | 2 |
|
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 |
4 | 15 |
|
5 | 16 | - Update description and GitHub issues #83
|
6 | 17 | - Add RediSearch FT.INFO command #97
|
|
12 | 23 | - Update field's name for HGET command to align with HMGET #103
|
13 | 24 | - Update HGETALL command to return fields and support streaming similar to HGET, HMGET #104
|
14 | 25 | - 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 |
15 | 41 |
|
16 |
| -## v1.2.1 |
| 42 | +# 1.2.1 (2020-10-24) |
| 43 | + |
| 44 | +### Features / Enhancements |
17 | 45 |
|
18 | 46 | - Support Connecting to Redis via Unix Socket #58
|
19 | 47 | - Support Redis 6 ACL authentication #60
|
|
22 | 50 | - Add Streaming for Command Statistics #68
|
23 | 51 | - Add Size parameter for SLOWLOG GET #79
|
24 | 52 | - Update GitHub org to RedisGrafana #80
|
| 53 | + |
| 54 | +### Bug fixes |
| 55 | + |
25 | 56 | - Plugin health check failed for ARM on Linux #61
|
26 | 57 | - Timeseries data time stamp truncated to seconds #64
|
27 | 58 |
|
28 |
| -## v1.2.0 |
| 59 | +# 1.2.0 (2020-08-26) |
| 60 | + |
| 61 | +### Features / Enhancements |
29 | 62 |
|
30 | 63 | - Added docker cmd line option to start in README #31
|
31 | 64 | - How to query a specific database inside the same Redis single node #34
|
32 | 65 | - 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) |
34 | 67 | - Refactoring to support new commands and modules #42
|
35 | 68 | - Add support for TS.GET, TS.INFO, and TS.QUERYINDEX commands #45
|
36 | 69 | - 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 |
39 | 72 | - Add Redis Cluster support and update monitoring dashboard #52
|
40 | 73 | - Connection issue to Redis deployed in k8s (Sentinel) #38
|
41 | 74 | - MRANGE: add fill zero option #53
|
42 | 75 | - Add Streaming capabilities to visualize INFO command #57
|
| 76 | + |
| 77 | +### Bug fixes |
| 78 | + |
43 | 79 | - Slowlog returns 'No data' for Redis 3.0.6 #33
|
44 | 80 | - Fix backend lint issues #41
|
45 | 81 | - ts.mrange returns no data when label has spaces within #44
|
46 | 82 |
|
47 |
| -## v1.1.2 |
| 83 | +# 1.1.2 (2020-07-29) |
| 84 | + |
| 85 | +### Features / Enhancements |
48 | 86 |
|
49 | 87 | - Remove developer jargon from README #30
|
50 | 88 | - Redis Datasource is Unsigned. K8S+Helm installation #29
|
51 | 89 |
|
52 |
| -## v1.1.1 |
| 90 | +# 1.1.1 (2020-07-28) |
| 91 | + |
| 92 | +### Features / Enhancements |
53 | 93 |
|
54 | 94 | - Screenshots added to plugin.json and updated in the README
|
55 | 95 | - CHANGELOG added to display on the Plugin page
|
56 | 96 |
|
57 |
| -## v1.1.0 |
| 97 | +# 1.1.0 (2020-07-24) |
| 98 | + |
| 99 | +### Features / Enhancements |
58 | 100 |
|
59 | 101 | - Updated to Grafana 7.1.0 and the latest version of Radix #27
|
60 | 102 | - Add dashboard as a part of datasource #25
|
61 | 103 | - Add Field config units to the response #26
|
62 | 104 |
|
63 |
| -## v1.0.0 |
| 105 | +# 1.0.0 (2020-07-13) |
| 106 | + |
| 107 | +### Features / Enhancements |
64 | 108 |
|
65 | 109 | - Initial release based on Grafana 7.0.5.
|
66 | 110 | - Allows configuring password, TLS, and advanced settings.
|
|
0 commit comments