What's Changed
- fix race condition on writing in wpipe (write |1: broken pipe) (#86) by @avoronkov in #87
- feat: support set child stderr/stdout by fd by @cvvz in #90
- Simplify code and fix test by @zhsj in #65
- throw human readable error when pid doesn't exist by @NorseGaud in #98
- update golang.org/x/sys to v0.17.0 by @dmitris in #96
- chore: os.SEEK_SET has been deprecated since Go 1.7, Use io.SeekStart by @testwill in #102
- fix: io was not defined since it was not imported by @luigimorel in #104
- fix: added error handling for daemon.ctx.Search() remove pid file if process is dead. by @qbornet in #105
New Contributors
- @avoronkov made their first contribution in #87
- @cvvz made their first contribution in #90
- @zhsj made their first contribution in #65
- @NorseGaud made their first contribution in #98
- @dmitris made their first contribution in #96
- @testwill made their first contribution in #102
- @luigimorel made their first contribution in #104
- @qbornet made their first contribution in #105
Full Changelog: v0.1.6...v0.1.7