Releases: smol-rs/async-io
Releases · smol-rs/async-io
v2.5.0
- Add a new optional
tracing
feature. When enabled, this feature adds logging
to the implementation. By default it is disabled. (#234)
- Add support for Haiku (#233)
- Fix build failure with minimal-versions. (#234)
- Update
windows-sys
to v0.60. (#230)
v2.4.1
- Update to rustix version 1.0.7. (#221)
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)