Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,22 @@ weight: 96
---
## Requirements

RedisBloom v2.4.14 requires:
RedisBloom v2.4.15 requires:

- Minimum Redis compatibility version (database): 6.0.16
- Minimum Redis Enterprise Software version (cluster): 6.2.8

## v2.4.15 (April 2025)

This is a maintenance release for RedisBloom 2.4.

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Details:

Improvements:
- [#865](https://github.com/redisbloom/redisbloom/pull/865) Added support for Azure Linux 3 (MOD-9171)

## v2.4.14 (February 2025)

This is a maintenance release for RedisBloom 2.4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,22 @@ weight: 95
---
## Requirements

RedisBloom v2.6.17 requires:
RedisBloom v2.6.18 requires:

- Minimum Redis compatibility version (database): 7.2
- Minimum Redis Enterprise Software version (cluster): 7.2.4

## v2.6.18 (April 2025)

This is a maintenance release for RedisBloom 2.6.

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Details:

Improvements:
- [#865](https://github.com/redisbloom/redisbloom/pull/865) Added support for Azure Linux 3 (MOD-9171)

## v2.6.17 (February 2025)

This is a maintenance release for RedisBloom 2.6.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,28 @@ categories:
description: RedisBloom 2.8 introduces improvements and bug fixes.
linkTitle: v2.8 (July 2024)
min-version-db: '7.4'
min-version-rs: 7.6 (TBD)
min-version-rs: 7.8
toc: 'true'
weight: 94
---

## Requirements

RedisBloom v2.8.5 requires:
RedisBloom v2.8.7 requires:

- Minimum Redis compatibility version (database): 7.4
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
- Minimum Redis Enterprise Software version (cluster): 7.8

## v2.8.7 (April 2025)

This is a maintenance release for RedisBloom 2.8

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Details:

Improvements:
- [#865](https://github.com/redisbloom/redisbloom/pull/865) Added support for Azure Linux 3 (MOD-9171)

## v2.8.5 (January 2025)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,22 @@ weight: 97
---
## Requirements

RedisJSON v2.4.11 requires:
RedisJSON v2.4.12 requires:

- Minimum Redis compatibility version (database): 6.0.16
- Minimum Redis Enterprise Software version (cluster): 6.2.18

## v2.4.12 (April 2025)

This is a maintenance release for RedisJSON 2.4.

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Details:

Improvements:
- [#1335](https://github.com/redisjson/redisjson/pull/1335) Added support for Azure Linux 3 (MOD-9172)

## v2.4.11 (January 2025)

This is a maintenance release for RedisJSON 2.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,25 @@ weight: 96
---
## Requirements

RedisJSON v2.6.14 requires:
RedisJSON v2.6.15 requires:

- Minimum Redis compatibility version (database): 7.2
- Minimum Redis Enterprise Software version (cluster): 7.2.4

## v2.6.15 (April 2025)

This is a maintenance release for RedisJSON 2.6.

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Details:

Bug fixes
- [#1329](https://github.com/redisjson/redisjson/pull/1329) Memory usage calculation: some allocations are counted twice (MOD-9169)

Improvements:
- [#1335](https://github.com/redisjson/redisjson/pull/1335) Added support for Azure Linux 3 (MOD-9172)

## v2.6.14 (January 2025)

This is a maintenance release for RedisJSON 2.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,31 @@ categories:
description: RedisJSON 2.8 introduces bug fixes.
linkTitle: v2.8 (July 2024)
min-version-db: '7.4'
min-version-rs: 7.6 (TBD)
min-version-rs: 7.8
toc: 'true'
weight: 95
---

## Requirements

RedisJSON v2.8.8 requires:
RedisJSON v2.8.9 requires:

- Minimum Redis compatibility version (database): 7.4
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
- Minimum Redis Enterprise Software version (cluster): 7.8

## v2.8.9 (April 2025)

This is a maintenance release for RedisJSON 2.8.

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Details:

Bug fixes
- [#1329](https://github.com/redisjson/redisjson/pull/1329) Memory usage calculation: some allocations are counted twice (MOD-9169)

Improvements:
- [#1335](https://github.com/redisjson/redisjson/pull/1335) Added support for Azure Linux 3 (MOD-9172)

## v2.8.8 (January 2025)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,27 @@ weight: 95
---
## Requirements

RedisTimeSeries v1.10.16 requires:
RedisTimeSeries v1.10.17 requires:

- Minimum Redis compatibility version (database): 7.2
- Minimum Redis Enterprise Software version (cluster): 7.2.4

## v1.10.17 (April 2025)

This is a maintenance release for RedisTimeSeries 1.10.

Update urgency: `MODERATE`: Plan an upgrade of the server, but it's not urgent.

Details:

Bug fixes:
- [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936)
- [LibMR#58](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192)

Improvements:
- [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170)
- [#1736](https://github.com/redistimeseries/redistimeseries/pull/1736) (Redis Enterprise only) Cross-key commands are handled by a random shard rather than the first shard (MOD-9262, MOD-9314)

## v1.10.16 (January 2025)

This is a maintenance release for RedisTimeSeries 1.10.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,32 @@ categories:
description: RedisTimeSeries 1.12 adds a highly requested feature - insertion-filter for close samples.
linkTitle: v1.12 (July 2024)
min-version-db: '7.4'
min-version-rs: 7.6 (TBD)
min-version-rs: 7.8
toc: 'true'
weight: 94
---
## Requirements

RedisTimeSeries v1.12.5 requires:
RedisTimeSeries v1.12.6 requires:

- Minimum Redis compatibility version (database): 7.4
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
- Minimum Redis Enterprise Software version (cluster): 7.8

## v1.12.6 (April 2025)

This is a maintenance release for RedisTimeSeries 1.12.

Update urgency: `MODERATE`: Plan an upgrade of the server, but it's not urgent.

Details:

Bug fixes:
- [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936)
- [LibMR#58](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192)

Improvements:
- [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170)
- [#1736](https://github.com/redistimeseries/redistimeseries/pull/1736) (Redis Enterprise only) Cross-key commands are handled by a random shard rather than the first shard (MOD-9262, MOD-9314)

## v1.12.5 (January 2025)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,27 @@ weight: 96
---
## Requirements

RedisTimeSeries v1.8.16 requires:
RedisTimeSeries v1.8.17 requires:

- Minimum Redis compatibility version (database): 6.0.16
- Minimum Redis Enterprise Software version (cluster): 6.2.8

## v1.8.17 (April 2025)

This is a maintenance release for RedisTimeSeries 1.8.

Update urgency: `MODERATE`: Plan an upgrade of the server, but it's not urgent.

Details:

*Bug fixes:
- [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936)
- [LibMR#58](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192)

Improvements:
- [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170)
- [#1736](https://github.com/redistimeseries/redistimeseries/pull/1736) (Redis Enterprise only) Cross-key commands are handled by a random shard rather than the first shard (MOD-9262, MOD-9314)

## v1.8.16 (January 2025)

This is a maintenance release for RedisTimeSeries 1.8.
Expand Down