Skip to content

v0.6.1

Choose a tag to compare

@joshrotenberg joshrotenberg released this 17 Sep 00:22
· 136 commits to main since this release
f45ead2

🚀 v0.6.1

🐛 Bug Fixes

Redis Enterprise API Type Fixes

  • Fixed master_persistence type from String to bool (#348)
  • Fixed max_aof_file_size type from String to u64 (#351)
  • Fixed additional type mismatches:
    • recovery_wait_time: u32i32 (can be -1)
    • skip_import_analyze: boolString
    • sync_dedicated_threads: boolu32

Profile Resolution Improvements

  • Improved profile resolution for explicit cloud/enterprise commands (#353)
  • Added type-specific defaults (default_enterprise, default_cloud)
  • Smart resolution order: explicit flag → type-specific default → first matching profile → helpful error

🚀 Improvements

  • Added serde_path_to_error for better deserialization error messages (#349)

📦 Published to crates.io

  • redis-cloud v0.6.1
  • redis-enterprise v0.6.1
  • redisctl v0.6.1