Skip to content

2.0.0

Choose a tag to compare

@AlexanderThaller AlexanderThaller released this 31 Aug 07:49
a3eb888

MAKE SURE TO RESTART THE SERVER AFTER UPGRADING ELSE THE COMMUNICATION WITH THE CLIENT WILL NOT WORK.

  • Add flag --session. Allows to filter entries by the given
    session. The session of a history entry can be found using
    --show-session.
  • Add flag --filter-failed. Enables filtering of failed commands
    when listing the history. Will filter out all commands that had a
    return code that is not 0.
  • Add option --find-status. When specified will find all commands
    with the given return code.
  • Ignore commands starting with ' ' (space). This should make it
    easier to not record sensitive commands. This is configurable in a
    configuration file with the option ignore_space. By default this
    is enabled.
  • Add configuration option log_level to change the default log level
    to run under.

Milestone: https://github.com/AlexanderThaller/histdb-rs/milestone/1