Skip to content

Px v0.7.0

Compare
Choose a tag to compare
@genotrance genotrance released this 12 May 22:14
· 45 commits to master since this release
  • Switched to using libcurl for all outbound HTTP connections and proxy auth
  • Removed dependency on ntlm-auth, pywin32 and winkerberos
  • Added --password to prompt and save password to default keyring for non single
    sign-on use cases
  • Px is no longer involved in and hence unable to cache the proxy authentication
    mechanism used by libcurl for subsequent connections
  • Added --verbose to log to stdout but not write to files
  • Logging output now includes more details of the call tree
  • Fixed issue where debug output from child processes on Linux were duplicated
    to the main process log
  • Package structure has changed significantly to meet Python / pip requirements
  • Updated release process to post Windows binary wheels containing libcurl and
    the full README in markdown format as the description on Pypi.org
  • Vendoring https://github.com/karpierz/libcurl with minor changes until upstream
    officially supports Linux