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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,19 @@
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
+
# 2.7.0 (22nd October 2025)
7
+
8
+
## Added:
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+.
13
+
14
+
## Fixed:
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).
returnfmt.Errorf(`"modules" cannot be explicitly set for Redis version %s as modules are bundled by default. Remove the "modules" field from your configuration`, version)
0 commit comments