Skip to content

Releases: RedisLabs/rediscloud-go-api

v0.42.0

10 Nov 12:19
dc200b1

Choose a tag to compare

Added:

  • Added ID field to Region struct in account model
  • Added Redis version support for Essentials databases: RedisVersion field and UpgradeRedisVersion() method

Full Changelog: v0.41.0...v0.42.0

v0.41.0

03 Nov 14:24
39af593

Choose a tag to compare

Added:

  • Added AWSAccountID field to CloudDetail struct in subscriptions model for AWS account identification
  • Added govulncheck to CI pipeline for automated vulnerability detection
  • New .github/workflows/vulnerability.yml workflow 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

31 Oct 14:26
a954eb2

Choose a tag to compare

Added:

  • Added global values fields to ActiveActiveDatabase read response: GlobalDataPersistence, GlobalSourceIP, GlobalPassword, GlobalAlerts, and GlobalEnableDefaultUser
  • New TestAADatabase_Get test for ActiveActive Get method coverage
  • Updated TestAADatabase_List test 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

31 Oct 10:56
93a5193

Choose a tag to compare

Added:

  • Added AutoMinorVersionUpgrade to Pro and Active Active models, for upgrade and create endpoints.

Full Changelog: v0.38.0...v0.39.0

v0.38.0

17 Oct 11:03
d622259

Choose a tag to compare

Added:

  • Added PublicEndpointAccess field 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

09 Oct 12:57
b87bd09

Choose a tag to compare

Added:

  • Added GlobalEnableDefaultUser field to UpdateActiveActiveDatabase struct
  • New tests for ActiveActiveCreate and ActiveActiveUpdate methods

Full Changelog: v0.36.5...v0.37.0

v0.36.5

01 Oct 09:31
2ec2487

Choose a tag to compare

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

29 Sep 08:58
667fcf5

Choose a tag to compare

Fixed:

  • Fixing the EnableDefaultUser field to be part of region properties

v0.36.3

24 Sep 09:23
bed9fea

Choose a tag to compare

Added:

  • The regionId property is now supported on GET ActiveActiveRegion requests.

Changed:

  • Changing regionId back to an int.

Full Changelog: v0.36.2...v0.36.3

v0.36.2

18 Sep 15:49
d0d6bc9

Choose a tag to compare

Added:

  • Adding model and service for new PrivateLink endpoints

Changed:

  • Modified delete in API client so that it takes a requestBody parameter.
  • Updating Testify to v1.11.1

Full Changelog: v0.35.0...v0.36.2