# Changes ## [2.5.5] - 2025-03-17 * Add check for required io-uring opcodes * Handle io-uring cancelation ## [2.5.4] - 2025-03-15 * Close FD in various case for poll driver ## [2.5.3] - 2025-03-14 * Fix operation cancelation handling for poll driver ## [2.5.2] - 2025-03-14 * Fix operation cancelation handling for io-uring driver ## [2.5.1] - 2025-03-14 * Fix socket connect for io-uring driver ## [2.5.0] - 2025-03-12 * Add neon runtime support * Drop glommio support * Drop async-std support ## [2.4.0] - 2024-09-25 * Update to glommio v0.9 ## [2.3.0] - 2024-09-24 * Update to compio v0.12 ## [2.1.0] - 2024-08-29 * Add `compio` runtime support ## [2.0.0] - 2024-05-28 * Use async fn for Service::ready() and Service::shutdown() ## [1.0.2] - 2024-03-30 * Fix glommio compat feature #327 ## [1.0.1] - 2024-03-29 * Add Connect::map_addr() helper method * Add `Address` support for ByteString ## [1.0.0] - 2024-03-25 * Move to separate crate