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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,15 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
6
6
# 2.7.0 (22nd October 2025)
7
7
8
8
## Added:
9
-
- Support for `auto_minor_version_upgrade` attribute on Pro and Active-Active databases. When set to `true`, enables automatic minor version upgrades for Redis databases.
9
+
- Add auto_minor_version_upgrade field to Pro and Active-Active database resources (default: true) to allow users to control automatic minor version upgrades. This will NOT affect existing databases.
10
+
11
+
## Changed:
12
+
- Change Redis 8.0 modules validation from hard error to warning since modules are bundled by default in Redis 8+.
10
13
11
14
## Fixed:
12
-
- Fixed module validation causing errors for Redis 8. It will now show a warning instead and ignore the modules.
13
-
- Fixed `source_ips` being sent to the API for essentials databases on free plans, which caused errors. The `source_ips` attribute is now only sent for PAYG (Pay-As-You-Go) subscriptions when `enable_payg_features` is true.
15
+
- Fix test error message patterns to match updated API error format.
16
+
- Fix Redis 8 upgrade test expectation (dataset_size_in_gb: 3→1).
0 commit comments