Skip to content

Releases: RedisLabs/rediscloud-go-api

v0.26.0

20 May 17:23
f69bb47
Compare
Choose a tag to compare
  • Fixes to the AA regions endpoint: removing the unfilled RegionId field and correcting the JSON for the DeploymentCidr field.

v0.25.0

23 Apr 10:39
cff47a3
Compare
Choose a tag to compare
  • Added payment method to the fixed subscription API. This should allow payments via the marketplace as well as credit cards.

v0.24.0

11 Apr 15:14
a9d4e74
Compare
Choose a tag to compare
  • Add endpoint for Active Active regions.

v0.23.0

03 Apr 13:39
a10b8fc
Compare
Choose a tag to compare
  • Add Query Performance Factor property to subscription and database models

v0.22.0

23 Jan 16:10
fc57188
Compare
Choose a tag to compare

Added

  • Add endpoints to the new Private Service Connect API for Pro and Active-Active subscriptions.

v0.21.0

04 Dec 10:10
8e659f2
Compare
Choose a tag to compare

Added

  • Handling API rate limits to wait or retry calls depending on the current window or remaining limits.

Fixed

  • Removed extra API calls when retrieving the latest backup and import statuses.

Full Changelog: v0.20.1...v0.21.0

v0.1.9

05 Jul 14:44
1060c19
Compare
Choose a tag to compare

Added

  • Adds wrap404Error for database service GET method
  • Add proxy-policy-change and -draft to pending state constants

v0.1.8

12 May 14:23
034a61e
Compare
Choose a tag to compare

Added

  • Adds region attribute to VPCPeering
  • Adds paymentMethod field to CreateSubscription and Subscription structs

v0.1.7

25 Apr 15:31
18e7679
Compare
Choose a tag to compare

Removed

  • Removed the PersistentStorageEncryption (deprecated) field from the API calls.

v0.1.6

14 Jan 13:12
3a1af09
Compare
Choose a tag to compare

Added

  • Include "Content-Type: application/json" in the header of all requests to the API.