query-performance-gauge/CHANGELOG.MD
2022-08-19 17:23:41 +02:00

18 lines
No EOL
687 B
Markdown

# Changelog
## [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.
## [0.2.0] - 2022-07-26
### 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.