Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Commit a5f08fb

Browse files
committed
docs: add v3.5.3 changelog entry
1 parent 0b7cf9c commit a5f08fb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.5.3] - 2026-03-28
6+
7+
### Fixed
8+
- **Stickers and icons failed to load through DRS-enabled proxies** — DRS inter-record delays restarted after every 1-second idle gap, so small files (stickers, icons, avatars) always fell within the slow-start delay window. Added a separate delay counter with a 30-second reset threshold: short idle gaps between sticker loads no longer restart delays, while extended idle periods (>30s) still re-establish DPI camouflage ([#70](https://github.com/GetPageSpeed/MTProxy/issues/70))
9+
- **Per-secret connection counter went negative** in ME relay mode (e.g. `secret_secret_0_connections: -136`). The increment fired at connection acceptance before the handshake identified the secret, so it was always skipped. Moved the increment to after the handshake succeeds
10+
11+
### Added
12+
- IPv6 DC addresses for direct-to-DC mode (from tdesktop source)
13+
- Warning when IPv6 ME relay addresses detected in config (broken server-side since ~2023)
14+
515
## [3.5.2] - 2026-03-28
616

717
### Fixed

0 commit comments

Comments
 (0)