Skip to content

Commit

Permalink
Minor typo fixes and doc enhancements re #1907
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 28, 2023
1 parent 34f06ea commit 7810787
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
Changelog
=========

- :feature:`1907` (solves :issue:`1992`) Add support and tests for
ssh_config ``Match final …`` which is frequently used in ProxyJump
configurations to exclude the jump host from the ProxyJump Match statement.
Patch by ``@commonism``.

- :feature:`1907` (solves :issue:`1992`) Add support and tests for ``Match
final …`` (frequently used in ProxyJump configurations to exclude the jump
host) to our :ref:`SSH config parser <ssh-config-support>`. Patch by
``@commonism``.
- :feature:`2058` (solves :issue:`1587` and possibly others) Add an explicit
``max_concurrent_prefetch_requests`` argument to `paramiko.client.SSHClient.get`
and `paramiko.client.SSHClient.getfo`, allowing users to limit the number
of concurrent requests used during prefetch. Patch by ``@kschoelhorn``, with
a test by ``@bwinston-sdp``.

``max_concurrent_prefetch_requests`` argument to
`paramiko.client.SSHClient.get` and `paramiko.client.SSHClient.getfo`,
allowing users to limit the number of concurrent requests used during
prefetch. Patch by ``@kschoelhorn``, with a test by ``@bwinston-sdp``.
- :release:`3.2.0 <2023-05-25>`
- :bug:`- major` Fixed a very sneaky bug found at the apparently
rarely-traveled intersection of ``RSA-SHA2`` keys, certificates, SSH agents,
Expand Down

0 comments on commit 7810787

Please sign in to comment.