Skip to content

Version 0.13.2

Compare
Choose a tag to compare
@tomchristie tomchristie released this 27 May 14:59
· 751 commits to master since this release
f5e1aa5

0.13.2 (May 27th, 2020)

Fixed

  • Include explicit "Content-Length: 0" on POST, PUT, PATCH if no request body is used. (Pull #995)
  • Add http2 option to httpx.Client. (Pull #982)
  • Tighten up API typing in places. (Pull #992, #999)