Skip to content

Latest commit

 

History

History
353 lines (280 loc) · 10.6 KB

CHANGELOG.rst

File metadata and controls

353 lines (280 loc) · 10.6 KB

Changelog

v1.1.0 (2022-12-05)

Features

Deprecations (removal in next major release)

Documentation

Miscellaneous

v1.0.0 (2022-09-14)

Features

Miscellaneous

v0.4.0 (2022-04-26)

Bugfixes

  • Improved channel.exec_command to always use a newly created ssh_channel to avoid segfaults on repeated calls -- by :user:`Qalthos` (:issue:`280`)
  • Fixed password prompt match in pylibsshext.session.Session.authenticate_interactive() to strip whitespace, check that the prompt only ends with password:, and added a little extra logging -- by :user:`dalrrard` (:issue:`311`)

Backward incompatible changes

v0.3.0 (2021-11-03)

Bugfixes

Features

Documentation

Miscellaneous

v0.2.0 (2021-03-01)

Bugfixes

Features

Documentation

Miscellaneous

v0.1.0 (2020-08-12)

Bugfixes

Features

Backward incompatible changes

  • Updated the package name to ansible-pylibssh to reflect that the library only intends to implement a set of APIs that are necessary to implement an Ansible connection plugin -- by :user:`ganeshrn` (:issue:`1`)

Documentation

Miscellaneous