Releases: dephy-io/dephy-pproxy
Releases · dephy-io/dephy-pproxy
v0.4.1
0.4.1 - 2024-10-21
Bug Fixes
- set external ip to fix relay connection reservation - (ed96b2a) - magine
v0.4.0
0.4.0 - 2024-10-18
Bug Fixes
- clean tunnel when disconnected - (2ec4998) - magine
- reconnect node after ttl - (7d12465) - magine
Miscellaneous Chores
- update dependencies to fix RUSTSEC-2024-0344 - (adeca6b) - magine
Refactoring
- replace request response protocol with stream protocol - (a76aa02) - magine
v0.3.2
0.3.2 - 2024-08-30
Features
- wiat for response before sending next package - (ca254ac) - magine
Miscellaneous Chores
- bump version - (c2af5bb) - magine
- complete error message of TunnelContextNotFound - (b06b892) - magine
v0.3.1
0.3.1 - 2024-08-20
Bug Fixes
- add relay client to support relay transport - (125b499) - magine
- avoid using openssl in build env - (cd247de) - magine
- adjust api data types for access server - (4074899) - magine
Features
- enable relay protocol of libp2p - (57f8019) - magine
- add connect_relay in command line - (6802e50) - magine
- enable auth server in pproxy server - (c710a80) - magine
- convert auth client to access client - (c54be33) - magine
- close tunnel if remote broken - (cd77eeb) - magine
- close inactive tunnels and their channels - (fb00e87) - magine
Miscellaneous Chores
- update cargo-deny - (b6904ec) - magine
- udpate api defination - (444924b) - magine
- switch key type from ed25519 to secp256k1 - (7c1d52a) - magine
- adjust access client api - (8902996) - magine
- fix access server path - (57a9746) - magine
v0.2.1
0.2.1 - 2024-07-28
Features
- define auth server - (f25402e) - magine
Miscellaneous Chores
- update dependencies - (7aa4002) - magine
Other
- replace litep2p with libp2p-rs to use the relay protocol - (20f12a5) - magine
v0.1.2
0.1.2 - 2024-07-17
Features
- break tunnel server loop when dropped - (6b2f1b4) - magine
Miscellaneous Chores
- remove not using title key in release action - (2d83a38) - magine
v0.1.1
0.1.1 - 2024-07-15
Features
- close immediately if proxy server down - (1a8c5e1) - magine
prerelease
[unreleased]
Documentation
v0.1.0
[0.1.0] - 2024-07-14
Documentation
Features
- replace sleep with notifier for tunnel open - (04c2d7a) - magine
Miscellaneous Chores
- print litep2p listen error - (9a7e185) - magine