@@ -586,7 +586,7 @@ mtproxymax telegram remove # Remove bot completely
586586
587587## 📋 Changelog
588588
589- ### v1.0.4 — Replication, Engine v3.3.38 , SNI Policy & Metrics Dashboard
589+ ### v1.0.4 — Replication, Engine v3.3.39 , SNI Policy & Metrics Dashboard
590590
591591- ** Replication** — sync config from master to slave servers via rsync+SSH with systemd timer
592592- ** Auto-exclude** — ` settings.conf ` and ` replication.conf ` are never synced to slaves, preserving their role and local state
@@ -596,7 +596,7 @@ mtproxymax telegram remove # Remove bot completely
596596- ** Role guards** — ` replication add/remove/sync ` are blocked with a clear error on slave servers
597597- ** Sync script auto-update** — manual ` sync ` always regenerates the script from current binary
598598
599- ** Engine Upgrade (v3.3.31 → v3.3.38 ):**
599+ ** Engine Upgrade (v3.3.31 → v3.3.39 ):**
600600
601601- ** Apple/XNU Connectivity Fixes** — Resolves connection issues for iOS/macOS Telegram clients
602602- ** ME Rewrite** — Hybrid routing loop, ArcSwap snapshots, parallel health checks, refined quarantine, tiered backpressure
@@ -607,6 +607,9 @@ mtproxymax telegram remove # Remove bot completely
607607- ** Upstream Timeout Tuning** — ` tg_connect ` timeout now applied to DC TCP connect attempts, prevents hanging connections
608608- ** Active IPs API** — New ` /v1/stats/users/active-ips ` endpoint
609609- ** Config Fallback** — Engine gracefully falls back if primary config fails to load
610+ - ** TLS Fronting Fix** — Hashed cert payload before emulation, improves fake-TLS compatibility
611+ - ** Memory Hard-bounds** — Prevents unbounded memory growth under load
612+ - ** Bounded Retries** — Round-bounded retries on data routes, prevents infinite retry loops
610613
611614** New Features:**
612615
0 commit comments