Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 589 Bytes

releases.md

File metadata and controls

18 lines (10 loc) · 589 Bytes

Releases

v1.10.0

  • IO::Event::Profiler is moved to dedicated gem: fiber-profiler.
  • Perform runtime checks for native selectors to ensure they are supported in the current environment. While compile-time checks determine availability, restrictions like seccomp and SELinux may still prevent them from working.

v1.9.0

  • Improved IO::Event::Profiler for detecting stalls.

v1.8.0

  • Detecting fibers that are stalling the event loop.

v1.7.5

  • Fix process_wait race condition on EPoll that could cause a hang.