Skip to content

Releases: dephy-io/dephy-pproxy

v0.4.1

21 Oct 12:57
v0.4.1
ed96b2a
Compare
Choose a tag to compare

0.4.1 - 2024-10-21

Bug Fixes

  • set external ip to fix relay connection reservation - (ed96b2a) - magine

v0.4.0

18 Oct 06:28
v0.4.0
7d12465
Compare
Choose a tag to compare

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

30 Aug 06:56
v0.3.2
b06b892
Compare
Choose a tag to compare

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

21 Aug 12:20
v0.3.1
57a9746
Compare
Choose a tag to compare

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

28 Jul 13:58
v0.2.1
20f12a5
Compare
Choose a tag to compare

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

17 Jul 03:38
v0.1.2
6b2f1b4
Compare
Choose a tag to compare

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

15 Jul 06:06
v0.1.1
1a8c5e1
Compare
Choose a tag to compare

0.1.1 - 2024-07-15

Features

  • close immediately if proxy server down - (1a8c5e1) - magine

prerelease

19 Jul 08:18
6f596d9
Compare
Choose a tag to compare
prerelease Pre-release
Pre-release

[unreleased]

Documentation

  • reword README - (ffa3ad8) - magine

v0.1.0

14 Jul 13:41
v0.1.0
2da051e
Compare
Choose a tag to compare

[0.1.0] - 2024-07-14

Documentation

  • update readme - (2da051e) - magine

Features

  • replace sleep with notifier for tunnel open - (04c2d7a) - magine

Miscellaneous Chores

  • print litep2p listen error - (9a7e185) - magine