Releases: ploxiln/fab-classic
Releases · ploxiln/fab-classic
Version 1.20.2
29 Oct 02:15
Compare
Sorry, something went wrong.
No results found
Support Python 3.14 (#97 )
add to CI
_pty_size(): fix TIOCGWINSZ struct now that fcntl.ioctl() is strict about buffer size
Version 1.20.1
10 Sep 18:31
Compare
Sorry, something went wrong.
No results found
fix key_from_env() to detect available key types (fixes compatibility with paramiko-4.x which removes DSS key support) #93 #95
test-matrix updates #92 #94
Version 1.20.0
17 Mar 05:48
Compare
Sorry, something went wrong.
No results found
Fix --parallel option on macOS with Python-3.8 or later by always using multiprocessing "fork" mode (probably also needed on Linux with Python-3.14 or later) #88
Require Python-3.5 or later (finally drop support for Python-2.7), and clean-up old support code: #56 #85 #87 f00a679
Version 1.19.2
27 Feb 08:09
Compare
Sorry, something went wrong.
No results found
#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
Sorry, something went wrong.
No results found
#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
Sorry, something went wrong.
No results found
#61 fix compatibility with Python 3.10
Version 1.19.0
21 Aug 17:55
Compare
Sorry, something went wrong.
No results found
Version 1.17.1
28 Jul 17:49
Compare
Sorry, something went wrong.
No results found
#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
Sorry, something went wrong.
No results found
#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
Sorry, something went wrong.
No results found
#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