Skip to content

Commit 653b495

Browse files
Merge pull request #215 from RedisLabs/feat/OPCR-33-AA-database-versioning-create
OPCR-33 AA Database Versioning create
2 parents accbbf7 + 2c285ba commit 653b495

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
All notable changes to this project will be documented in this file.
33
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/).
44

5+
## 0.34.1
6+
7+
### Added:
8+
* Adding field `RedisVersion` to Redis Active Active subscription create
9+
10+
511
## 0.34.0
612

713
### 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
921

1022
## 0.33.0
1123

service/databases/model_active_active.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ type CreateActiveActiveDatabase struct {
7979
LocalThroughputMeasurement []*LocalThroughput `json:"localThroughputMeasurement,omitempty"`
8080
PortNumber *int `json:"port,omitempty"`
8181
QueryPerformanceFactor *string `json:"queryPerformanceFactor,omitempty"`
82+
RedisVersion *string `json:"redisVersion,omitempty"`
8283
}
8384

8485
func (o CreateActiveActiveDatabase) String() string {

0 commit comments

Comments
 (0)