File tree Expand file tree Collapse file tree 8 files changed +51
-1007
lines changed
Expand file tree Collapse file tree 8 files changed +51
-1007
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.0] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.2...redis-cloud-v0.7.0 ) - 2025-10-07
11+
12+ ### Added
13+
14+ - * (redis-cloud)* medium priority API coverage improvements
15+ - * (redis-cloud)* high priority API coverage improvements
16+ - * (redis-cloud)* expand additional response types with list fields
17+ - * (redis-cloud)* expose all known API fields as first-class struct members
18+
19+ ### Fixed
20+
21+ - add OpenAPI spec fixture for CI
22+
23+ ### Other
24+
25+ - add support package optimization and upload documentation
26+ - add Homebrew installation instructions
27+
1028## [ 0.6.1] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.0...redis-cloud-v0.6.1 ) - 2025-09-16
1129
1230### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-cloud"
3- version = " 0.6.2 "
3+ version = " 0.7.0 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.3] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.2...redis-enterprise-v0.6.3 ) - 2025-10-07
11+
12+ ### Other
13+
14+ - add support package optimization and upload documentation
15+ - add Homebrew installation instructions
16+
1017## [ 0.6.1] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.0...redis-enterprise-v0.6.1 ) - 2025-09-16
1118
1219### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-enterprise"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.3] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.2...redisctl-v0.6.3 ) - 2025-10-07
11+
12+ ### Added
13+
14+ - add comprehensive Files.com API key management with secure storage
15+ - add support package upload feature with files-sdk 0.3.1
16+ - add support package optimization
17+
18+ ### Fixed
19+
20+ - * (secure-storage)* enable platform-native keyring backends
21+
22+ ### Other
23+
24+ - add support package optimization and upload documentation
25+ - Merge pull request #371 from joshrotenberg/feat/homebrew-auto-update
26+ - add Homebrew installation instructions
27+
1028## [ 0.6.1] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.0...redisctl-v0.6.1 ) - 2025-09-16
1129
1230### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " redisctl"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
@@ -18,8 +18,8 @@ path = "src/main.rs"
1818
1919
2020[dependencies ]
21- redis-cloud = { version = " 0.6.2 " , path = " ../redis-cloud" }
22- redis-enterprise = { version = " 0.6.2 " , path = " ../redis-enterprise" }
21+ redis-cloud = { version = " 0.7.0 " , path = " ../redis-cloud" }
22+ redis-enterprise = { version = " 0.6.3 " , path = " ../redis-enterprise" }
2323files-sdk = { workspace = true , optional = true }
2424
2525# CLI dependencies
You can’t perform that action at this time.
0 commit comments