Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RI 2.0.3 changes from commit ca7aa53 on 2.0 release branch #1730

Merged
merged 1 commit into from
Jan 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 51 additions & 9 deletions content/ri/release-notes/v2.0.2.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,59 @@
---
Title: RedisInsight v2.0, Nov 2021
Title: RedisInsight Preview v2.0, Nov 2021
linkTitle: v2.0 (Nov 2021)
date: 2021-11-23 00:00:00 +0000
description: RedisInsight v2.0.2
weight: 90
---

This is the public preview release of RedisInsight 2.0 (v2.0.2)!
### 2.0.3 (December 2021)

### 2.0.2
This is the maintenance release of RedisInsight Preview 2.0 (v2.0.3).

RedisInsight 2.0 is a complete product rewrite based on a new tech stack. This version contains a number of must-have and most-used capabilities from previous releases, plus a number of differentiators and delighters.
### Headlines:

- Workbench:
- Added indications of commands
- New hints with the list of command arguments
- Reworked navigation for the built-in guides
- Help Center:
- Added a page with list of supported keyboard shortcuts
- Core:
- Uncoupled Command Helper from CLI
- Renamed `ZSET` to Sorted Set

### Full Details:

- Browser:
- Changed the format of TTL in the list of keys
- CLI:
- Fixed a bug with `FT.CREATE` command that rendered the window blank
- Workbench:
- Fixed a bug to avoid executing the Redis command one more time when the view of results is changed
- Added a new information message when there are no results to display
- Added indications of commands (currently, not clickable) in Editor area to point out the lines where commands start
- Added new hints in Editor to display the list of command arguments with the following keyboard shortcuts:
- Ctrl+Shift+Space for Windows and Linux
- ⌘ ⇧ Space for Mac
- Added support for remembering the state (expanded or collapsed) for left side panel in Workbench
- Reworked navigation for the built-in guides
- Changed icons for default and custom plugins
- Command Helper:
- Changed titles of command groups to make them consistent with redis.io
- Help Center:
- Added a page with supported keyboard shortcuts
- Core:
- Reworked logic to open CLI and Command Helper, added an option to open Command Helper without a need to open CLI
- Changed fonts and colors across the application to enhance readability
- Renamed `ZSET` to Sorted Set
- Added description of RedisGears and RedisBloom commands to hints in CLI, Command Helper, and Workbench
- Added support for automatic updates to the list of commands and their description in CLI, Command Helper, and Workbench

## 2.0.2 (November 2021)

This is the public preview release of RedisInsight 2.0 (v2.0.2).

RedisInsight 2.0 is a complete product rewrite based on a new tech stack. This version contains a number of must-have and most-used capabilities from previous releases, plus a number of differentiators and delights.

RedisInsight-preview 2.0 can be installed along with the current GA (1.11) version of RedisInsight with no issues.

Expand All @@ -24,6 +67,7 @@ RedisInsight-preview 2.0 can be installed along with the current GA (1.11) versi
- Enhanced user experience with Browser

### Full Details:

- Core:
- Enhanced user experience with the list of databases:
- View, sort and edit databases added
Expand All @@ -50,7 +94,7 @@ RedisInsight-preview 2.0 can be installed along with the current GA (1.11) versi
- Database overview:
- A number of metrics always on display within the database workspace
- Metrics updated every 5 second
- CPU, number of keys, commands/sec, network input, network output, total memory, number of connected clients
- CPU, number of keys, commands/sec, network input, network output, total memory, number of connected clients
- Enabled modules per Redis server listed
- CLI:
- Command-line interface with enhanced type-ahead command help
Expand All @@ -64,9 +108,7 @@ RedisInsight-preview 2.0 can be installed along with the current GA (1.11) versi
- Built-in click-through guides for Redis capabilities
- Added a guide on Document Capabilities within Redis
- User interface (UI):
- Light/dark themes available
- Light/dark themes available
- Colour palette adjusted to the highest level of [Web content accessibility guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/)
- Data encryption:
- Optional ability to encrypt sensitive data such as connection certificates and passwords


- Optional ability to encrypt sensitive data such as connection certificates and passwords