Skip to content

Releases: redis-developer/redis-cloud-rs

v0.9.5

06 Feb 04:25
989a32c

Choose a tag to compare

Fixed

  • handle empty object response from /tasks endpoint (#56)
  • sync Python package version with Rust crate (#54)

v0.9.4

05 Feb 16:09
0e346d7

Choose a tag to compare

Other

  • update rust-version to 1.89 and author email (#52)

v0.9.3

04 Feb 22:43
e08b11e

Choose a tag to compare

Added

  • harmonize API patterns with redis-enterprise (#49)

v0.9.2

04 Feb 00:20
69b25c0

Choose a tag to compare

Other

  • upgrade reqwest to 0.13 (#46)

v0.9.1

31 Jan 03:34
63156a4

Choose a tag to compare

Added

  • add test-support feature for consumer testing (#43)

Fixed

  • correct mock response formats for tasks and databases (#45)

v0.9.0

30 Jan 17:21
86f480f

Choose a tag to compare

Added

  • update Python bindings with new methods and add tests (#33)

Fixed

  • use Link type instead of HashMap for HATEOAS links (#28)
  • address multiple bugs in client and cost_report modules (#25)
  • add README to PyPI package (#3)

Other

  • code cleanup and add examples (#42)
  • align Rust types with Go client (rediscloud-go-api) (#41)
  • add dependency audit and code coverage (#34)
  • reduce VPC peering duplication and add pagination helpers (#32)
  • fix README examples and add handler method documentation (#31)
  • API cleanup and ergonomic improvements (#30)
  • improve type safety for response and request types (#29)
  • consolidate duplicate ProcessorResponse and error handling (#26)

v0.8.0

30 Jan 02:27
b93f91a

Choose a tag to compare

Added

  • add Python bindings (#2)
  • initial standalone redis-cloud crate