mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
73 lines
1.1 KiB
Markdown
73 lines
1.1 KiB
Markdown
# Changes
|
|
|
|
## [2.5.8] - 2025-03-25
|
|
|
|
* Update neon runtime
|
|
|
|
## [2.5.7] - 2025-03-21
|
|
|
|
* Simplify neon poll impl
|
|
|
|
## [2.5.6] - 2025-03-20
|
|
|
|
* Redesign neon poll support
|
|
|
|
## [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
|