Releases: cloudwego/netpoll
Releases · cloudwego/netpoll
v0.1.1
v0.1.0
Improvement
- feature: add
mux.ShardQueue
to support connection multiplexing (#50)(#67) - optimize: input at a single
LinkBuffer Node
to improve performance (#75) - optimize: fix
waitReadSize
logic bug and enhance input trigger (#74) - optimize: reduce timeout issues when
waitRead
andinputAck
have competition (#62) - optimize: unify and simplify conn locks (#45)
Bugfix
- fix: ensure
EventLoop
object will not be finalized before serve return (#54)
Chore
Breaking Change
v0.0.4
Improvement
- feat: support TCP_NODELAY by default (#39)
- feat: read && write in a single loop (#38)
- feat: return real error for nocopy rw (#34)
- feat: change default number of loops policy (#31)
- feat: redefine EventLoop.Serve arg: Listener -> net.Listener (#29)
- feat: add API to DisableGopool (#28)
- feat: rm reading lock (#19)
- feat: blocking conn flush API (#9)
Bugfix
- fix: set leftover wait read size (#41)