feat(rust-core): add adaptive keepalive telemetry, MTU handling, and per-client rate limiting APIs
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-15 - 1.1.0 - feat(rust-core)
|
||||
add adaptive keepalive telemetry, MTU handling, and per-client rate limiting APIs
|
||||
|
||||
- adds adaptive keepalive monitoring with RTT, jitter, loss, and link health reporting to client statistics and management endpoints
|
||||
- introduces MTU overhead calculation and oversized-packet handling support, plus client MTU info APIs
|
||||
- adds token-bucket rate limiting with configurable default limits and server management commands to set, remove, and inspect per-client telemetry
|
||||
- extends TypeScript client and server interfaces with connection quality, MTU, and client telemetry methods
|
||||
|
||||
## 2026-02-27 - 1.0.3 - fix(build)
|
||||
add aarch64 linker configuration for cross-compilation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user