Skip to content

v0.1.6

Latest

Choose a tag to compare

@jelmer jelmer released this 19 May 00:50
· 4 commits to main since this release
f486520

Highlights

  • Ship PyO3 bindings as part of the published package
  • Switch HTTP transport from rustls to native-tls (platform TLS: OpenSSL on Linux, SChannel on Windows, Secure Transport on macOS)
  • Isolate proxy env vars in HTTP-server-driving tests

Dependency bumps

  • russh 0.60
  • nix 0.31
  • rand: support 0.9 and 0.10
  • reqwest 0.13
  • quick-xml 0.39
  • md-5 0.11

Other

  • Add type annotations to core transport modules
  • Fix Python 3.10 compatibility
  • Fix sdist build for nix 0.29 API changes