@@ -516,21 +516,22 @@ mtproxymax telegram remove # Remove bot completely
516516- ** ` --no-restart ` flag** — ` secret add/remove/add-batch/remove-batch --no-restart ` for scripting and automation
517517- ** TUI options** — Interactive menu options [ 6] and [ 7] for batch operations
518518
519- ### v1.0.0 — Engine v3.3.25
519+ ### v1.0.0 — Engine v3.3.28
520520
521- ** Engine Upgrade (v3.3.3 → v3.3.25 ):**
521+ ** Engine Upgrade (v3.3.3 → v3.3.28 ):**
522522
523- - ** Instadrain + Hard-Remove** — Writers stuck in draining state are now force-removed, reducing random connection drops
524- - ** Runtime Guardrails** — Internal safety checks to prevent resource exhaustion
525- - ** ME Writer Draining Fixes** — Stuck draining writers properly cleaned up instead of hanging
523+ - ** ME Anti-Stuck + Orphan Watchdog** — Root cause fix for random connection drops: writer cleanup races resolved, orphaned writers detected and force-closed
524+ - ** Quarantine Fixes** — Quarantined endpoints no longer bypass the circuit breaker, preventing flapping reconnection loops
525+ - ** Authoritative Teardown** — New deterministic writer teardown sequence with force-close safety policy
526+ - ** ME Draining on Dual-Stack** — Proper draining behavior on IPv4+IPv6 servers
527+ - ** TLS Fetcher Upstream Selection** — Smarter upstream selection for TLS fetching
528+ - ** Teardown Monitoring** — New API and Prometheus metrics for writer teardown visibility
529+ - ** Instadrain + Hard-Remove** — Writers stuck draining are force-removed instead of hanging
526530- ** Adaptive Buffers** — Dynamic buffer sizing: less RAM at low load, more throughput at high load
527- - ** Session Eviction** — Smarter cleanup of idle/dead connections under memory pressure
528- - ** Flow Performance** — 3x faster D2C flush (1500μs → 500μs) + immediate ACK flushing for lower latency
529- - ** Hot-Reload Fixes** — More reliable config reload without restart
530- - ** Configurable max_connections** — New option to cap total connections (default: 10000)
531+ - ** Flow Performance** — 3x faster D2C flush + immediate ACK flushing for lower latency
532+ - ** Hot-Reload Fixes** — Reliable config reload without restart
531533- ** Event-Driven ME** — Pool switches from busy-polling to event-driven, reducing CPU on idle servers
532534- ** CPU/RAM Hot-Path Optimization** — Removed hot-path obstacles for lower resource usage under load
533- - ** ME Writer Rebinding** — Lifecycle fixes: proper cleanup of stale writers, faster recovery after drops
534535- ** Source-IP ME Routing** — Routing decisions factor in source IP for multi-homed servers
535536- ** ME/DC Reroute** — Dynamic rerouting when preferred datacenter path degrades
536537- ** Per-Upstream Runtime Selftest** — Built-in diagnostics for upstream connectivity
0 commit comments