Skip to content

v1.0.0

Compare
Choose a tag to compare
@hengyoush hengyoush released this 08 Sep 14:30
· 425 commits to main since this release
0d55f4f

🚀 Features

  • Added watch command which can print request/response detail info.
  • Added stat command which can print connections summary info.
  • Added HTTP1.1 protocol support.
  • Added Redis protocol support.
  • Added MySQL protocol support.

🛠️ Fixes

  • Fix ubuntu20.04 glibc version incompatible issue
  • When XDP can't attach to interface, use netif_receive_skb instead
  • other small bugs fix

💪 Improvements

  • Use ring buffer to store syscall data.
  • Multithreading the processors
  • Periodically clean stale connections in connManager