Skip to content

Releases: jawah/h2

Version 5.0.7

21 Jan 14:04
3d25ec6
Compare
Choose a tag to compare

Version 5.0.6

13 Jan 07:28
3912586
Compare
Choose a tag to compare

5.0.6 (2025-01-13)

  • (Rust) Updated pyo3 from 0.23.3 to 0.23.4

Version 5.0.5

01 Jan 10:01
3bf1108
Compare
Choose a tag to compare

5.0.5 (2025-01-01)

  • (Rust) Updated pyo3 from 0.22.5 to 0.23.3
  • Fixed clippy warnings in our Rust code.
  • Initial support for Python 3.13 freethreaded experimental build.

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.