Releases: smol-rs/async-process
Releases · smol-rs/async-process
v2.3.0
- Use a more efficient backend on Windows. (#87)
v2.2.4
- Update to
windows-sys
v0.59. (#85)
v2.2.3
- Fix builds on Android by having Android unconditionally use the signal reaper
backend. (#80)
v2.2.2
- Fix a typo in the docs for
ChildStdin
. (#76)
v2.2.1
- Fix a compilation error for 32-bit operating systems by using a 32-bit zombie counter. (#75)
v2.2.0
- Port Linux to a new backend that tries to use
pidfd
if it is available. (#68)
v2.1.0
- Update
event-listener
to v5.1.0. (#67)
v2.0.1
- Update
event-listener
to v4.0.0. (#64)
- Update
windows-sys
to v0.52.0. (#65)
v2.0.0
- Breaking: Remove the
pre_exec
extension function on Unix. It is still available through the From<std::process::Command>
implementation on Command
. (#54)
- Add the
driver()
function, which allows the processes to be driven without a separate thread. (#52)
- Bump
async-io
to v2.0.0 and async-channel
to v2.0.0. (#60)
v1.8.1
- Bump
async-signal
to v0.2.3. (#56)