From 071c1702be81a277969b41ce7e669b7c43d08ad9 Mon Sep 17 00:00:00 2001 From: Dijana Antovska Date: Tue, 9 Jun 2026 15:54:55 +0300 Subject: [PATCH 1/2] Release Redis Insight v3.6.0 Add release notes for Redis Insight 3.6.0 (June 2026). Co-authored-by: Cursor --- .../tools/insight/release-notes/v.3.6.0.md | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 content/develop/tools/insight/release-notes/v.3.6.0.md diff --git a/content/develop/tools/insight/release-notes/v.3.6.0.md b/content/develop/tools/insight/release-notes/v.3.6.0.md new file mode 100644 index 0000000000..fd5b327560 --- /dev/null +++ b/content/develop/tools/insight/release-notes/v.3.6.0.md @@ -0,0 +1,56 @@ +--- +Title: Redis Insight v3.6.0, June 2026 +linkTitle: v3.6.0 (June 2026) +date: 2026-06-09 00:00:00 +0000 +description: Redis Insight v3.6.0 +weight: 1 +--- + +## 3.6.0 (June 2026) + +This is the General Availability (GA) release of Redis Insight 3.6.0, which includes new features, improvements, and bug fixes. + +### Headlines + +- Full support for **Vector Sets**, the new Redis 8 vector-native data type: create Vector Sets manually or from a bundled sample dataset, add elements to existing sets, and run similarity search end-to-end from Redis Insight. +- New **Dev vs Production** database mode with safety guardrails: classify databases by environment, surface clear visual indicators, and require type-to-confirm for destructive actions on production. + +### Details + +- **Vector Sets** are now a supported key type: create new Vector Sets from the Add Key panel — manually with per-element attributes (FP32 or string-array vectors) or in one click via the bundled `vec2word` sample dataset. +- Manage elements from the key details view: inline `VADD` panel for adding, dynamic attribute columns in the element list, and a details drawer with vector copy/download and JSON attribute editing. +- Run similarity search on Vector Sets by raw vector or element name, with attribute-aware filter autocompletion, a toggleable command preview, and a configurable results table with pinned Rank/Similarity columns plus per-element Actions (View, Find similar, Delete). +- New **Dev vs Production** database mode: classify each database as **Production**, **Development**, or **Unspecified** in the connection form, with a PROD badge on production databases and a Development label on development databases. +- Type-to-Confirm modal required on production for high-risk flows: Browser bulk delete, dangerous CLI/Workbench commands, and Profiler start. Run command and bulk import are disabled inside tutorials on production. +- Added a "Skip confirmations on non-production databases" global setting, a per-command session-skip option, and database-environment tagging on command, bulk action, and profiler telemetry events. +- New **Geodata Workbench** plugin renders Redis `GEO` command results as an interactive map, density heatmap, or details card, auto-selected per command. +- Added Copy and Download value actions to `JSON` keys in the Browser, plus a Copy value action on `String` keys that respects the active view format. +- Settings now shows the build commit SHA next to the app version (e.g. `Redis Insight v3.6.0 (a1b2c3d)`) to make it easier to verify which build is deployed. +- **Breaking Change / Deprecation Notice**: Custom tutorials in Workbench have been deprecated and are scheduled for removal in the next major version. The "MY TUTORIALS" section is now hidden by default, but existing users can temporarily restore the previous behavior by setting `RI_CUSTOM_TUTORIALS_ENABLED=true`. We recommend migrating away from custom tutorials before the next major release. + +### Bug fixes + +- [#5835](https://github.com/redis/RedisInsight/issues/5835) Fixed missing scrollbar on the database list when the viewport height was too small to fit all rows. +- [#5847](https://github.com/redis/RedisInsight/issues/5847) Fixed missing scrollbar in tables across the app at constrained heights, restoring scrollability after the 3.4.2 regression. + +### New Contributors + +- @pierrelambert authored the original Geodata Workbench plugin in https://github.com/redis/RedisInsight/pull/5922 +- @kingkyylian made their first contribution in https://github.com/redis/RedisInsight/pull/5889 +- @VaskoAtanasovRedis made their first contribution in https://github.com/redis/RedisInsight/pull/6030 + +**Full Changelog**: https://github.com/redis/RedisInsight/compare/3.4.2...3.6.0 + +**SHA-512 Checksums** + +| Package | SHA-512 | +| ---------------------- | ---------------------------------------------------------------------------------------- | +| Windows | | +| Linux AppImage (x64) | | +| Linux AppImage (arm64) | | +| Linux Debian (x64) | | +| Linux Debian (arm64) | | +| Linux RPM (x64) | | +| Linux RPM (arm64) | | +| MacOS Intel | | +| MacOS Apple silicon | | From 76286ebd7482ea582debef2bd4d04861b55c2040 Mon Sep 17 00:00:00 2001 From: Dijana Antovska Date: Tue, 9 Jun 2026 16:58:32 +0300 Subject: [PATCH 2/2] Remove New Contributors section from 3.6.0 release notes Co-authored-by: Cursor --- content/develop/tools/insight/release-notes/v.3.6.0.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.3.6.0.md b/content/develop/tools/insight/release-notes/v.3.6.0.md index fd5b327560..384af7ab5d 100644 --- a/content/develop/tools/insight/release-notes/v.3.6.0.md +++ b/content/develop/tools/insight/release-notes/v.3.6.0.md @@ -33,12 +33,6 @@ This is the General Availability (GA) release of Redis Insight 3.6.0, which incl - [#5835](https://github.com/redis/RedisInsight/issues/5835) Fixed missing scrollbar on the database list when the viewport height was too small to fit all rows. - [#5847](https://github.com/redis/RedisInsight/issues/5847) Fixed missing scrollbar in tables across the app at constrained heights, restoring scrollability after the 3.4.2 regression. -### New Contributors - -- @pierrelambert authored the original Geodata Workbench plugin in https://github.com/redis/RedisInsight/pull/5922 -- @kingkyylian made their first contribution in https://github.com/redis/RedisInsight/pull/5889 -- @VaskoAtanasovRedis made their first contribution in https://github.com/redis/RedisInsight/pull/6030 - **Full Changelog**: https://github.com/redis/RedisInsight/compare/3.4.2...3.6.0 **SHA-512 Checksums**