Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@Kriechi Kriechi released this 02 Aug 14:24
· 362 commits to development since this release

Feature Enhancement

  • Pay attention to max frame length changes from remote peers. Thanks to @jdecuyper!

Bugfixes

  • Prevent hyper from emitting oversized frames. Thanks to @jdecuyper!
  • Prevent hyper from emitting RST_STREAM frames whenever it finishes consuming a stream.
  • Prevent hyper from emitting lots of RST_STREAM frames.
  • Hyper CLI tool now correctly uses TLS for any https-schemed URL.
  • Hyper CLI tool no longer attempts to decode bytes, instead writing them straight to the terminal.
  • Added new --h2 flag to the Hyper CLI tool, which allows straight HTTP/2 in plaintext, rather than attempting to upgrade from HTTP/1.1.
  • Allow arguments and keyword arguments in abstract version of get_response.

Software Updates

  • Updated hyperframe to version 2.1.0