Skip to content

Commit aa8ecc4

Browse files
Merge pull request #688 from RedisLabs/docs/v2.5.0-changelog
docs: v2.5.0 changelog
2 parents 2619620 + 9df3a8e commit aa8ecc4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

6+
7+
# 2.5.0 (13th October 2025)
8+
9+
## Added:
10+
- Support for Redis 8 databases and upgrading. Redis 8 does not have modules so the provider should handle these gracefully.
11+
- Support for `query_performance_factor` on Redis 8.0 - Updated validation logic to allow QPF on Redis 8.0+ databases since RediSearch is bundled by default.
12+
13+
## Fixed:
14+
- Fix subscription state handling after Redis version upgrades - Added wait for subscription to become active after upgrading Redis versions to prevent "SUBSCRIPTION_NOT_ACTIVE" errors during subsequent operations.
15+
16+
## Changed:
17+
18+
- Refactor inline pro Terraform configs to external files.
19+
- Optimize test execution time by downsizing some configs
20+
621
# 2.4.5 (9th October 2025)
722

823
## Added:

0 commit comments

Comments
 (0)