Upgrade core engine to v3.0.15

This commit is contained in:
SamNet-dev
2026-02-25 10:54:38 -06:00
parent e89e9e5e4b
commit dc3f3ba1cf
3 changed files with 18 additions and 5 deletions

View File

@@ -504,6 +504,19 @@ mtproxymax telegram remove # Remove bot completely
## 📋 Changelog
### v1.3.0 — Engine v3.0.15
**Engine Upgrade (v3.0.7 → v3.0.15):**
- **ME Connection Hardening** — Better error handling and recovery for lost middle-end connections
- **Secure Payload Fixes** — Payload length validation and ME protocol hardening
- **Bounded Backpressure** — Semaphore-based global gate prevents overload, ME buffer reuse for efficiency
- **TLS Full Certificate** — New TLS fetcher drafts real certificates in ServerHello, with TTL-based refresh
- **ME Pool Reinit** — Soft-staged reinit without reconcile, plus reinit polishing for smoother reconnects
- **Desync Forensics** — Full forensics for desync detection and debugging
- **ME Pool Hardswap** — Hard connection swap with softer fallback for graceful pool rotation
- **ME Pool Health + Rotation** — Active health checking with automatic rotation of unhealthy connections
### v1.2.0 — Engine v3.0.7 + Custom IP
**Engine Upgrade (v3.0.4 → v3.0.7):**