Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 615 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 615 Bytes

Changelog

Unreleased

0.4.0 - 2025-02-06

  • controlmaster: allow ssh config file to be specified

0.3.0 - 2023-02-24

  • controlmaster: capture output from failed ssh connection attempts
  • controlmaster: read until stdout and stderr reach end-of-file
  • controlmaster: split output streams by lines
  • Add logscan module for matching patterns in multiple input streams

0.2.1 - 2021-10-22

  • Upload releases to PyPi automatically
  • No functional changes

0.2.0 - 2021-10-22

  • Add timeout to run function
  • Change socket path format to be unique per SSH instance

0.1.1 - 2021-09-14

  • Initial release