Skip to content

Commit 5cecadf

Browse files
committed
1 parent 3435036 commit 5cecadf

5 files changed

Lines changed: 125 additions & 5 deletions

File tree

changelog/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,17 @@
11901190
</label>
11911191
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
11921192

1193+
<li class="md-nav__item">
1194+
<a href="#420" class="md-nav__link">
1195+
<span class="md-ellipsis">
1196+
1197+
4.2.0
1198+
1199+
</span>
1200+
</a>
1201+
1202+
</li>
1203+
11931204
<li class="md-nav__item">
11941205
<a href="#410" class="md-nav__link">
11951206
<span class="md-ellipsis">
@@ -1246,6 +1257,17 @@
12461257
</label>
12471258
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
12481259

1260+
<li class="md-nav__item">
1261+
<a href="#420" class="md-nav__link">
1262+
<span class="md-ellipsis">
1263+
1264+
4.2.0
1265+
1266+
</span>
1267+
</a>
1268+
1269+
</li>
1270+
12491271
<li class="md-nav__item">
12501272
<a href="#410" class="md-nav__link">
12511273
<span class="md-ellipsis">
@@ -1289,10 +1311,18 @@
12891311

12901312

12911313
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
1292-
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1314+
<h2 id="420">4.2.0<a class="headerlink" href="#420" title="Permanent link">&para;</a></h2>
12931315
<ul>
12941316
<li><code>--stats-allow-net CIDR</code> flag to extend stats endpoint access beyond RFC1918 ranges (repeatable). Docker: <code>STATS_ALLOW_NET=100.64.0.0/10,fd00::/8</code></li>
12951317
</ul>
1318+
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1319+
<p>MTProto transport protocol compliance improvements.</p>
1320+
<ul>
1321+
<li>Detect and log transport error codes (-404, -429, etc.) from DCs in direct mode</li>
1322+
<li>Detect transport error codes in medium mode client parse path</li>
1323+
<li>Track quick ACK packets with <code>teleproxy_quickack_packets_total</code> counter</li>
1324+
<li>Track transport errors with <code>teleproxy_transport_errors_total</code> counter</li>
1325+
</ul>
12961326
<h2 id="400">4.0.0<a class="headerlink" href="#400" title="Permanent link">&para;</a></h2>
12971327
<p>Rebrand to Teleproxy. Binary renamed from <code>mtproto-proxy</code> to <code>teleproxy</code>.</p>
12981328
<ul>

fa/changelog/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,17 @@
11901190
</label>
11911191
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
11921192

1193+
<li class="md-nav__item">
1194+
<a href="#420" class="md-nav__link">
1195+
<span class="md-ellipsis">
1196+
1197+
4.2.0
1198+
1199+
</span>
1200+
</a>
1201+
1202+
</li>
1203+
11931204
<li class="md-nav__item">
11941205
<a href="#410" class="md-nav__link">
11951206
<span class="md-ellipsis">
@@ -1246,6 +1257,17 @@
12461257
</label>
12471258
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
12481259

1260+
<li class="md-nav__item">
1261+
<a href="#420" class="md-nav__link">
1262+
<span class="md-ellipsis">
1263+
1264+
4.2.0
1265+
1266+
</span>
1267+
</a>
1268+
1269+
</li>
1270+
12491271
<li class="md-nav__item">
12501272
<a href="#410" class="md-nav__link">
12511273
<span class="md-ellipsis">
@@ -1289,10 +1311,18 @@
12891311

12901312

12911313
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
1292-
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1314+
<h2 id="420">4.2.0<a class="headerlink" href="#420" title="Permanent link">&para;</a></h2>
12931315
<ul>
12941316
<li><code>--stats-allow-net CIDR</code> flag to extend stats endpoint access beyond RFC1918 ranges (repeatable). Docker: <code>STATS_ALLOW_NET=100.64.0.0/10,fd00::/8</code></li>
12951317
</ul>
1318+
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1319+
<p>MTProto transport protocol compliance improvements.</p>
1320+
<ul>
1321+
<li>Detect and log transport error codes (-404, -429, etc.) from DCs in direct mode</li>
1322+
<li>Detect transport error codes in medium mode client parse path</li>
1323+
<li>Track quick ACK packets with <code>teleproxy_quickack_packets_total</code> counter</li>
1324+
<li>Track transport errors with <code>teleproxy_transport_errors_total</code> counter</li>
1325+
</ul>
12961326
<h2 id="400">4.0.0<a class="headerlink" href="#400" title="Permanent link">&para;</a></h2>
12971327
<p>Rebrand to Teleproxy. Binary renamed from <code>mtproto-proxy</code> to <code>teleproxy</code>.</p>
12981328
<ul>

ru/changelog/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,17 @@
11901190
</label>
11911191
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
11921192

1193+
<li class="md-nav__item">
1194+
<a href="#420" class="md-nav__link">
1195+
<span class="md-ellipsis">
1196+
1197+
4.2.0
1198+
1199+
</span>
1200+
</a>
1201+
1202+
</li>
1203+
11931204
<li class="md-nav__item">
11941205
<a href="#410" class="md-nav__link">
11951206
<span class="md-ellipsis">
@@ -1246,6 +1257,17 @@
12461257
</label>
12471258
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
12481259

1260+
<li class="md-nav__item">
1261+
<a href="#420" class="md-nav__link">
1262+
<span class="md-ellipsis">
1263+
1264+
4.2.0
1265+
1266+
</span>
1267+
</a>
1268+
1269+
</li>
1270+
12491271
<li class="md-nav__item">
12501272
<a href="#410" class="md-nav__link">
12511273
<span class="md-ellipsis">
@@ -1289,10 +1311,18 @@
12891311

12901312

12911313
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
1292-
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1314+
<h2 id="420">4.2.0<a class="headerlink" href="#420" title="Permanent link">&para;</a></h2>
12931315
<ul>
12941316
<li><code>--stats-allow-net CIDR</code> flag to extend stats endpoint access beyond RFC1918 ranges (repeatable). Docker: <code>STATS_ALLOW_NET=100.64.0.0/10,fd00::/8</code></li>
12951317
</ul>
1318+
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1319+
<p>MTProto transport protocol compliance improvements.</p>
1320+
<ul>
1321+
<li>Detect and log transport error codes (-404, -429, etc.) from DCs in direct mode</li>
1322+
<li>Detect transport error codes in medium mode client parse path</li>
1323+
<li>Track quick ACK packets with <code>teleproxy_quickack_packets_total</code> counter</li>
1324+
<li>Track transport errors with <code>teleproxy_transport_errors_total</code> counter</li>
1325+
</ul>
12961326
<h2 id="400">4.0.0<a class="headerlink" href="#400" title="Permanent link">&para;</a></h2>
12971327
<p>Rebrand to Teleproxy. Binary renamed from <code>mtproto-proxy</code> to <code>teleproxy</code>.</p>
12981328
<ul>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vi/changelog/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,17 @@
11901190
</label>
11911191
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
11921192

1193+
<li class="md-nav__item">
1194+
<a href="#420" class="md-nav__link">
1195+
<span class="md-ellipsis">
1196+
1197+
4.2.0
1198+
1199+
</span>
1200+
</a>
1201+
1202+
</li>
1203+
11931204
<li class="md-nav__item">
11941205
<a href="#410" class="md-nav__link">
11951206
<span class="md-ellipsis">
@@ -1246,6 +1257,17 @@
12461257
</label>
12471258
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
12481259

1260+
<li class="md-nav__item">
1261+
<a href="#420" class="md-nav__link">
1262+
<span class="md-ellipsis">
1263+
1264+
4.2.0
1265+
1266+
</span>
1267+
</a>
1268+
1269+
</li>
1270+
12491271
<li class="md-nav__item">
12501272
<a href="#410" class="md-nav__link">
12511273
<span class="md-ellipsis">
@@ -1289,10 +1311,18 @@
12891311

12901312

12911313
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
1292-
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1314+
<h2 id="420">4.2.0<a class="headerlink" href="#420" title="Permanent link">&para;</a></h2>
12931315
<ul>
12941316
<li><code>--stats-allow-net CIDR</code> flag to extend stats endpoint access beyond RFC1918 ranges (repeatable). Docker: <code>STATS_ALLOW_NET=100.64.0.0/10,fd00::/8</code></li>
12951317
</ul>
1318+
<h2 id="410">4.1.0<a class="headerlink" href="#410" title="Permanent link">&para;</a></h2>
1319+
<p>MTProto transport protocol compliance improvements.</p>
1320+
<ul>
1321+
<li>Detect and log transport error codes (-404, -429, etc.) from DCs in direct mode</li>
1322+
<li>Detect transport error codes in medium mode client parse path</li>
1323+
<li>Track quick ACK packets with <code>teleproxy_quickack_packets_total</code> counter</li>
1324+
<li>Track transport errors with <code>teleproxy_transport_errors_total</code> counter</li>
1325+
</ul>
12961326
<h2 id="400">4.0.0<a class="headerlink" href="#400" title="Permanent link">&para;</a></h2>
12971327
<p>Rebrand to Teleproxy. Binary renamed from <code>mtproto-proxy</code> to <code>teleproxy</code>.</p>
12981328
<ul>

0 commit comments

Comments
 (0)