File tree Expand file tree Collapse file tree 9 files changed +68
-11
lines changed
Expand file tree Collapse file tree 9 files changed +68
-11
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.1] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.0...redis-cloud-v0.7.1 ) - 2025-10-29
11+
12+ ### Added
13+
14+ - * (redis-cloud)* add AWS PrivateLink connectivity support ([ #406 ] ( https://github.com/joshrotenberg/redisctl/pull/406 ) )
15+
16+ ### Other
17+
18+ - rewrite README for presentation readiness ([ #408 ] ( https://github.com/joshrotenberg/redisctl/pull/408 ) )
19+ - implement fixture-based validation for Enterprise API ([ #352 ] ( https://github.com/joshrotenberg/redisctl/pull/352 ) ) ([ #398 ] ( https://github.com/joshrotenberg/redisctl/pull/398 ) )
20+
1021## [ 0.7.0] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.2...redis-cloud-v0.7.0 ) - 2025-10-07
1122
1223### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-cloud"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.4] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.3...redis-enterprise-v0.6.4 ) - 2025-10-29
11+
12+ ### Added
13+
14+ - Add streaming logs support with --follow flag (Issue #70 ) ([ #404 ] ( https://github.com/joshrotenberg/redisctl/pull/404 ) )
15+
16+ ### Other
17+
18+ - add comprehensive presentation outline and rladmin comparison ([ #415 ] ( https://github.com/joshrotenberg/redisctl/pull/415 ) )
19+ - rewrite README for presentation readiness ([ #408 ] ( https://github.com/joshrotenberg/redisctl/pull/408 ) )
20+ - implement fixture-based validation for Enterprise API ([ #352 ] ( https://github.com/joshrotenberg/redisctl/pull/352 ) ) ([ #398 ] ( https://github.com/joshrotenberg/redisctl/pull/398 ) )
21+
1022## [ 0.6.3] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.2...redis-enterprise-v0.6.3 ) - 2025-10-07
1123
1224### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-enterprise"
3- version = " 0.6.3 "
3+ version = " 0.6.4 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.1] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-config-v0.1.0...redisctl-config-v0.1.1 ) - 2025-10-29
11+
12+ ### Added
13+
14+ - add --config-file flag for alternate configuration file ([ #430 ] ( https://github.com/joshrotenberg/redisctl/pull/430 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " redisctl-config"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2024"
55authors = [
" Josh Rotenberg <[email protected] >" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.6] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.5...redisctl-v0.6.6 ) - 2025-10-29
11+
12+ ### Added
13+
14+ - add --config-file flag for alternate configuration file ([ #430 ] ( https://github.com/joshrotenberg/redisctl/pull/430 ) )
15+ - * (cli)* add AWS PrivateLink human-friendly commands ([ #407 ] ( https://github.com/joshrotenberg/redisctl/pull/407 ) )
16+ - Add streaming logs support with --follow flag (Issue #70 ) ([ #404 ] ( https://github.com/joshrotenberg/redisctl/pull/404 ) )
17+ - Add improved error messages with actionable suggestions (Issue #259 ) ([ #401 ] ( https://github.com/joshrotenberg/redisctl/pull/401 ) )
18+
19+ ### Fixed
20+
21+ - handle processing-error state in async operations ([ #431 ] ( https://github.com/joshrotenberg/redisctl/pull/431 ) )
22+
23+ ### Other
24+
25+ - add comprehensive presentation outline and rladmin comparison ([ #415 ] ( https://github.com/joshrotenberg/redisctl/pull/415 ) )
26+ - Extract config/profile management to library crate ([ #410 ] ( https://github.com/joshrotenberg/redisctl/pull/410 ) )
27+ - rewrite README for presentation readiness ([ #408 ] ( https://github.com/joshrotenberg/redisctl/pull/408 ) )
28+ - extract profile commands from main.rs to dedicated module ([ #403 ] ( https://github.com/joshrotenberg/redisctl/pull/403 ) )
29+
1030## [ 0.6.5] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.4...redisctl-v0.6.5 ) - 2025-10-07
1131
1232### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redisctl"
3- version = " 0.6.5 "
3+ version = " 0.6.6 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
@@ -18,9 +18,9 @@ path = "src/main.rs"
1818
1919
2020[dependencies ]
21- redisctl-config = { version = " 0.1.0 " , path = " ../redisctl-config" }
22- redis-cloud = { version = " 0.7.0 " , path = " ../redis-cloud" }
23- redis-enterprise = { version = " 0.6.3 " , path = " ../redis-enterprise" }
21+ redisctl-config = { version = " 0.1.1 " , path = " ../redisctl-config" }
22+ redis-cloud = { version = " 0.7.1 " , path = " ../redis-cloud" }
23+ redis-enterprise = { version = " 0.6.4 " , path = " ../redis-enterprise" }
2424files-sdk = { workspace = true , optional = true }
2525
2626# CLI dependencies
You can’t perform that action at this time.
0 commit comments