Releases: hengyoush/kyanos
Releases · hengyoush/kyanos
v1.0.1
What's Changed
- Update Readme by @hengyoush in #26
- [Fix] when parse kernel version failed, fallback to compatible mode by @hengyoush in #27
Full Changelog: v1.0.0...v1.0.1
v1.0.0
🚀 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