@@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.0] ( https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.9.1...redisctl-mcp-v0.10.0 ) - 2026-03-17
11+
12+ ### Added
13+
14+ - * (mcp)* add session-scoped command aliases ([ #891 ] ( https://github.com/redis-developer/redisctl/pull/891 ) )
15+ - * (mcp)* add if_exists option to redis_ft_create ([ #889 ] ( https://github.com/redis-developer/redisctl/pull/889 ) )
16+ - * (mcp)* improve bulk_load for JSON seeding + collect_results flag ([ #888 ] ( https://github.com/redis-developer/redisctl/pull/888 ) )
17+ - * (mcp)* upgrade tower-mcp to 0.8.2 with dynamic prompt skills ([ #845 ] ( https://github.com/redis-developer/redisctl/pull/845 ) )
18+ - * (mcp)* add RediSearch skill prompts for index optimization workflows ([ #843 ] ( https://github.com/redis-developer/redisctl/pull/843 ) )
19+
20+ ### Fixed
21+
22+ - * (mcp)* place NOSTEM before WEIGHT in FT.CREATE field args ([ #879 ] ( https://github.com/redis-developer/redisctl/pull/879 ) )
23+ - * (mcp)* serde coercion for numeric params + bulk load/seed tools ([ #875 ] ( https://github.com/redis-developer/redisctl/pull/875 ) )
24+ - * (mcp)* bail when --oauth is used (not yet implemented) ([ #860 ] ( https://github.com/redis-developer/redisctl/pull/860 ) )
25+ - * (mcp)* validate enum-like string params in RediSearch tools ([ #864 ] ( https://github.com/redis-developer/redisctl/pull/864 ) )
26+ - * (mcp)* harden YAML frontmatter parser and add tests ([ #868 ] ( https://github.com/redis-developer/redisctl/pull/868 ) )
27+ - * (mcp)* validate nx/xx mutual exclusivity in json_set ([ #863 ] ( https://github.com/redis-developer/redisctl/pull/863 ) )
28+ - * (mcp)* validate non-empty collections in RediSearch tools ([ #865 ] ( https://github.com/redis-developer/redisctl/pull/865 ) )
29+ - * (mcp)* validate non-empty collections in RedisJSON tools ([ #862 ] ( https://github.com/redis-developer/redisctl/pull/862 ) )
30+ - * (mcp)* reclassify ft_aliasdel and ft_dictdel as write tier ([ #870 ] ( https://github.com/redis-developer/redisctl/pull/870 ) )
31+ - * (mcp)* set permissive default on app tracing filter when audit enabled ([ #859 ] ( https://github.com/redis-developer/redisctl/pull/859 ) )
32+
33+ ### Other
34+
35+ - * (mcp)* improve tool descriptions for search and bulk/seed tools ([ #880 ] ( https://github.com/redis-developer/redisctl/pull/880 ) )
36+ - * (mcp)* extract K/V pair formatting helper in search tools ([ #871 ] ( https://github.com/redis-developer/redisctl/pull/871 ) )
37+ - * (mcp)* clarify FT.ALTER limitations in query-tuning skill ([ #861 ] ( https://github.com/redis-developer/redisctl/pull/861 ) )
38+ - * (mcp)* remove unnecessary HashMap clones in main ([ #866 ] ( https://github.com/redis-developer/redisctl/pull/866 ) )
39+ - * (mcp)* clean up misleading _ name param and blanket allow(dead_code) ([ #867 ] ( https://github.com/redis-developer/redisctl/pull/867 ) )
40+ - * (mcp)* unify static and dynamic prompt registration ([ #869 ] ( https://github.com/redis-developer/redisctl/pull/869 ) )
41+
1042## [ 0.9.1] ( https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.9.0...redisctl-mcp-v0.9.1 ) - 2026-03-07
1143
1244### Added
0 commit comments