# Changelog
## v0.1.0-pre.2
- (Fix) --input-data is not required for most commands.
## v0.1.0-pre.1
- (Breaking Change) - Removed VALKEY_SERVER_HOST=host / VALKEY_SERVER_PORT=port options
- (Migration Path) - Use VALKEY_SERVER_CENTRALIZED=host:port instead.
- (Rationale) - unifies argument parsing for all valkey server modes.
- (Change) - OUTPUT_FORMAT=yaml no longer forces a start-of-document header.
- (Migration Path) - Set OUTPUT_FORMAT=yaml-document if you want this.
- (Change) - When writing to Valkey, output has both leading and trailing whitespace trimmed before writing.
- (Internal) - added macros for testing consistency between defaults/clap/serde.
- (Internal) - added consistency tests for Valkey ServerConfig.
- (Internal) - added consistency tests to Password Generation Options.
## v0.1.0-pre.0
Initial Prerelease