|
3 | 3 | Change Log
|
4 | 4 | ==========
|
5 | 5 |
|
| 6 | +Release 2.20.0 (17 Feb 2025) |
| 7 | +---------------------------- |
| 8 | + |
| 9 | +* Added support for specifying an explicit path when configuring |
| 10 | + agent forwarding. Thanks go to Aleksandr Ilin for pointing out |
| 11 | + that this options supports more than just a boolean value. |
| 12 | + |
| 13 | +* Added support for environment variable expansion in SSH config, |
| 14 | + for options which support percent expansion. |
| 15 | + |
| 16 | +* Added a new begin_auth callback in SSHClient, reporting the |
| 17 | + username being sent during SSH client authentication. This can be |
| 18 | + useful when the user is conditionally set via an SSH config file. |
| 19 | + |
| 20 | +* Improved strict-kex interoperability during re-keying. Thanks go |
| 21 | + to GitHub user emeryalden for reporting this issue and helping |
| 22 | + to track down the source of the problem. |
| 23 | + |
| 24 | +* Updated SFTP max_requests default to reduce memory usage when |
| 25 | + using large block sizes. |
| 26 | + |
| 27 | +* Updated testing to add Python 3.13 and drop Python 3.7, avoiding |
| 28 | + deprecation warnings from the cryptography package. |
| 29 | + |
| 30 | +* Fixed unit test issues under Windows, allowing unit tests to run |
| 31 | + on Windows on all supported versions of Python. |
| 32 | + |
| 33 | +* Fixed a couple of issues with Python 3.14. Thanks go to Georg |
| 34 | + Sauthoff for initially reporting this. |
| 35 | + |
6 | 36 | Release 2.19.0 (12 Dec 2024)
|
7 | 37 | ----------------------------
|
8 | 38 |
|
|
0 commit comments