Releases: nervosnetwork/tentacle
Releases · nervosnetwork/tentacle
0.7.2
What's Changed
- Fixed state transition of a stream (yamux) by @evilbluebeaver in #416
- chore: bump yamux by @driftluo in #417
- change to trusted release and add peerid filter before dial by @driftluo in #418
New Contributors
- @evilbluebeaver made their first contribution in #416
Full Changelog: 0.7.1...0.7.2
0.7.1
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}
toServiceConfig
by @eval-exec in #410
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- feat: change by upstream by @driftluo in #395
- multiaddr: Support Onion Protocol by @eval-exec in #396
- chore: bump secio and multiaddr by @driftluo in #397
- fix: fix stream only write will stuck forever by @driftluo in #398
- chore: yamux bump to 0.3.11 by @driftluo in #399
- perf: perf yamux stream read buf by @driftluo in #400
- chore: bump yamux by @driftluo in #401
- chore: rollback to better code by @driftluo in #404
- cargo: set MSRV for tentacle workspace members by @eval-exec in #403
- feat: support session init from user by @driftluo in #405
- Drop
async-runtime
,async-timer
features by @eval-exec in #406 - Rust Toolchain: Upgrade to rust edition 2024 by @eval-exec in #402
- Support proxy and onion by @eval-exec in #392
- feat: small change on api by @driftluo in #407
- chore: bump to 0.7.0 by @driftluo in #408
0.6.7
0.6.6
0.6.5
0.4.2
0.4.1
0.4.0
0.4.0-beta.2
Merge pull request #347 from nervosnetwork/fix-bind-twice fix: fix bind twice