Skip to content

3.0.0

Compare
Choose a tag to compare
@GeorgeLyon GeorgeLyon released this 03 Mar 21:57
· 2 commits to main since this release
edc8e76

This is an API-breaking release which replaces the old workaround for bad emulation of POSIX_SPAWN_CLOEXEC_DEFAULT on Linux with one that is simpler and more performant, but imposes restrictions on the API (namely that fileDescriptorMapping must be contiguous in destination file descriptor value). I don't believe this will be an issue in practice, but if you have a use case which is broken by this I'd love to hear it.

What's Changed

  • Replace clone_vm workaround for POSIX_SPAWN_CLOEXEC_DEFAULT not being supported on Linux by @GeorgeLyon in #18

Full Changelog: 2.0.1...3.0.0