RedisInsight v1.3.1 release notes (April 2020)

This is the maintenance release of RedisInsight 1.3 (v1.3.1).

Update urgency: Medium

Headlines

  • Fixed support for connecting to Redis database on TLS-enabled hosts with SNI enforcement.

Details

  • Bug Fixes:
    • Core:
      • Fixed support for connecting to Redis database on TLS-enabled hosts with SNI enforcement.
    • Memory Analysis
      • Fixed wrong display of table columns in Memory Analyzer view.
    • Browser
      • Fixed bug where the TTL on string and RedisJSON keys was being reset on edit.
    • Configuration:
      • Fixed freezing/flashing on refreshing configuration.
    • CLI
      • Fixed minor visual bug in inline command documentation.
    • Security
      • Updated frontend dependencies that had developed security vulnerabilities.

RedisInsight v1.3.0 release notes (March 2020)

This is the General Availability release of RedisInsight 1.3 (v1.3.0)!

Headlines

  • The Windows installer is now signed with a Microsoft Authenticode certificate.
  • Auto-Discovery of databases for Redis Cloud Pro.
  • Visualising paths in RedisGraph

Details

  • Features:

    • Security:
      • The Windows installer now signed with a Microsoft Authenticode certificate
    • Core:
      • Auto-Discovery for Redis Cloud Pro: Redis Cloud Pro subscribers can automatically add their cloud databases with just a few clicks
      • Support for editing the connection details of an added database
      • Better support for Sentinel-monitored databases with different passwords for the sentinel instance(s) and database
      • UI improvements to the add database form
      • Added a button in the top-right menu to reach the online documentation with one click
    • RedisGraph:
    • Memory Analysis:
    • Browser:
      • Added tooltip to make it easier to view the name of long keys
  • Bug Fixes:

    • Core:
      • Fixed fonts that were being loaded from the Internet, causing jarring visual changes on slow connections
    • RedisGraph:
      • Improved rendering of Array records
      • Removed GRAPH.EXPLAIN calls for now until we have execution plan visualisation