@@ -500,20 +500,18 @@ mtproxymax telegram remove # Remove bot completely
500500
501501## 📋 Changelog
502502
503- ### v1.0.0 — Engine v3.1.6
504-
505- ** Engine Upgrade (v3.1.2 → v3.1.6):**
506-
507- - ** Writer Lifecycle Model** — Pool writers now follow Warm → Active → Draining lifecycle with generation-aware safe promotion
508- - ** Shadow Writers** — Single-endpoint DCs get shadow writers for resilience, with periodic rotation to prevent silent decay
509- - ** Outage Recovery** — Automatic aggressive reconnect loop when all writers are lost, with backoff and optional quarantine bypass
510- - ** Adaptive Floor** — Dynamic minimum writer target reduces idle churn while preserving fast recovery under load (enabled by default)
511- - ** DNS Overrides** — Custom DNS resolution at engine level, hot-reloadable
512- - ** Upstream Retry + Health** — Upstreams retry 3x with backoff, auto-marked unhealthy after consecutive failures
513- - ** ME/DC Method Detection** — Engine detects optimal connection method per datacenter
514- - ** Backpressure Tuning** — Adaptive base/high watermark timeouts for ME routing under load
515- - ** Metrics Security** — Prometheus endpoint binds to localhost only by default
516- - ** Per-User Ad-Tag** — Individual ad-tags per user with global fallback
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
517515
518516### v1.0.0 — Per-User Limits + Telegram Bot
519517
0 commit comments