Skip to content

v0.1.7

Latest

Choose a tag to compare

@deniszh deniszh released this 19 Jul 10:44
· 2 commits to master since this release
63665fa

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

Full Changelog: v0.1.6...v0.1.7