Skip to content

Releases: socketry/io-event

v1.15.1

05 Apr 11:15
ccd0953

Choose a tag to compare

Bump patch version.

v1.15.0

05 Apr 05:17
5c20637

Choose a tag to compare

  • Add bounds checks, in the unlikely event of a user providing an invalid offset that exceeds the buffer size. This prevents potential memory corruption and ensures safe operation when using buffered IO methods.

v1.14.5

24 Mar 02:47
6b84f63

Choose a tag to compare

Bump patch version.

v1.14.4

10 Mar 03:57
251bec0

Choose a tag to compare

  • Allow epoll_pwait2 to be disabled via --disable-epoll_pwait2.

v1.7.1

04 Oct 22:13
50f15b4

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.6.5

23 Jun 02:30
3abd3a8

Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.6.5

v1.4.3

05 Feb 01:47
5fbad06

Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.0

28 Dec 00:48
9cd1013

Choose a tag to compare

What's Changed

  • Ruby 3.3 updates (dropped support for Ruby 3.0) by @ioquatix in #85

Full Changelog: v1.3.3...v1.4.0

v1.3.3

28 Dec 00:48
977f76a

Choose a tag to compare

What's Changed

  • Correctly pass through flags rb_process_status_wait. by @ioquatix in #81
  • Ensure that the saved node is freed correctly if an exception occurs. by @ioquatix in #84

Full Changelog: v1.3.2...v1.3.3

v1.3.2

24 Aug 13:05
96d3b0c

Choose a tag to compare

What's Changed

  • Ensure that every io_uring_get_sqe is used correctly. by @ioquatix in #80
  • Add tests for cancellation and update pure Ruby implementation. by @ioquatix in #79

Full Changelog: v1.3.1...v1.3.2