feat(rust-tests): add end-to-end WireGuard UDP integration tests and align TypeScript build configuration

This commit is contained in:
2026-03-29 15:46:32 +00:00
parent f46ea70286
commit 13d8cbe3fa
7 changed files with 906 additions and 305 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-29 - 1.7.0 - feat(rust-tests)
add end-to-end WireGuard UDP integration tests and align TypeScript build configuration
- Add userspace Rust end-to-end tests that validate WireGuard handshake, encryption, peer isolation, and preshared-key data exchange over real UDP sockets.
- Update the TypeScript build setup by removing the allowimplicitany build flag and explicitly including Node types in tsconfig.
- Refresh development toolchain versions to support the updated test and build workflow.
## 2026-03-29 - 1.6.0 - feat(readme)
document WireGuard transport support, configuration, and usage examples