Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.68 KB

File metadata and controls

33 lines (20 loc) · 1.68 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.2.0 - 2026-02-28

Added

  • (cli) add profile tags for organizing many profiles (#692) (#705)

Other

  • add edge case tests for profile config loading (#696) (#699)
  • add repository and homepage metadata to redisctl-core (#685)

0.1.0 - 2026-02-25

Added

  • (cli) cargo-style diagnostic error formatting (#671)
  • (cli) infer platform from profile — make cloud/enterprise prefix optional (#668)
  • (mcp) add Cloud database flush operation (#633)
  • (mcp) add Enterprise database write operations (#632)
  • [breaking] implement Layer 2 architecture in redisctl-core (#630)

Other

  • consolidate workspace dependencies (#640)