Skip to content

Releases: nervosnetwork/tentacle

0.4.0

19 Aug 02:11
ca569bd

Choose a tag to compare

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
496fe8e

Choose a tag to compare

0.4.0-beta.2 Pre-release
Pre-release
Merge pull request #347 from nervosnetwork/fix-bind-twice

fix: fix bind twice

0.4.0-alpha.2

08 Oct 05:50

Choose a tag to compare

0.4.0-alpha.2 Pre-release
Pre-release

Features

  • Use spin loop instead of thread yield(#331)

Bug Fix

  • Fix listener poll(#333)

0.4.0-alpha.1

08 May 03:40
96ed53b

Choose a tag to compare

0.4.0-alpha.1 Pre-release
Pre-release

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
abecd4f

Choose a tag to compare

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
18068e5

Choose a tag to compare

Bug Fix

  • Blocking session detection(#306)

0.3.6

24 Jan 06:10
5cf596f

Choose a tag to compare

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
56c64b6

Choose a tag to compare

Bug Fix

  • Fix resolve cpu load issue of prepare_uninitialized_buffer

0.3.4

04 Jan 06:49
0f22b7b

Choose a tag to compare

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
216c765

Choose a tag to compare

Features

  • Run on Browser(#273 #274)
  • Setup Github Action(#276)
  • Secio remove aes-ctr, add x25519 support(#271)

Bug Fix

  • Fix windows compatible(#275)