Releases: jawah/h2
Releases · jawah/h2
Version 5.0.4
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.