# Changes ## [0.5.3] - 2024-11-04 * Use std::task::ready ## [0.5.2] - 2024-09-11 * Use new io api ## [0.5.1] - 2024-09-06 * Stop write task if io is closed ## [0.4.0] - 2024-01-09 * Log io tags ## [0.4.0-b.0] - 2024-01-07 * Use "async fn" in trait for Service definition ## [0.3.1] - 2023-11-12 * Optimize io read task ## [0.3.0] - 2023-06-22 * Release v0.3.0 ## [0.3.0-beta.0] - 2023-06-16 * Migrate to ntex-service 1.2 ## [0.2.3] - 2023-03-11 * Fix signal handling #183 ## [0.2.2] - 2023-01-26 * Update io api usage ## [0.2.0] - 2023-01-04 * Release ## [0.2.0-beta.0] - 2022-12-28 * Migrate to ntex-service 1.0 ## [0.1.3] - 2022-01-30 * Update to ntex-io 0.1.7 ## [0.1.2] - 2022-01-12 * Fix potential BorrowMutError ## [0.1.1] - 2022-01-10 * Allow to set socket options ## [0.1.0] - 2022-01-03 * Initial release