Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

Changes in Apache Libcloud 3.9.2
--------------------------------

Compute
~~~~~~~

- [SSH] Support paramiko 4

RSA key support has been removed as of paramiko 4, so only import it
and check if the version number is less than 4.
(#2135)
[Steve Kowalik - @s-t-e-v-e-n-k]

Changes in Apache Libcloud 3.9.1
--------------------------------

Expand Down
Loading