diff --git a/content/ri/release-notes/v1.11.0.md b/content/ri/release-notes/v1.11.0.md new file mode 100644 index 00000000000..9198790d2f8 --- /dev/null +++ b/content/ri/release-notes/v1.11.0.md @@ -0,0 +1,29 @@ +--- +Title: RedisInsight v1.11, Oct 2021 +linkTitle: v1.11 (Oct 2021) +date: 2021-10-17 00:00:00 +0000 +description: RedisInsight v1.11.0 +weight: 90 +--- + +This is the General Availability Release of RedisInsight 1.11 (v1.11.0)! + +### 1.11.0 + +### Headlines: +- Added beta support for [RedisAI](https://oss.redis.com/redisai/) +- Fixed the issue with empty fields for Hash objects. + +### Full Details: +- Core: + - Fixed a bug where editing cluster returns error. + - Fixed broken redis links. +- Browser + - Check Hash value for `emptiness` +- RedisGraph: + - Added support for point datatype. + - Fixed a bug where returning relationships without their respective nodes leads to infinite loading +- RediSearch: + - Fixed a bug where a malformed unicode string in redisearch doesn't produce results. +- RedisTimeseries: + - Added support for `TS.REVRANGE` and `TS.MREVRANGE` commands.