Releases: nervosnetwork/tentacle
Releases · nervosnetwork/tentacle
0.4.2
Features
- Sparete service handle(#364)
0.4.1
Features
- Re-export openssl vendored
0.4.0
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
Merge pull request #347 from nervosnetwork/fix-bind-twice
fix: fix bind twice
0.4.0-alpha.2
Features
- Use spin loop instead of thread yield(#331)
Bug Fix
0.4.0-alpha.1
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
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
Bug Fix
- Blocking session detection(#306)
0.3.6
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
Bug Fix
- Fix resolve cpu load issue of prepare_uninitialized_buffer