Skip to content

Releases: smol-rs/async-io

v2.4.0

07 Nov 20:45
v2.4.0
Compare
Choose a tag to compare
  • 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

10 Aug 23:24
v2.3.4
Compare
Choose a tag to compare
  • Update windows-sys to v0.59. (#195)
  • On NetBSD/DragonflyBSD, set nosigpipe on sockets. (#196)

v2.3.3

01 Jun 15:07
v2.3.3
Compare
Choose a tag to compare
  • Fix nightly clippy warnings. (#191)

v2.3.2

10 Mar 05:51
v2.3.2
e740947
Compare
Choose a tag to compare
  • Fix usage of the wrong socket flags on AIX. (#187)

v2.3.1

28 Jan 16:25
v2.3.1
f692235
Compare
Choose a tag to compare
  • On Windows, call WSAStartup before any raw socket functions. (#183)

v2.3.0

16 Jan 01:54
v2.3.0
d4218b8
Compare
Choose a tag to compare
  • Add Waitable, which allows waiting for waitable handles on
    Windows. (#152)

v2.2.2

11 Dec 15:56
v2.2.2
1c63593
Compare
Choose a tag to compare
  • Fix an EINVAL error that would occur when abstract sockets are used. (#176)

v2.2.1

24 Nov 15:50
v2.2.1
ccdb956
Compare
Choose a tag to compare
  • Remove dependency on waker-fn. (#165)
  • Update windows-sys to v0.52.0. (#173)

v2.2.0

06 Nov 01:23
v2.2.0
87ad890
Compare
Choose a tag to compare
  • Bump async-lock and futures-lite to their latest version. (#170)

v2.1.0

29 Oct 01:52
v2.1.0
382babd
Compare
Choose a tag to compare
  • Implement IoSafe for std::process::{ChildStdin, ChildStdout, ChildStderr}. (#162)