Releases: socketry/io-event
Releases · socketry/io-event
v1.7.1
What's Changed
- Include free list size in URing memsize by @casperisfine in #120
- Prefer
RB_OBJ_WRITE
overRB_OBJ_WRITTEN
by @casperisfine in #119 - Trigger write barriers when setting
IO_Event_Selector_EPoll_Descriptor.io
by @casperisfine in #118
Full Changelog: v1.7.0...v1.7.1
v1.6.5
v1.4.3
v1.4.0
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
- Rename
data
->selector
. by @ioquatix in #67 - Spurious wakeups by @ioquatix in #66
- Don't use EPOLLONESHOT for the wakeup event. by @Math2 in #68
- Failing test case for waiting on a reused FD. by @Math2 in #69
- Always re-register epoll descriptor. by @ioquatix in #71
- Fix potential race conditions in
io_uring
backend. by @ioquatix in #70 - NetBSD/OpenBSD compatibility for KQueue selector, some FreeBSD fixes by @Math2 in #72
- Introduce correct support for compacting GC. by @ioquatix in #73
- Fix external tests by @ioquatix in #75
- Add more external tests. by @ioquatix in #74
- Run coverage tests on more Ruby versions. by @ioquatix in #76
Full Changelog: v1.2.3...v1.3.0