Skip to content

Latest commit

 

History

History
185 lines (101 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

185 lines (101 loc) · 6.07 KB

Changelog

master - unreleased

v0.13.0 (May, 12, 2024)

ENHANCEMENTS:

  • support vault tls by cert path (#112) - Thank you meridsa
  • shrink binary size (#115) - Thank you kindy)
  • release minimized builds (#116)
  • patch dependencies (#118)

v0.12.2 (February, 21, 2023)

ENHANCEMENTS:

  • Remove bad dependency and patch dependencies (#101)
  • bump go version 1.17 and patch dependencies (#102)
  • bump go version 1.19 and patch dependencies (#111)

v0.12.1 (October, 06, 2021)

ENHANCEMENTS:

  • Patch dependencies (#99)

v0.12.0 (June 15, 2021)

ENHANCEMENTS:

  • In interactive mode, assume path for command is pwd for grep and replace (#95)
  • add shallow flag to grep/replace commands (#97) - Thank you for implementation mattlqx)

v0.11.0 (February 27, 2021)

ENHANCEMENTS:

  • Adding dry-run/confirm flags to the add command (#91 - Thank you for implementation dugshnay)

BUG FIXES:

  • Fix stale cache in interactive mode (#92)

v0.10.0 (February 24, 2021)

ENHANCEMENTS:

  • Add --output flag to replace command to output as line diffs for each replacement in addition to the default inline format. (#88)
  • Add add command for single key insertion (#87)

BUG FIXES:

  • Don't show error on empty line enter in interactive mode (#85)

v0.9.0 (February 6, 2021)

Big thank you to mattlqx for the great enhancements.

ENHANCEMENTS:

  • Proper arg parsing with help text for subcommands (#73 - Thank you for implementation mattlqx)
  • Add replace command (#69 - Thank you for implementation mattlqx)
  • Add key selector to replace command (#72 - Thank you for implementation mattlqx)
  • Allow limiting scope of grep to keys or values (#66 - Thank you for implementation mattlqx)
  • Do not show and operate on KV2 metadata (#68)

v0.8.0 (January 27, 2021)

ENHANCEMENTS:

  • Allow regex on grep operation (#61 - Thank you for implementation mattlqx)
  • Allow quotes and escapes in input (#61 - Thank you for implementation mattlqx)

BUG FIXES:

  • Fix panic on data keys in KV1 (#63 - Thank you for issue submission tommartensen)

v0.7.2 (October 4, 2020)

BUG FIXES:

  • Fix copy of ambiguous sub-file (#55)

v0.7.1 (October 2, 2020)

BUG FIXES:

  • Proper return codes (#51)
  • Proper logging (#52)

v0.7.0 (September 26, 2020)

ENHANCEMENTS:

  • Add option to disable path auto-completion (#48)

v0.6.3 (September 22, 2020)

BUG FIXES:

  • Properly handle ambiguous files without read permission #46 - Thank you for detailed report agaudreault-jive

v0.6.2 (June 18, 2020)

ENHANCEMENTS:

  • Allow separation of command params with multiple whitespaces (#40) - Thank you vikin91
  • Unify verbose behavior (#41) - Thank you vikin91

BUG FIXES:

  • Properly handle ambiguous files (#37)

v0.6.1 (June 15, 2020)

BUG FIXES:

  • Properly handle suffix '/' in source path (#39)

v0.6.0 (June 13, 2020)

ENHANCEMENTS:

BUG FIXES:

  • Remove file/dir ambiguity for rm (#29)

v0.5.0 (April 5, 2020)

ENHANCEMENTS:

  • add grep command (#25)
  • ls with new line instead of single line (#27)

BUG FIXES:

  • remove // from paths (#26)
  • fix broken tests

v0.4.1 (March 21, 2020)

ENHANCEMENTS:

  • performance: cache List() queries (#23)

v0.4.0 (March 10, 2020)

ENHANCEMENTS:

  • use TokenHelper mechanism (#20)

v0.3.1 (October 31, 2019)

BUG FIXES:

  • fix top-level path panic (#17)

v0.3.0 (October 31, 2019)

ENHANCEMENTS:

  • token list permission on sys/mounts is not mandatory

v0.2.0 (October 20, 2019)

ENHANCEMENTS:

  • use ~/.vault-token as fallback if VAULT_TOKEN is not set (#12)

BUG FIXES:

  • error handling to catch bad input (#13)

v0.1.1 (October 8, 2019)

BUG FIXES:

  • more sanity checks on user input to avoid crashes (#10)

v0.1.0 (October 7, 2019)

Initial release