Skip to content

Releases: AkinoKaede/asport

v0.3.0

13 Aug 04:31
f6a1d5d

Choose a tag to compare

BREAKING CHANGES

  • TLS-related configuration options had been moved to security configuration part, so please modify your configuration file to migrate to v0.3.0.
  • Start command had been move to run subcommand.

Features

  • Add Noise serves as a security layer that replaces TLS.
  • Add uuid subcommand for generate a new UUID v4.
  • Add x25519 subcommand for generate a new X25519 key pair. (Noise use X25519 to exchange key).

Chores

  • Upgrade dependencies.

Fixes

  • Compatibility with stable Rust releases

v0.2.1

11 Aug 14:48
e317097

Choose a tag to compare

BREAKING CHANGES

Specification of ASPORT had been changed., please upgrade your client and server at the same time.

Features

  • Add skip_certificate_verification option to client for skip server's certificate verification.

Chores

  • Upgrade dependencies.

Fixes

  • Missing std feature for rustls_pemfile.

v0.2.0

11 Aug 14:38
a2a5f40

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

BREAKING CHANGES

Specification of ASPORT had been changed., please upgrade your client and server at the same time.

Features

  • Add skip_certificate_verification option to client for skip server's certificate verification.

Chores

  • Upgrade dependencies.

v0.1.2

05 Sep 10:46
26b02c6

Choose a tag to compare

Security Update

https://github.com/AkinoKaede/asport/security/dependabot/1

Chores

  • Update systems files
  • Update dependencies

v0.1.1

21 Aug 16:29
99c7751

Choose a tag to compare

No actual updates, just to trigger GitHub Actions.

v0.1.0

21 Aug 06:14
a564dcc

Choose a tag to compare

A quick and secure reverse proxy based on QUIC for NAT traversal.

See more in README.md