process v1.6.15.0 Release Notes

Release Date: 2022-08-01 // over 1 year ago
    • ๐Ÿ Correct permissions on createPipe on Windows 234
    • ๐Ÿ Ensure that both ends of pipes on Windows are created in the same mode 234
    • ๐Ÿ›  Fixed an issue with WINIO where giving an application an inherited pipe can cause it to misbehave 245
    • Set the encoding on WINIO created pipes to the local encoding as with MIO 248
    • cbits/fork-exec: Don't dup2 identical fds #250

Previous changes from v1.6.14.0

    • posix: Ensure that errno is set after posix_spawnp fails #228
    • ๐Ÿ›  Fix waitForProcess not closing process handles with delegate_ctlc #231
    • Don't use posix_spawn on platforms where it does not report ENOENT in caes where the requested executable does not exist #224
    • Ensure that find_executable correctly-locates executables when a change in working directory is requested #219
    • ๐Ÿ›  Fix capitalization error allowing execvpe to be used when available.