Skip to content

Releases: momentohq/momento-cli

v0.30.2

17 Feb 22:06
Compare
Choose a tag to compare

0.30.2 (2023-02-17)

Chores

  • Updated Cargo version to v0.30.2 (1421ddf)

v0.30.1

17 Feb 21:06
Compare
Choose a tag to compare

0.30.1 (2023-02-17)

Bug Fixes

Chores

  • Updated Cargo version to v0.30.1 (7742f72)

v0.30.0

17 Feb 17:33
Compare
Choose a tag to compare

0.30.0 (2023-02-17)

Feature

  • add bash/zsh completions to linux packaging (58977a3)

Chores

  • Updated Cargo version to v0.30.0 (4f48a6c)

v0.29.3

17 Feb 16:31
Compare
Choose a tag to compare

0.29.3 (2023-02-17)

Chores

  • Updated Cargo version to v0.29.3 (75a07f9)
  • bundle zsh/bash completion scripts in mac/linux tarballs (6f0b9d4)

v0.29.2

17 Feb 14:58
Compare
Choose a tag to compare

0.29.2 (2023-02-17)

Chores

  • Updated Cargo version to v0.29.2 (960ba3a)
  • move cross pre-build config to Cross.toml (18ca977)

v0.29.1

17 Feb 14:18
Compare
Choose a tag to compare

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

31 Jan 22:05
Compare
Choose a tag to compare

0.29.0 (2023-01-31)

Feature

  • add ap-south-1 to regions list, update READMEs for new CLI syntax (a78e73d)

Chores

  • Updated Cargo version to v0.29.0 (8c8c579)

v0.28.2

31 Jan 19:49
Compare
Choose a tag to compare

0.28.2 (2023-01-31)

Bug Fixes

Chores

  • Updated Cargo version to v0.28.2 (c15c0c1)

v0.28.1

31 Jan 18:21
Compare
Choose a tag to compare

0.28.1 (2023-01-31)

Bug Fixes

  • add protoc for aarch64 cross build (a58f4c7)

Chores

  • Updated Cargo version to v0.28.1 (7bec341)

v0.28.0

31 Jan 02:26
Compare
Choose a tag to compare

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)