You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/tools/insight/release-notes/v.2.68.0.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@ weight: 1
10
10
This is the General Availability (GA) release of Redis Insight 2.68.
11
11
12
12
### Highlights
13
-
-When setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight, you can now test the connectivity to your source database. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database.
14
-
-Enables reconfiguration of database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments.
13
+
-You can now test the connectivity to your source database when setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database.
14
+
-Configure database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments.
15
15
- Allows connecting to databases without requiring the `INFO` command.
16
16
17
17
### Details
18
18
19
19
**Features and improvements**
20
-
-[#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389)When setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight, you can now test the connectivity to your source database. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database.
21
-
-[#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308)Enables reconfiguration of database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details.
20
+
-[#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389)You can now test the connectivity to your source database when setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database.
21
+
-[#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308)Configure database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details.
22
22
-[#4428](https://github.com/RedisInsight/RedisInsight/pull/4428) Added an environment variable to disable the ability to manage database connections (adding, editing, or deleting) in Redis Insight. This provides enhanced security and configuration control in scenarios where preventing changes to database connections is necessary. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details.
23
-
-[#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Allows connecting to databases without requiring the `INFO` command. If your Redis user lacks permission for the `INFO` command, database statistics will be hidden.
24
-
-[#4427](https://github.com/RedisInsight/RedisInsight/pull/4427) Added the ability to download a file containing all keys deleted through bulk actions, which helps tracking changes.
23
+
-[#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Allows connecting to databases without requiring credentials for dangerous commands. In this mode, certain features, such as database statistics, are hidden.
24
+
-[#4427](https://github.com/RedisInsight/RedisInsight/pull/4427) Added the ability to download a file containing all keys deleted through bulk actions, which helps in tracking changes.
25
25
-[#4335](https://github.com/RedisInsight/RedisInsight/pull/4335)[Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) deployment errors are now stored in a file instead of being displayed in error messages, improving space efficiency.
26
26
-[#4374](https://github.com/RedisInsight/RedisInsight/pull/4374) Improved connection errors for clustered databases by adding detailed information to help with troubleshooting.
27
27
-[#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) Added a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode.
0 commit comments