Skip to content

Commit

Permalink
6.4.2-94 release notes update (#2682)
Browse files Browse the repository at this point in the history
* 6.4.2-94 release notes resovled issues

* new feature reword, module version update

* formatting

* stack version
  • Loading branch information
kaitlynmichael authored Jul 17, 2023
1 parent e4b342c commit d38580f
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand All @@ -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"

0 comments on commit d38580f

Please sign in to comment.