Releases: AkinoKaede/asport
Releases · AkinoKaede/asport
v0.3.0
BREAKING CHANGES
- TLS-related configuration options had been moved to
securityconfiguration part, so please modify your configuration file to migrate to v0.3.0. - Start command had been move to
runsubcommand.
Features
- Add Noise serves as a security layer that replaces TLS.
- Add
uuidsubcommand for generate a new UUID v4. - Add
x25519subcommand 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
BREAKING CHANGES
Specification of ASPORT had been changed., please upgrade your client and server at the same time.
Features
- Add
skip_certificate_verificationoption to client for skip server's certificate verification.
Chores
- Upgrade dependencies.
Fixes
- Missing
stdfeature forrustls_pemfile.
v0.2.0
BREAKING CHANGES
Specification of ASPORT had been changed., please upgrade your client and server at the same time.
Features
- Add
skip_certificate_verificationoption to client for skip server's certificate verification.
Chores
- Upgrade dependencies.
v0.1.2
Security Update
https://github.com/AkinoKaede/asport/security/dependabot/1
Chores
- Update systems files
- Update dependencies
v0.1.1
No actual updates, just to trigger GitHub Actions.