You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@
3
3
All notable changes to this project will be documented in this file.
4
4
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5
5
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
0 commit comments