git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
320cc9a
Branches
Tags
documentation-tree
master
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
derivepassphrase.git
docs
changelog.d
20240930_150549_the-13th-letter_typing_fixes.md
Add changelog entries for Buffer support and documentation fix
Marco Ricci
commited
320cc9a
at 2024-09-30 15:18:00
20240930_150549_the-13th-letter_typing_fixes.md
Blame
History
Raw
### Added - Add proper support for Buffer types in the SSH agent client. Any Python object supporting the buffer protocol can be used as input to a function of the client, and any output from the client is returned as bytes objects. Because of the zero-copy semantics of the underlying data/memory block, this should stay relatively time- and space-efficient. ### Fixed - Fixed the textual description of the return value for [`SSHAgentClient.request`] [derivepassphrase.ssh_agent.SSHAgentClient.request], which didn't match the declared type annotation.