Skip to content

Beta2.1 - #1461

Closed
cmliu wants to merge 24 commits into
mainfrom
beta2.1
Closed

Beta2.1#1461
cmliu wants to merge 24 commits into
mainfrom
beta2.1

Conversation

@cmliu

@cmliu cmliu commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Beta2.1

cmliu and others added 24 commits August 9, 2026 20:13
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
fix: 更新版本号至2026-08-09并优化XHTTP传输链路和连接管理
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
fix: 更新版本号至2026-08-09并修复链式代理路径末尾斜杠处理
fix: 修复响应URL生成逻辑
Copilot AI lite review requested due to automatic review settings August 12, 2026 03:30
@github-actions

Copy link
Copy Markdown

🤖 这个 PR 因为说明为空,或说明过短,已被自动关闭。

请补充这次改了什么、为什么要改,再重新提交 PR。

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project to the “Beta2.1” release, primarily enhancing the XHTTP (renamed to “叉HTTP”) transport path with padding-obfuscation signaling and a more direct streaming model, and records the release notes in the changelog.

Changes:

  • Updated CHANGELOG with new Beta2.1 entries describing XHTTP/叉HTTP optimizations and fixes.
  • Updated _worker.js version stamp and refactored XHTTP handling to 叉HTTP, adding padding obfs identification/validation and pipe-based TCP streaming plus uplink coalescing.
  • Improved reverse-proxy parameter parsing to tolerate trailing / in encoded path segments.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
CHANGELOG Adds Beta2.1 release notes for recent transport/parameter parsing updates.
_worker.js Implements 叉HTTP padding obfs handling, streaming/connection changes, and version bump.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread _worker.js
@@ -1,4 +1,4 @@
const Version = '2026-07-29 23:57:34';
const Version = '2026-08-11 14:45:22';
Comment thread _worker.js
Comment on lines 4783 to +4787
function 获取传输协议配置(配置 = {}) {
const 是gRPC = 配置.传输协议 === 'grpc';
const { 头: 本机Padding头, 键: 本机Padding键 } = 获取叉HTTPPadding标识(配置.UUID);
const 叉混淆JSON = {
"xPaddingObfsMode": true,
Comment thread _worker.js
当前写入Socket = null;
try {
const 响应URL = new URL('https://x.invalid/');
响应URL.searchParams.set(本机Padding键, 生成叉HTTPPadding串(100 + Math.floor(Math.random() * 901)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants