feat(readme): document WireGuard transport support, configuration, and usage examples

This commit is contained in:
2026-03-29 15:25:22 +00:00
parent 049fa00563
commit 26ee3634c8
3 changed files with 269 additions and 27 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-29 - 1.6.0 - feat(readme)
document WireGuard transport support, configuration, and usage examples
- Expand the README from dual-transport to triple-transport support by adding WireGuard alongside WebSocket and QUIC
- Add client and server WireGuard examples, including live peer management and .conf generation with WgConfigGenerator
- Document new WireGuard-related API methods, config fields, transport modes, and security model details
## 2026-03-29 - 1.5.0 - feat(wireguard)
add WireGuard transport support with management APIs and config generation