We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2fe57 commit 34652b7Copy full SHA for 34652b7
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Added
5
+- Added a `requires_legacy_scp` setting for SSH-based machines to make
6
+ `linux.copy()` and similar functions use the legacy SCP protocol instead of
7
+ SFTP ([#123]). This may be useful for some old systems where no SFTP is
8
+ available.
9
+
10
### Changed
11
- Dropped official support for Python 3.8 - tbot now expects at least
12
Python 3.9.
@@ -9,6 +15,8 @@
15
- Fixed an error about incorrect slots in `SubprocessChannelIO` on more recent
16
Python versions.
17
18
+[#123]: https://github.com/rahix/tbot/pull/123
19
20
13
21
## [0.10.9] - 2024-11-01
14
22
0 commit comments