Releases: RedisLabs/rediscloud-go-api
Releases · RedisLabs/rediscloud-go-api
v0.43.0
Added:
- Added
PersistentStorageEncryptionTypeandDeletionGracePeriodfields toSubscriptionmodel for customer-managed key support
Full Changelog: v0.42.0...v0.43.0
v0.42.0
Added:
- Added
IDfield toRegionstruct in account model - Added Redis version support for Essentials databases:
RedisVersionfield andUpgradeRedisVersion()method
Full Changelog: v0.41.0...v0.42.0
v0.41.0
Added:
- Added
AWSAccountIDfield toCloudDetailstruct in subscriptions model for AWS account identification - Added
govulncheckto CI pipeline for automated vulnerability detection - New
.github/workflows/vulnerability.ymlworkflow for parallel vulnerability checking - Enabled Go module caching in GitHub Actions for improved build performance
Updated:
- Updated Go toolchain to 1.25.3 to address stdlib vulnerabilities (GO-2025-4007, GO-2025-3751, GO-2025-3750, GO-2025-3749, GO-2025-3563)
Tests:
- Added AWS account ID to subscription test fixtures (
TestSubscription_List,TestSubscription_Get,TestSubscription_Get_PublicEndpointAccess)
Full Changelog: v0.40.0...v0.41.0
v0.40.0
Added:
- Added global values fields to
ActiveActiveDatabaseread response:GlobalDataPersistence,GlobalSourceIP,GlobalPassword,GlobalAlerts, andGlobalEnableDefaultUser - New
TestAADatabase_Gettest for ActiveActive Get method coverage - Updated
TestAADatabase_Listtest to include global values in response
Updated:
- Bump golang.org/x/tools to 0.38.0
- Bump github.com/avast/retry-go/v4 to 4.7.0
Fixed:
- Fixed an issue with endpoint scripts not unmarshalling correctly.
Full Changelog: v0.39.0...v0.40.0
v0.39.0
Added:
- Added
AutoMinorVersionUpgradeto Pro and Active Active models, for upgrade and create endpoints.
Full Changelog: v0.38.0...v0.39.0
v0.38.0
Added:
- Added
PublicEndpointAccessfield to Subscription create/update API - New tests to check this field is used correctly
Full Changelog: v0.37.0...v0.38.0
v0.37.0
Added:
- Added
GlobalEnableDefaultUserfield to UpdateActiveActiveDatabase struct - New tests for ActiveActiveCreate and ActiveActiveUpdate methods
Full Changelog: v0.36.5...v0.37.0
v0.36.5
Changed:
- Several fields in the PrivateLink connections datatype now have data types aligned with the API.
- Fixed an issue with a malformed URL for the PrivateLink endpoint scripts and added tests
v0.36.4
Fixed:
- Fixing the EnableDefaultUser field to be part of region properties
v0.36.3
Added:
- The
regionIdproperty is now supported onGETActiveActiveRegion requests.
Changed:
- Changing
regionIdback to an int.
Full Changelog: v0.36.2...v0.36.3