Skip to content

Releases: jawah/h2

Version 5.0.4

28 Oct 08:04
6f3b1bf
Compare
Choose a tag to compare

5.0.4 (2024-10-28)

  • Added explicit support for Python 3.13
  • (Rust) pyo3 updated to 0.22.5

Version 5.0.3

02 May 04:28
Compare
Choose a tag to compare

5.0.3 (2024-05-02)

  • Added method has_update into Settings class.

Version 5.0.2

29 Apr 05:38
5aceee7
Compare
Choose a tag to compare

5.0.2 (2024-04-29)

  • Fixed URLs in project metadata.
  • Overall performance improvement.

Version 5.0.1

28 Apr 11:49
3647680
Compare
Choose a tag to compare

5.0.1 (2024-04-28)

  • Fixed a minor performance regression in _build_headers_frames method.
  • (Rust) Bump pyo3 to version 0.20.3

Version 5.0.0

28 Apr 10:27
Compare
Choose a tag to compare

5.0.0 (2024-04-28)

  • Support for Python 3.6 has been dropped.
  • Integrated hpack and hyperframe into the package directly, thus avoiding pulling extra dependencies.
  • Added optional compiled hpack encoder and decoder in addition to the pure Python implementation.
  • Fixed tests warnings.
  • Updated version constraint for dev requirements.