Skip to content

Releases: ploxiln/fab-classic

Version 1.19.2

27 Feb 08:09
Compare
Choose a tag to compare
  • #62 optimize _endswith()
  • #64 remove remnants of python-2.5 support, simplify paramiko import
  • #67 fix rsync_project() exclude arg for python-3
  • #77 improve retry logic which checks for "Error reading protocol banner"
  • #74 fix pipe fd leak from parallel mode task processes

Version 1.19.1

07 Oct 03:42
Compare
Choose a tag to compare
  • #59 fix compatibility with Python 3.10
  • #60 fix local() handling of failing commands with capture=False (broken in 1.19.0 by #54)

Version 1.18.2

07 Oct 06:58
Compare
Choose a tag to compare
  • #61 fix compatibility with Python 3.10

Version 1.19.0

21 Aug 17:55
Compare
Choose a tag to compare

Version 1.17.1

28 Jul 17:49
Compare
Choose a tag to compare
  • #50 fix regression of pty behavior for run() and sudo(), introduced in 1.17.0 along with stdin feature
  • #49 switch CI setup to GitHub Actions, for the 1.17 branch

Version 1.18.1

28 Jul 10:30
Compare
Choose a tag to compare
  • #48 fix regression of pty behavior for run() and sudo(), introduced in 1.17.0 along with stdin feature
  • #40 #42 update test matrix, update some tests for updated paramiko/cryptography

Version 1.18.0

17 Apr 20:43
Compare
Choose a tag to compare
  • #36 more robust default temp_dir for put() and get() with use_sudo=True
  • #31 enable switching install_requires back to "paramiko" with PARAMIKO_REPLACE=1
  • #38 fab --version now distinguishes between paramiko-ng and upstream Paramiko
  • #30 print specific unrecognized SSHException, instead of just showing password prompt
  • #33 small cleanup of fabfile import, parallel task wrapper function
  • #35 #37 switch from Travis-CI to GitHub Actions for CI
  • docs links updates, tiny wording updates

Version 1.17.0

25 Feb 01:21
Compare
Choose a tag to compare
  • #23 add stdin kwarg to run() and sudo()
  • #25 add --banner-timeout and --auth-timeout flags and "env" settings
  • #26 add support for simple ProxyJump directive in ssh config
  • #24 clean up a couple "messy" module imports inside methods
  • #24 docs: remove notes of versionadded/versionchanged <= 1.1 (ancient)
  • #22 update test matrix and docs website build deps

Version 1.16.0

17 Jun 04:40
Compare
Choose a tag to compare

Version 1.15.2

01 Dec 18:07
Compare
Choose a tag to compare

All fixes cherry-picked from the original-Fabric 1.14.1 release: