Releases: ploxiln/fab-classic
Releases · ploxiln/fab-classic
Version 1.19.2
Version 1.19.1
Version 1.18.2
- #61 fix compatibility with Python 3.10
Version 1.19.0
- #47 add
encoding
kwarg tolocal()
(relevant for python3) - #54 fabric/fabric#2155 fix
error()
output forlocal(... capture=True)
- #52 fabric/fabric#1099 add space around hostname in disconnect message
- #53 #55 test matrix and docs build updates
Version 1.17.1
Version 1.18.1
Version 1.18.0
- #36 more robust default
temp_dir
forput()
andget()
withuse_sudo=True
- #31 enable switching
install_requires
back to "paramiko" withPARAMIKO_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
- #23 add
stdin
kwarg torun()
andsudo()
- #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
- requires paramiko-ng instead of paramiko - make sure paramiko is not installed before paramiko-ng is installed, or it won't really work, see https://github.com/ploxiln/fab-classic#install
- cleanup and refactor docs, now building and hosted at https://ploxiln.github.io/fab-classic/
- update flake8, remove most exclusions and ignores, fix warnings
Version 1.15.2
All fixes cherry-picked from the original-Fabric 1.14.1 release:
- contrib.files.upload_template: compatible with non-bash /bin/sh - fabric/fabric#1227
- move getpass import inside try/except for win32 support - fabric/fabric#983
- contrib.project.rsync_project: avoid "--rsh" arg for rsync when using default port - fabric/fabric#1242
- sftp put: clean up temp file for "sudo" mode on any error - fabric/fabric#1341