Releases: nervosnetwork/tentacle
Releases · nervosnetwork/tentacle
0.4.0
19 Aug 02:11
Compare
Sorry, something went wrong.
No results found
Bug Fix
Introduce budget model to avoid uninterrupted future(#355 )
Fixed in the implementation of poll fn, which does not call it if it returns none(#355 )
Reuse address by default(#356 )
Clippy fix(#358 )
0.4.0-beta.2
13 Jan 08:33
Compare
Sorry, something went wrong.
No results found
Merge pull request #347 from nervosnetwork/fix-bind-twice
fix: fix bind twice
0.4.0-alpha.2
08 Oct 05:50
Compare
Sorry, something went wrong.
No results found
Features
Use spin loop instead of thread yield(#331 )
Bug Fix
0.4.0-alpha.1
08 May 03:40
Compare
Sorry, something went wrong.
No results found
Features
Upgrade tokio to 1.x(#293 )
Upgrade toolchain to 1.51.0(#315 )
Change Multi(Vec<Id>) to Filter(Box<Fn(ID) -> bool)(#312 )
Introduce parking_lot to tentacle priority channel(#316 )
Support /Memory/port to test(#318 )
Use no hash map to usize key map(#325 )
0.3.8
23 Feb 05:25
Compare
Sorry, something went wrong.
No results found
0.3.8
Bug Fix
Port futures-rs fix on channel(#308 )
Don't use loop on yamux(#307 )
Fix yamux close(#309 )
0.3.7
27 Jan 12:19
Compare
Sorry, something went wrong.
No results found
Bug Fix
Blocking session detection(#306 )
0.3.6
24 Jan 06:10
Compare
Sorry, something went wrong.
No results found
Bug Fix
Fix random open stream fail(#298 )
yamux session flush must once a loop(#296 )
Fix config doesnt use(#300 #302 )
Features
Perf yamux and secio(#295 )
Avoiding double loops(#294 )
0.3.5
07 Jan 05:34
Compare
Sorry, something went wrong.
No results found
Bug Fix
Fix resolve cpu load issue of prepare_uninitialized_buffer
0.3.4
04 Jan 06:49
Compare
Sorry, something went wrong.
No results found
Features
Add protocol spawn feature(#278 )
Revert yamux buffer(#281 )
Remove secp256k1 wasm compatible(#282 )
Add doc(#289 )
Bug Fix
Unified substream error output(#287 )
Fix some msg left on buffer(#288 )
Change blocking session detection(#290 )
0.3.3
04 Nov 03:00
Compare
Sorry, something went wrong.
No results found
Features
Run on Browser(#273 #274 )
Setup Github Action(#276 )
Secio remove aes-ctr, add x25519 support(#271 )
Bug Fix
Fix windows compatible(#275 )