New
v1.1.0
What's Changed
- Several changes which improved performance for the common cases. A few highlights:
- Opting into ruby 3.4 features when possible (such as
String#append_as_bytesinstead ofString#<<) - reducing string and array allocations on several places (connection management, frame generation, hpack header compression, etc)
- "streams recently closed" not having to regenerate the list when not necessary
- Opting into ruby 3.4 features when possible (such as
- adding release workflow for github actions to enable trusted publishing
Full Changelog: https://github.com/igrigorik/http-2/compare/v1.0.2...v1.1.0