- Allow flexibility in the Paramiko dependency version
0.5.0
- Added context managers to both `SSHSession` and `SSHSessionManager`
0.4.0
- Added multi-threading to `SSHSessionManager.upload_file()` - Added the `should_make_missing_directories` parameter to `SSHSessionManager.upload_file()`
0.3.2
- **Note:** v0.3.2 has breaking changes - `get_command_output_information_dictionary()` has been renamed to `get_command_output_dictionary()` - Some documentation added - General package / repository cleanup
0.3.1
- **Note:** v0.3.1 has breaking changes - Removed cached ping methods - these never really made much sense - Swapped out custom ping method for [ping3](https://pypi.org/project/ping3/), which allows us to provide a `timeout_in_seconds` parameter to ping methods
0.3.0
- Added ping methods to `SSHSession` and `SSHSessionManager`