Skip to content

v0.3.0

Compare
Choose a tag to compare
@nitzmahone nitzmahone released this 20 Dec 19:28
· 102 commits to master since this release
  • Added support for message encryption over HTTP when using NTLM/Kerberos/CredSSP
  • Added parameter to disable TLSv1.2 when using CredSSP for Server 2008 support
  • Error detail from SOAP fault (if present) is now included with HTTP 500 errors
  • Fixed CA path override (incl envvar)
  • Fixed Kerberos service override
  • Try harder to suppress urllib3 InsecureRequestWarnings on various OSs
  • Fixed timeout values to parse correctly if passed as strings
  • Various updates to CI/tests