feat(test): add end-to-end WebSocket proxy test coverage

This commit is contained in:
2026-04-04 17:59:04 +00:00
parent 527c616cd4
commit 7b3ab7378b
5 changed files with 435 additions and 17 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-04 - 27.3.0 - feat(test)
add end-to-end WebSocket proxy test coverage
- add comprehensive WebSocket e2e tests for upgrade handling, bidirectional messaging, header forwarding, close propagation, and large payloads
- add ws and @types/ws as development dependencies to support the new test suite
## 2026-04-04 - 27.2.0 - feat(metrics)
add frontend and backend protocol distribution metrics