Files
h2/CHANGELOG.md
2018-03-28 12:50:46 -07:00

731 B

0.1.3 (March 28, 2018)

  • Allow configuring max streams before the peer's settings frame is received (#242).
  • Fix HPACK decoding bug with regards to large literals (#244).
  • Fix state transition bug triggered by receiving a RST_STREAM frame (#247).

0.1.2 (March 13, 2018)

  • Fix another bug relating to resetting connections and reaching max concurrency (#238).

0.1.1 (March 8, 2018)

  • When streams are dropped, close the connection (#222).
  • Notify send tasks on connection error (#231).
  • Fix bug relating to resetting connections and reaching max concurrency (#235).
  • Normalize HTTP request path to satisfy HTTP/2.0 specification (#228).
  • Update internal dependencies.

0.1.0 (Jan 12, 2018)

  • Initial release