Skip to content

Releases: nervosnetwork/tentacle

0.7.2

30 Jul 04:06
1ccdc37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.1...0.7.2

0.7.1

18 Jun 07:46
4889467
Compare
Choose a tag to compare

What's Changed

  • docs: added tentacle event sequence description by @driftluo in #409
  • fix: fix keep alive should work on no communication scenario by @driftluo in #412
  • fix: listen drop with upgrade mode by @driftluo in #413
  • Add redact_auth_from_url for safe credential-free display by @eval-exec in #414
  • Add new struct ServiceConfig{timeout, onion_timeout} to ServiceConfig by @eval-exec in #410

Full Changelog: 0.7.0...0.7.1

0.7.0

03 Apr 08:20
497499c
Compare
Choose a tag to compare

What's Changed

0.6.7

02 Jan 07:59
f95b53d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.6...0.6.7

0.6.6

04 Dec 04:47
09ec7b7
Compare
Choose a tag to compare

What's Changed

0.6.5

02 Dec 11:03
6e26063
Compare
Choose a tag to compare

What's Changed

0.4.2

05 May 06:39
bb46378
Compare
Choose a tag to compare

Features

  • Sparete service handle(#364)

0.4.1

19 Aug 02:13
19907a9
Compare
Choose a tag to compare

Features

  • Re-export openssl vendored

0.4.0

19 Aug 02:11
ca569bd
Compare
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
Compare
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