Skip to content

v0.6.1

Compare
Choose a tag to compare
@alice-yyds alice-yyds released this 12 Jun 03:05
· 13 commits to main since this release
2f8043a

Feature

  1. [#313] feat: allow GetBytes to get all bytes

Fix

  1. [#335] fix: Peek OOM and performance issue
  2. [#332] fix: return a correct error when failed to access concurrent connections
  3. [#327] fix: _typos.toml and some typos
  4. [#311] fix: delay accept new connections if out of fds

Chore

  1. [#337] chore: add memory-leak test for cross nodes peek
  2. [#336] chore: use 127.0.0.1 and unique port for all test listener
  3. [#329] chore: replace external dns server to private tcp server
  4. [#321] perf: use dirtmake to reduce memclr cost
  5. [#315] perf: nocopy read for ReadString and ReadBinary API if possible