Skip to content

Releases: AlexanderThaller/hstdb

2.1.0

04 Jul 10:27
9cd36c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.1.0

2.0.2

13 Oct 11:53
Compare
Choose a tag to compare
  • Make new release with new name.

2.0.1

02 Sep 13:15
Compare
Choose a tag to compare
  • No longer show an error when piping the output of histdb-rs and the
    pipe has been closed. [#19]

2.0.0

31 Aug 07:49
a3eb888
Compare
Choose a tag to compare

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

1.0.0

01 Jun 17:35
Compare
Choose a tag to compare
  • No big changes just updated the dependencies.
  • Automatic binaries created through github actions.

The linux-musl binaries will miss the feature to import from a sqlite3 database as sqlite3 and musl doesn't work.