Skip to content

Commit

Permalink
Added a resp_version property for creating activeactive databases (#134)
Browse files Browse the repository at this point in the history
Updated the changelog in prep for a 0.7.0 release
  • Loading branch information
JohnSharpe authored Oct 31, 2023
1 parent 852ba15 commit da3b7a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@
All notable changes to this project will be documented in this file.
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/).

## 0.7.0

### Added

* A `redis_version` property Subscriptions
* A `resp_version` property for ActiveActive Databases (creation only)

## 0.6.0

### Added

* A `status` property for ACL Users
* A `resp_version` property for databases
* An `enable_default_user` property for databases
* A `resp_version` property for Databases
* An `enable_default_user` property for Databases

## 0.5.4

### Updated

* Fixed `alert` properties on databases and regions to allow empty lists
* Fixed `alert` properties on Databases and Regions to allow empty lists

## 0.5.3

Expand Down
1 change: 1 addition & 0 deletions service/databases/model_active_active.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ type CreateActiveActiveDatabase struct {
Protocol *string `json:"protocol,omitempty"`
MemoryLimitInGB *float64 `json:"memoryLimitInGb,omitempty"`
SupportOSSClusterAPI *bool `json:"supportOSSClusterApi,omitempty"`
RespVersion *string `json:"respVersion,omitempty"`
UseExternalEndpointForOSSClusterAPI *bool `json:"useExternalEndpointForOSSClusterApi,omitempty"`
DataEvictionPolicy *string `json:"dataEvictionPolicy,omitempty"`
GlobalDataPersistence *string `json:"dataPersistence,omitempty"`
Expand Down

0 comments on commit da3b7a0

Please sign in to comment.