query-performance-gauge/CHANGELOG.MD

18 lines
687 B
Markdown
Raw Permalink Normal View History

2022-07-26 14:31:20 +02:00
# Changelog
2022-08-19 17:23:41 +02:00
## [unreleased]
### Added
- Users can now specify a password for the SSH key used in the SSH tunnel. This is done by entering the password in
the config file, under the entry `connection_details > ssh_tunneling > ssh_private_key_password`.
### Changed
- The `ssh_tunneling` section of the config file is now optional and the application will work even if the config
file does not contain it.
2022-07-26 14:31:20 +02:00
## [0.2.0] - 2022-07-26
2022-07-26 14:31:20 +02:00
### Added
- Sessions will now print the number of rows obtained from each successfully executed query.
- The tool version is now printed at the beginning of each session to leave a proper trace of what was the running
version for a results file.