File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
See updating [ Changelog example here] ( https://keepachangelog.com/en/1.0.0/ ) .
4
4
5
+ ## 0.34.1
6
+
7
+ ### Added:
8
+ * Adding field ` RedisVersion ` to Redis Active Active subscription create
9
+
10
+
5
11
## 0.34.0
6
12
7
13
### Added:
8
- * Adding field ` RedisVersion ` to Redis Active Active subscription
14
+ * Adding field ` RedisVersion ` to Redis Active Active subscription model (get and list)
15
+
16
+
17
+ ## 0.33.1
18
+
19
+ ### Fixed:
20
+ * Added pending status for database upgrade
9
21
10
22
## 0.33.0
11
23
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ type CreateActiveActiveDatabase struct {
79
79
LocalThroughputMeasurement []* LocalThroughput `json:"localThroughputMeasurement,omitempty"`
80
80
PortNumber * int `json:"port,omitempty"`
81
81
QueryPerformanceFactor * string `json:"queryPerformanceFactor,omitempty"`
82
+ RedisVersion * string `json:"redisVersion,omitempty"`
82
83
}
83
84
84
85
func (o CreateActiveActiveDatabase ) String () string {
You can’t perform that action at this time.
0 commit comments