Skip to content

v0.4.0

Compare
Choose a tag to compare
@badcure badcure released this 03 Nov 03:59
· 25 commits to master since this release
50f31ac
  • Ensure server_cert_validation=ignore supersedes ca_trust_path/env overrides
  • Added deprecated warnings if CA trusts defined by environment variables are used.
  • Set minimum version of requests-credssp to support Kerberos auth over CredSSP and other changes
  • Added proxy support where it can be defined within the application, with the ability to specify the proxy within the application
  • Fix for shell not setting all environment variables.
  • Fix session clixml encoding on Python 3
  • Protocol.close_shell(shell_id) will now close the session(and TCP connections) to the Windows machine. close_session option has been added in case of leaving the session alone.
  • Add a function to send input to a running process.