Skip to content

v0.4.4

Choose a tag to compare

@clue clue released this 22 Aug 15:20
· 272 commits to 3.x since this release
  • Bug fix: Emit error event and close Stream when accessing the underlying
    stream resource fails with a permanent error.
    (#52 and #40 by @clue, #25 by @lysenkobv)
  • Bug fix: Do not emit empty data event if nothing has been read (stream reached EOF)
    (#39 by @clue)
  • Bug fix: Ignore empty writes to Buffer
    (#51 by @clue)
  • Add benchmarking script to measure throughput in CI
    (#41 by @clue)