Skip to content

v0.4.2

Compare
Choose a tag to compare
@tcalmant tcalmant released this 09 Nov 20:50
· 29 commits to master since this release
  • Use urlparse from urllib.parse (Python 3) or urlparse (Python 2)
    to prepare for the deprecation of urllib.parse.splittype.
    Thanks to @citrus-it and @markmcclain for this fix.
    (see #44 and #45 for more details)
  • Unix socket clients now send localhost as Host: HTTP field instead of
    the path to the socket
    (see #47).
    Thanks @markmcclain for this fix.
  • Added a TransportError exception, subclass of ProtocolError, which
    provides more details
    (see #49).
    Thanks @markmcclain for this improvement.
  • Added PowerPC 64 architecture (ppc64le) to Travis CI runs, to ease the
    integration of new release into RHEL/Ubuntu (see #50 by @kishorkunal-raj)