mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Some checks failed
Coverage / coverage (push) Failing after 2s
CI (OSX) / nightly - aarch64-apple-darwin (push) Waiting to run
CI (OSX) / stable - aarch64-apple-darwin (push) Waiting to run
CI (Windows) / nightly - x86_64-pc-windows-msvc (push) Waiting to run
CI (Windows) / stable - x86_64-pc-windows-msvc (push) Waiting to run
Checks / Check (push) Failing after 2s
Checks / Clippy (push) Failing after 2s
Checks / Rustfmt (push) Failing after 2s
CI (Linux) / nightly - x86_64-unknown-linux-gnu (push) Failing after 2s
CI (Linux) / stable - x86_64-unknown-linux-gnu (push) Failing after 2s
CI (Linux) / 1.75.0 - x86_64-unknown-linux-gnu (push) Failing after 2s
61 lines
972 B
Markdown
61 lines
972 B
Markdown
# 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
|