Skip to content

v1.1.0

Choose a tag to compare

@HoneyryderChuck HoneyryderChuck released this 10 Apr 07:49
· 93 commits to main since this release

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_bytes instead of String#<<)
    • 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
  • adding release workflow for github actions to enable trusted publishing

Full Changelog: v1.0.2...v1.1.0