@@ -500,18 +500,17 @@ mtproxymax telegram remove # Remove bot completely
500500
501501## 📋 Changelog
502502
503- ### v1.0.0 — Engine v3.3.3 LTS
504-
505- ** Engine Upgrade (v3.1.6 → v3.3.3 LTS):**
506-
507- - ** ME NoWait Routing** — Connections no longer block waiting for writers, reducing latency spikes under churn
508- - ** Async Recovery Failfast** — New send path with async recovery instead of inline blocking, fewer stalls under load
509- - ** Atomic Secret Snapshots** — Lock-free secret reads on every connection for higher throughput at scale
510- - ** HybridAsyncPersistent** — New ME route mode keeps routing even when writers are temporarily unavailable
511- - ** Upstream Connection Budget** — Limits concurrent upstream connection attempts, prevents connection storms
512- - ** IP Limit Rework** — New IP tracking system with unique IP always in metrics
513- - ** ME Pool Init Fixes** — More reliable pool initialization with retry logic
514- - ** ME-to-DC Fallback** — Graceful fallback when preferred DC method is unavailable
503+ ### v1.0.0 — Engine v3.3.14
504+
505+ ** Engine Upgrade (v3.3.3 → v3.3.14):**
506+
507+ - ** Event-Driven ME** — Pool switches from busy-polling to event-driven, reducing CPU usage on idle/low-traffic servers
508+ - ** CPU/RAM Hot-Path Optimization** — Removed hot-path obstacles for lower resource usage under load
509+ - ** ME Writer Selection** — Smarter active-by-endpoint writer picking for better DC routing
510+ - ** DC-to-Client Tuning** — Fine-tuned data path from datacenter to client connections
511+ - ** ME/DC Reroute** — Dynamic rerouting when preferred datacenter path degrades
512+ - ** Adaptive Floor Planner** — Smarter idle writer management with upper-limit caps
513+ - ** PROXY Real IP in Logs** — Real client IP now visible in PROXY protocol logs
515514
516515### v1.0.0 — Per-User Limits + Telegram Bot
517516
0 commit comments