Skip to content

Releases: cloudwego/netpoll

v0.2.6

03 Aug 06:48
d18be17
Compare
Choose a tag to compare

Refactor:

  • refactor: netpoll can be imported by other components under Windows and compiled without error (#178)

Bugfix:

  • fix: cliconn check inputbuffer when close (#154)
  • fix: pollDesc.operator.OnWrite fatal address (#184)

v0.2.5

13 Jul 06:33
93eca42
Compare
Choose a tag to compare

Bugfix:

  • fix: barrier memory leak (#158)
  • fix: pollDesc need unused op when detach (#169)
  • fix: flush wrap raw errno to exception (#168)
  • fix: op.detach will data race when calling onClose (#166)
  • fix: SetOnRequest need trigger OnRequest if there is already input data (#165)

Chore:

  • test: add test case for LinkBuffer.resetTail (#161)

Doc:

  • doc: public hertz in readme (#164)

v0.2.4

20 May 08:55
4a19aee
Compare
Choose a tag to compare

Bugfix

  • fix: reset buffer node when created (#146)
  • fix: bookAck & close cause panic nil pointer (#147)

v0.2.3

16 May 03:11
659bc6c
Compare
Choose a tag to compare

Bugfix

  • fix: protect filling from panic if connection closed (#141)
  • fix: detach unused operator from poller (#142)

v0.2.2

28 Apr 07:48
41e9187
Compare
Choose a tag to compare

Improvement

  • impr: recycle caches when LinkBuffer is closed (#131)
  • impr: mcache bsr use math/bits.Len instead (#133)
  • impr: SetNumLoops no longer resets all pollers (#135)

Bugfix

  • fix: check IsActive when flush (#118)
  • fix: zcReader.fill lost some data when read io.EOF (#122)
  • fix: send&close ignored by OnRequest (#128)

Chore

  • doc: fix replace examples url (#119)
  • doc: restate the definition of Reader.Slice (#126)
  • doc: update guide.md (#129)

Revert

  • revert: "feat: change default number of loops policy (#31)" (#130)

v0.2.1

24 Feb 02:55
f670470
Compare
Choose a tag to compare

Bugfix

  • fix: accurately check io.EOF after the connection closed by peer (#115)

v0.2.0

22 Feb 10:29
10865ef
Compare
Choose a tag to compare

Improvement

  • feat: on connect callback (#102)
  • feat: new conn api - Until (#91)
  • feat: support dialing without timeout (#105)

Bugfix

  • fix: trigger close callback when only set the onConnect callback (#111)
  • fix: add max node size to prevent OOM (#76)
  • fix: FDOperator.reset() not reset op.OnWrite (#104)
  • fix: write panic when conn close (#96)

Chore

  • docs: update README.md (#99) (#103)
  • fix: unit tests may fail (#106)

v0.1.2

13 Dec 03:05
985eb36
Compare
Choose a tag to compare

Hotfix

  • fix: check args in LinkBuffer API (#95)

v0.1.1

09 Dec 09:37
66a7ad1
Compare
Choose a tag to compare

Improvement

  • optimize: enhance mux shard queue (#92)

Bugfix

  • fix: book never reset readnode (#87)

Chore

  • doc: update readme (#88)(#90)

v0.1.0

01 Dec 09:59
68a9c4c
Compare
Choose a tag to compare

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 and inputAck have competition (#62)
  • optimize: unify and simplify conn locks (#45)

Bugfix

  • fix: ensure EventLoop object will not be finalized before serve return (#54)

Chore

  • doc: update readme (#85)
  • doc: update issue templates (#56)

Breaking Change

  • remove Append and WriteBuffer returned parameter n (#49)(#83)