Skip to content

0.20.0

Latest

Choose a tag to compare

@tmds tmds released this 12 Mar 05:26
· 1 commit to main since this release

Breaking

  • RemoteProcess: remove obsolete ExitCode/ExitSignal/WaitForExitAsync members. (#452)

New features

  • UploadEntriesOptions: implement ShouldInclude. (#448)

Improvements/fixes

  • Add a collection debug view for the AlgorithmList. (#447)
  • Various fixes. (#453)
  • PublicKey: fix Equals always returning false. (#454)
  • Connect: support IPv6 connections. (#455)
  • ClientCertificateParser: fix Trim. (#458)
  • SshConfig: fix inverted logic in ThrowUnsupportedWhenKeywordValueIsNot. (#456)
  • SshConfig: fix CertificateFile "none" checking against IdentityFiles. (#457)
  • HostCertificateInfo: do case-insensitive certificate principal matching. (#459)
  • HMac: use constant-time comparison. (#461)
  • KnownHostsFile: fix ? pattern matching. (#460)