Releases: smol-rs/async-io
Releases · smol-rs/async-io
v2.4.0
- Make it so the
Exit
filter can be created without passing ownership of the
Child
object. (#207)
- Add support for visionOS. (#202)
- Fix typo in documentation. (#204)
v2.3.4
- Update
windows-sys
to v0.59. (#195)
- On NetBSD/DragonflyBSD, set
nosigpipe
on sockets. (#196)
v2.3.3
- Fix nightly clippy warnings. (#191)
v2.3.2
- Fix usage of the wrong socket flags on AIX. (#187)
v2.3.1
- On Windows, call
WSAStartup
before any raw socket functions. (#183)
v2.3.0
- Add
Waitable
, which allows waiting for waitable handles on
Windows. (#152)
v2.2.2
- Fix an
EINVAL
error that would occur when abstract sockets are used. (#176)
v2.2.1
- Remove dependency on
waker-fn
. (#165)
- Update
windows-sys
to v0.52.0. (#173)
v2.2.0
- Bump
async-lock
and futures-lite
to their latest version. (#170)
v2.1.0
- Implement
IoSafe
for std::process::{ChildStdin, ChildStdout, ChildStderr}
. (#162)