feat(readme): document UDP, QUIC, and HTTP/3 support in the README

This commit is contained in:
2026-03-19 18:55:31 +00:00
parent 9595f0a9fc
commit 2b990527ac
3 changed files with 186 additions and 34 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-19 - 25.15.0 - feat(readme)
document UDP, QUIC, and HTTP/3 support in the README
- Adds README examples for UDP datagram handlers, QUIC/HTTP3 forwarding, and dual-stack TCP/UDP routes
- Expands configuration and API reference sections to cover transport matching, UDP/QUIC options, backend transport selection, and UDP metrics
- Updates architecture and feature descriptions to reflect UDP, QUIC, HTTP/3, and datagram handler capabilities
## 2026-03-19 - 25.14.1 - fix(deps)
update build and runtime dependencies and align route validation test expectations