Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 18:41
· 14 commits to main since this release
83e731d

Changelog

  • 83e731d Merge pull request #13 from siemens/develop
  • d3ca0b6 Merge pull request #12 from siemens/macos
  • eafa118 fix: use syscall signal names which are defined also on Windows
  • 792201e Merge branch 'develop' into macos
  • f012cff refactor: remove effectless pipe close monitoring (#11)
  • ef6e9dc refactor: remove pipe close monitoring, rely solely on Wireshark sending signals
  • 2a3c733 refactor: handle SIGINT/SIGTERM
  • f4c8c56 refactor: pipe unit test, pipe check usage
  • ee7ba92 chore: update readme to mention release for macos on amd64
  • cc2f01b ci: build darwin AMD64 binary
  • 5467924 fix: add context support to pipe checker on Windows
  • 27241eb refactor: poll-based pipe monitoring
  • 8d0280c refactor: add context to pipe break detection; use timeout in pipe break unit test
  • 34f7938 refactor: remove unnecessary os.ModeNamedPipe
  • 7fa651f wip: refactor to use poll
  • 2f45f96 refactor: pipe breakage checking
  • d0160e2 test: improve reporting
  • 7788cb5 wip: reproduce macos pipe readiness problem in unit test
  • 135fd8d fix: pipe breakage test