Skip to content

Commit 51b1761

Browse files
committed
feat: v0.8.0 - WebSocket 支持实现
- 添加 WebSocket 模块基础结构 (types, handler, processor) - 实现 WebSocket 服务器连接握手和升级 - 实现消息处理和请求验证 - 实现流式响应转发和背压控制 - 实现连接生命周期管理 (心跳检测、优雅关闭、资源清理) - 添加属性测试验证消息往返一致性 - 添加前端 WebSocket 状态显示组件 - 更新版本号到 0.8.0
1 parent 385ec1a commit 51b1761

80 files changed

Lines changed: 19253 additions & 124 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Thumbs.db
1515

1616
# Logs
1717
*.log
18+
19+
# Kiro
20+
.kiro/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "proxycast",
33
"private": true,
4-
"version": "0.7.3",
4+
"version": "0.8.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)