Releases: jawah/h2
Releases · jawah/h2
Version 5.0.7
Version 5.0.6
5.0.6 (2025-01-13)
- (Rust) Updated pyo3 from 0.23.3 to 0.23.4
Version 5.0.5
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
5.0.4 (2024-10-28)
- Added explicit support for Python 3.13
- (Rust) pyo3 updated to 0.22.5
Version 5.0.3
5.0.3 (2024-05-02)
- Added method
has_update
intoSettings
class.
Version 5.0.2
5.0.2 (2024-04-29)
- Fixed URLs in project metadata.
- Overall performance improvement.
Version 5.0.1
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
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.