fix(readme): document per-transport metrics and handshake-driven WireGuard connection state

This commit is contained in:
2026-03-31 10:57:02 +00:00
parent fbfbe0db51
commit b98006e792
3 changed files with 48 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-31 - 1.17.1 - fix(readme)
document per-transport metrics and handshake-driven WireGuard connection state
- Add README examples for getStatistics() per-transport active client and total connection counters
- Clarify that WireGuard peers are marked connected only after a successful handshake and disconnect after idle timeout
- Refresh API and project structure documentation to reflect newly documented stats fields and source files
## 2026-03-31 - 1.17.0 - feat(wireguard)
track per-transport server statistics and make WireGuard clients active only after handshake