Releases: redis-developer/redis-cloud-rs
Releases · redis-developer/redis-cloud-rs
v0.9.5
06 Feb 04:25
Compare
Sorry, something went wrong.
No results found
Fixed
handle empty object response from /tasks endpoint (#56 )
sync Python package version with Rust crate (#54 )
v0.9.4
05 Feb 16:09
Compare
Sorry, something went wrong.
No results found
Other
update rust-version to 1.89 and author email (#52 )
v0.9.3
04 Feb 22:43
Compare
Sorry, something went wrong.
No results found
Added
harmonize API patterns with redis-enterprise (#49 )
v0.9.2
04 Feb 00:20
Compare
Sorry, something went wrong.
No results found
Other
upgrade reqwest to 0.13 (#46 )
v0.9.1
31 Jan 03:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
add Python bindings (#2 )
initial standalone redis-cloud crate