feat(rustproxy): add HTTP/3 proxy service wiring for QUIC listeners

This commit is contained in:
2026-04-04 19:25:06 +00:00
parent 9ba101c59b
commit 8587fb997c
3 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-04 - 27.4.0 - feat(rustproxy)
add HTTP/3 proxy service wiring for QUIC listeners
- registers H3ProxyService with the UDP listener manager so QUIC connections can serve HTTP/3
- keeps proxy IP configuration intact while enabling HTTP/3 handling during listener setup
## 2026-04-04 - 27.3.1 - fix(metrics)
correct frontend and backend protocol connection tracking across h1, h2, h3, and websocket traffic