Skip to content

2.8.0

Compare
Choose a tag to compare
@pkittenis pkittenis released this 28 Nov 20:42
· 13 commits to master since this release
9c9b678

Changes

  • All clients now support private key data as bytes in pkey parameter for authentication from in-memory private key
    data - #317.
  • Parallel clients now read a provided private key path only once and use in-memory data for authentication to avoid
    reading same file multiple times, if a path is provided.