Skip to content

v0.8.16

Choose a tag to compare

@github-actions github-actions released this 30 Jun 23:08
· 486 commits to master since this release
72815f9

HTTP v0.8.16

Diff since v0.8.15

Closed issues:

  • incorrect streamed output in case of redirect (#526)
  • NamedTuple as query (#540)

Merged pull requests:

  • Documentation: header() isn't exported so you need to use HTTP.header(). (#536) (@pixel27)
  • don't print non-UTF8 binary data when showing Message (#538) (@stevengj)
  • Add a method to escapeuri for NamedTuples (#541) (@christopher-dG)
  • Fix: no_proxy works only with absolute domain name (#542) (@vdayanand)
  • Eliminate type-piracy in string (#549) (@timholy)
  • Don't write response body to response_stream unless ready (#552) (@quinnj)