Skip to content

v1.20.0

Choose a tag to compare

@ioquatix ioquatix released this 26 Aug 02:18
· 14 commits to main since this release
f692fa3
  • Add compatibility with Ruby 4.1's fiber scheduler interface version 4. Buffered IO operations now use (offset, length), perform a single transfer of at most length bytes, return short transfers directly, and report -EAGAIN without waiting. Earlier Ruby versions retain the existing minimum-progress behavior.