Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RS 6.4.2 July maintenance release notes #2678

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 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
@@ -0,0 +1,54 @@
---
Title: Redis Enterprise Software release notes 6.4.2-94 (July 2023)
linkTitle: 6.4.2-94 (July 2023)
description: Look-ahead mechanism for planner attempts. Package OS compatibility validation.
compatibleOSSVersion: Redis 6.2.6
weight: 67
alwaysopen: false
toc: "true"
categories: ["RS"]
aliases:
---

This is a maintenance release for ​[​Redis Enterprise Software version 6.4.2](https://redis.com/redis-enterprise-software/download-center/software/).

The following table shows the MD5 checksums for the available packages:

| Package | MD5 checksum (6.4.2-94 July release) |
|---------|---------------------------------------|
| Ubuntu 16 | e664a93108aeb72cf9dc849b84b79239 |
| Ubuntu 18 | 9b547be7e093a0668caa9d5af36ddd21 |
| Ubuntu 20 | d623c8458a28f09a1e6ae0c0a8650023 |
| RedHat Enterprise Linux (RHEL) 7<br/>Oracle Enterprise Linux (OL) 7 | f9df1080427660bab601f1690ee7ffca |
| RedHat Enterprise Linux (RHEL) 8<br/>Oracle Enterprise Linux (OL) 8 <br/>Rocky Enterprise Linux | f44dfaf4da5d54d35d739ba1e243eca0 |
| Amazon Linux 2 | f2c5c2b5e879b8fd6792336f757593e2 |

## New features and enhancements

- RS98361 - Introduced a look-ahead mechanism that provides early indications of the potential success or failure of future planner attempts.

- 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/):

- [RediSearch v2.6.9](https://docs.redis.com/latest/stack/release-notes/redisearch/redisearch-2.6-release-notes/)

- [RedisJSON v2.4.7](https://docs.redis.com/latest/stack/release-notes/redisjson/redisjson-2.4-release-notes/)

- [RedisBloom v2.4.5](https://docs.redis.com/latest/stack/release-notes/redisbloom/redisbloom-2.4-release-notes/)

- [RedisGraph v2.10.10](https://docs.redis.com/latest/stack/release-notes/redisgraph/redisgraph-2.10-release-notes/)

- [RedisTimeSeries v1.8.10](https://docs.redis.com/latest/stack/release-notes/redistimeseries/redistimeseries-1.8-release-notes/)

See [Upgrade modules](https://docs.redis.com/latest/stack/install/upgrade-module/) to learn how to upgrade a module for a database.

## Resolved issues

- RS100903 - Fixed [`SLOWLOG GET`](https://redis.io/commands/slowlog-get/) command always showing 128 records in response.

- RS95394 - Fixed Replica Of sync causing high DMC memory usage on source cluster.

- RS102905 - Fixed support package generation for Active-Active databases.
Loading