Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions crates/redis-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.0...redis-cloud-v0.7.1) - 2025-10-29

### Added

- *(redis-cloud)* add AWS PrivateLink connectivity support ([#406](https://github.com/joshrotenberg/redisctl/pull/406))

### Other

- rewrite README for presentation readiness ([#408](https://github.com/joshrotenberg/redisctl/pull/408))
- implement fixture-based validation for Enterprise API ([#352](https://github.com/joshrotenberg/redisctl/pull/352)) ([#398](https://github.com/joshrotenberg/redisctl/pull/398))

## [0.7.0](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.2...redis-cloud-v0.7.0) - 2025-10-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/redis-cloud/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redis-cloud"
version = "0.7.0"
version = "0.7.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions crates/redis-enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.4](https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.3...redis-enterprise-v0.6.4) - 2025-10-29

### Added

- Add streaming logs support with --follow flag (Issue #70) ([#404](https://github.com/joshrotenberg/redisctl/pull/404))

### Other

- add comprehensive presentation outline and rladmin comparison ([#415](https://github.com/joshrotenberg/redisctl/pull/415))
- rewrite README for presentation readiness ([#408](https://github.com/joshrotenberg/redisctl/pull/408))
- implement fixture-based validation for Enterprise API ([#352](https://github.com/joshrotenberg/redisctl/pull/352)) ([#398](https://github.com/joshrotenberg/redisctl/pull/398))

## [0.6.3](https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.2...redis-enterprise-v0.6.3) - 2025-10-07

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/redis-enterprise/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redis-enterprise"
version = "0.6.3"
version = "0.6.4"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions crates/redisctl-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/joshrotenberg/redisctl/compare/redisctl-config-v0.1.0...redisctl-config-v0.1.1) - 2025-10-29

### Added

- add --config-file flag for alternate configuration file ([#430](https://github.com/joshrotenberg/redisctl/pull/430))
2 changes: 1 addition & 1 deletion crates/redisctl-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redisctl-config"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
authors = ["Josh Rotenberg <josh@redislabs.com>"]
license = "MIT OR Apache-2.0"
Expand Down
20 changes: 20 additions & 0 deletions crates/redisctl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.6](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.5...redisctl-v0.6.6) - 2025-10-29

### Added

- add --config-file flag for alternate configuration file ([#430](https://github.com/joshrotenberg/redisctl/pull/430))
- *(cli)* add AWS PrivateLink human-friendly commands ([#407](https://github.com/joshrotenberg/redisctl/pull/407))
- Add streaming logs support with --follow flag (Issue #70) ([#404](https://github.com/joshrotenberg/redisctl/pull/404))
- Add improved error messages with actionable suggestions (Issue #259) ([#401](https://github.com/joshrotenberg/redisctl/pull/401))

### Fixed

- handle processing-error state in async operations ([#431](https://github.com/joshrotenberg/redisctl/pull/431))

### Other

- add comprehensive presentation outline and rladmin comparison ([#415](https://github.com/joshrotenberg/redisctl/pull/415))
- Extract config/profile management to library crate ([#410](https://github.com/joshrotenberg/redisctl/pull/410))
- rewrite README for presentation readiness ([#408](https://github.com/joshrotenberg/redisctl/pull/408))
- extract profile commands from main.rs to dedicated module ([#403](https://github.com/joshrotenberg/redisctl/pull/403))

## [0.6.5](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.4...redisctl-v0.6.5) - 2025-10-07

### Added
Expand Down
8 changes: 4 additions & 4 deletions crates/redisctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redisctl"
version = "0.6.5"
version = "0.6.6"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -18,9 +18,9 @@ path = "src/main.rs"


[dependencies]
redisctl-config = { version = "0.1.0", path = "../redisctl-config" }
redis-cloud = { version = "0.7.0", path = "../redis-cloud" }
redis-enterprise = { version = "0.6.3", path = "../redis-enterprise" }
redisctl-config = { version = "0.1.1", path = "../redisctl-config" }
redis-cloud = { version = "0.7.1", path = "../redis-cloud" }
redis-enterprise = { version = "0.6.4", path = "../redis-enterprise" }
files-sdk = { workspace = true, optional = true }

# CLI dependencies
Expand Down
Loading