Marco Ricci commited on 2024-09-30 15:18:00
Zeige 1 geänderte Dateien mit 15 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -0,0 +1,15 @@ |
| 1 |
+### Added |
|
| 2 |
+ |
|
| 3 |
+ - Add proper support for Buffer types in the SSH agent client. Any |
|
| 4 |
+ Python object supporting the buffer protocol can be used as input to |
|
| 5 |
+ a function of the client, and any output from the client is returned |
|
| 6 |
+ as bytes objects. Because of the zero-copy semantics of the |
|
| 7 |
+ underlying data/memory block, this should stay relatively time- and |
|
| 8 |
+ space-efficient. |
|
| 9 |
+ |
|
| 10 |
+### Fixed |
|
| 11 |
+ |
|
| 12 |
+ - Fixed the textual description of the return value for |
|
| 13 |
+ [`SSHAgentClient.request`] |
|
| 14 |
+ [derivepassphrase.ssh_agent.SSHAgentClient.request], which didn't |
|
| 15 |
+ match the declared type annotation. |
|
| 0 | 16 |