Skip to content

Commit ef073a0

Browse files
committed
chore: prepare v1.9.35 release
Ship the large-download and exit-node resilience fixes from #1346. Bump the crate and Android versions and add the bilingual changelog for v1.9.35.
1 parent e45e5b0 commit ef073a0

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mhrv-rs"
3-
version = "1.9.34"
3+
version = "1.9.35"
44
edition = "2021"
55
description = "Rust port of MasterHttpRelayVPN -- DPI bypass via Google Apps Script relay with domain fronting"
66
license = "MIT"

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.therealaleph.mhrv"
1515
minSdk = 24 // Android 7.0 — covers 99%+ of live devices.
1616
targetSdk = 34
17-
versionCode = 165
18-
versionName = "1.9.33"
17+
versionCode = 166
18+
versionName = "1.9.35"
1919

2020
// Ship all four mainstream Android ABIs:
2121
// - arm64-v8a — 95%+ of real-world Android phones since 2019

docs/changelog/v1.9.35.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- see docs/changelog/v1.1.0.md for the file format: Persian, then `---`, then English. -->
2+
<div dir="rtl">
3+
4+
**پایداری بهتر برای دانلودهای بزرگ و مسیرهای کند exit-node** ([PR #1346](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/pull/1346) از @CaptainMirage). درخواست‌های `Range` و ادامه‌ی دانلود حالا مسیر مقاوم‌تری دارند، timeout دریافت بدنه از timeout اتصال/هدر جدا شده و مقدار جدید `stream_timeout_secs` به صورت پیش‌فرض 300 ثانیه است تا فایل‌های بزرگ وسط دریافت بی‌دلیل قطع نشوند. برای درخواست‌های امن مثل `GET`، timeout مسیر exit-node می‌تواند به Apps Script مستقیم fallback کند، و بستن تمیز TLS هم به ابزارهایی مثل `wget`/`curl` کمک می‌کند دانلود را از offset درست ادامه بدهند. فرمت timestamp لاگ‌ها هم فشرده‌تر شده تا خروجی ترمینال و پنل لاگ خواناتر باشد.
5+
6+
</div>
7+
---
8+
**Improve large-download resilience and slow exit-node behavior** ([PR #1346](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/pull/1346) by @CaptainMirage). `Range` requests and resumed downloads now have a more resilient path, body streaming has its own `stream_timeout_secs` setting with a 300-second default, and large responses are no longer killed by the shorter connect/header timeout while chunks are still arriving. Safe requests such as `GET` can fall back from exit-node timeouts to direct Apps Script, clean TLS shutdown helps `wget`/`curl` resume from the right offset, and compact log timestamps make terminal/UI logs easier to scan.

0 commit comments

Comments
 (0)