All Versions
118
Latest Version
Avg Release Cycle
6 days
Latest Release
362 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.93 Changes
April 05, 2022- โ Add support for IO::Buffer in Ruby 3.1 (#80)
-
v0.92 Changes
April 04, 2022- ๐ Fix plice on non-Linux OS
- Integrate functionality of
IO.splice_to_eof
intoIO.splice
(#87)
-
v0.91 Changes
March 23, 2022- โ Add pipe examples
- Implement
Backend#double_splice_to_eof
(io_ring only) - ๐ Improve safety of tracing
-
v0.90 Changes
March 21, 2022- ๐ Fix possible compilation error on Ruby 2.7.5 (#79)
-
v0.89 Changes
March 21, 2022- Implement compression/decompression to/from strings (#86)
-
v0.88 Changes
March 18, 2022- ๐ Improve IO stream compression utilities (release GVL, cleanup on exception)
-
v0.87 Changes
March 17, 2022- ๐ Fix compilation on non-Linux OSes
-
v0.86 Changes
March 14, 2022- ๐ Fix gemspec
-
v0.85 Changes
March 13, 2022- โฌ๏ธ Reduce write ops in
IO.gzip
(#77) - โ Add support for read/write method detection for compression/decompression methods (#77)
- Improve
Fiber#shutdown_all_children
- Improve io_uring
wait_event
implementation (share single I/O poll across multiple fibers) - ๐ Fix io_uring
write
file offset
- โฌ๏ธ Reduce write ops in
-
v0.84 Changes
March 11, 2022- Implement
IO.tee
(#82) - Implement
IO#tee_from
(#81) - Bundle liburing as git submodule
- Implement