From d38580f4ea483f059ab81c2274dc828e21193fc6 Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:03:50 -0500 Subject: [PATCH] 6.4.2-94 release notes update (#2682) * 6.4.2-94 release notes resovled issues * new feature reword, module version update * formatting * stack version --- .../rs-6-4-2-releases/rs-6-4-2-94.md | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md index b9618c6a154..acc6841621a 100644 --- a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md +++ b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md @@ -25,13 +25,18 @@ The following table shows the MD5 checksums for the available packages: ## New features and enhancements -- RS98361 - Introduced a look-ahead mechanism that provides early indications of the potential success or failure of future planner attempts. +- RS98361 - Enhanced the algorithm responsible for placing shards in the cluster. This improvement applies when creating new databases and when calling the REST API `GET optimize_shards_placement` for existing databases. + + With this update, the algorithm efficiently finds a legal placement while reducing the calculation time significantly. These changes ensure a smoother and faster experience when managing databases with a large number of shards and dense shard placement policy. + +- RS62197 - Added validation of the operating system (OS) version before installation. The installer automatically validates the OS type and version and verifies the correct binary is used for the corresponding system. This prevents missing dependencies which may cause issues later on. + + The validation applies to major versions of all operating systems. If the check fails, the installation process halts with an appropriate error message. -- RS62197 - Implemented package operating system compatibility validation. #### Redis Stack v6.2.6 -Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (6.2.6 v6)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/): +Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (6.2.6 v7)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/): - [RediSearch v2.6.9](https://docs.redis.com/latest/stack/release-notes/redisearch/redisearch-2.6-release-notes/) @@ -47,8 +52,12 @@ See [Upgrade modules](https://docs.redis.com/latest/stack/install/upgrade-module ## Resolved issues -- RS100903 - Fixed [`SLOWLOG GET`](https://redis.io/commands/slowlog-get/) command always showing 128 records in response. +- RS100903 - Fixed a v6.4.2 issue: when a database client requests [`SLOWLOG GET [count]`](https://redis.io/commands/slowlog-get/), the proxy ignores “count” and always replies with 128 records + +- RS95394 - Fixed Replica Of sync causing high DMC memory usage on source cluster when TLS is enabled "for Replica Of Only". + +- RS102905 - Fixed invalid character that could potentially cause failure in generating support package for Active-Active databases. -- RS95394 - Fixed Replica Of sync causing high DMC memory usage on source cluster. +- RS92430 - Optimized internal certification rotation process benefiting mainly clusters. -- RS102905 - Fixed support package generation for Active-Active databases. +- RS99495 - Updated UI title property to "Redis Enterprise"