Releases: momentohq/momento-cli
Releases · momentohq/momento-cli
v0.30.2
v0.30.1
v0.30.0
v0.29.3
v0.29.2
v0.29.1
0.29.1 (2023-02-17)
Chores
- Updated Cargo version to v0.29.1 (c7ccfc7)
- cargo fmt (92e296b)
- fix cargo.toml versions (ac5505a)
- uncomment login stuff and remove features (9cff010)
- comment out login stuff for now to placate clippy (bcf7596)
- move CLI opts into library package (92dbc5e)
- add heartbeat support (#259) (0f54e57)
- move tests to momento subdir (1594c58)
- linting (4963b79)
- introduce separate lib and app for binary vs. cli options (e40e890)
- update sdk (#257) (6e456b1)
v0.29.0
v0.28.2
v0.28.1
v0.28.0
0.28.0 (2023-01-31)
Feature
Bug Fixes
- add tests to cover case with empty token in config file, fix bug (2a984fa)
- windows protoc installation (#244) (93c26a3)
- don't log confusing message if the user runs configure a second time (#239) (438225c)
- prompt Windows users re: alternate mechanisms for pasting. (#238) (b9fd34f)
Chores
- Updated Cargo version to v0.28.0 (1f8e1eb)
- simplify replace_*_value fns (735346c)
- remove unnecessary conditional logic from update_*_profile fns (410613e)
- refactor to simplify update_*_profile (2305517)
- simplify update_*_profile fns (f1883c1)
- refactor to remove FileTypes enum (f593ecd)
- clean up integration tests, support MOMENTO_CONFIG_DIR (#248) (6c8b1b9)
- use 'impl AsRef' inline in argument signatures rather than using generic type T (90b037c)
- refactor ini signatures to accept &str to reduce cloning (498f0a7)
- simplify signature for ini update_profile_values (794b35f)
- add some initial basic tests for config/creds ini interactions (4455260)
- update windows install instructions for winget (#240) (24b238e)