Skip to content

v0.0.10

Choose a tag to compare

@Kludex Kludex released this 09 Jun 09:19
· 68 commits to main since this release
02fb1d2

Breaking

  • send_response always sends HTTP/1.1 in the status line (#26). 0.0.9 echoed the request's version, so an HTTP/1.0 request got an HTTP/1.0 response. The response version states the version the message conforms to, not the client's, so it's now fixed at 1.1 - matching h11, httptools, and RFC 9110/9112.

Fixed

  • The README logo now uses an absolute URL so it renders on the PyPI project page.

Full changelog: v0.0.9...v0.0.10