@@ -585,7 +585,7 @@ mtproxymax telegram remove # Remove bot completely
585585
586586## 📋 Changelog
587587
588- ### v1.0.4 — Replication, Engine v3.3.32 , SNI Policy & Metrics Dashboard
588+ ### v1.0.4 — Replication, Engine v3.3.36 , SNI Policy & Metrics Dashboard
589589
590590- ** Replication** — sync config from master to slave servers via rsync+SSH with systemd timer
591591- ** Auto-exclude** — ` settings.conf ` and ` replication.conf ` are never synced to slaves, preserving their role and local state
@@ -595,13 +595,14 @@ mtproxymax telegram remove # Remove bot completely
595595- ** Role guards** — ` replication add/remove/sync ` are blocked with a clear error on slave servers
596596- ** Sync script auto-update** — manual ` sync ` always regenerates the script from current binary
597597
598- ** Engine Upgrade (v3.3.31 → v3.3.32 ):**
598+ ** Engine Upgrade (v3.3.31 → v3.3.36 ):**
599599
600- - ** Bounded Hybrid Routing Loop** — Hard timeout on ME no-writer recovery, prevents infinite-spin edge case
601- - ** ArcSwap Snapshots** — Lock-free concurrent reads on writer pools, endpoints, and family state for less contention
602- - ** Parallel Health Checks** — Reduced latency during writer recovery
603- - ** Refined Quarantine** — Draining writers no longer needlessly quarantine healthy endpoints
604- - ** New Backpressure Model** — Tiered base/high watermark for better overload handling
600+ - ** Apple/XNU Connectivity Fixes** — Resolves connection issues for iOS/macOS Telegram clients
601+ - ** ME Rewrite** — Hybrid routing loop, ArcSwap snapshots, parallel health checks, refined quarantine, tiered backpressure
602+ - ** Memory Optimizations** — Buffer pool trim, session vec shrink, reduced stats memory footprint
603+ - ** Upstream Timeout Tuning** — ` tg_connect ` timeout now applied to DC TCP connect attempts, prevents hanging connections
604+ - ** Active IPs API** — New ` /v1/stats/users/active-ips ` endpoint
605+ - ** Configurable ` listen_backlog ` ** — Tunable TCP listen queue for high-connection servers
605606
606607** New Features:**
607608
0 commit comments