Deployed d525c28 with MkDocs version: 1.1.2

This commit is contained in:
2020-09-18 22:12:08 +00:00
parent 0b8a03b191
commit 61b5fd278e
5 changed files with 17 additions and 11 deletions

View File

@ -98,6 +98,10 @@
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#1041-2020-09-18" class="nav-link">[10.4.1] - 2020-09-18</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1040-2020-09-12" class="nav-link">[10.4.0] - 2020-09-12</a>
<ul class="nav flex-column">
</ul>
@ -1011,6 +1015,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1041-2020-09-18">[10.4.1] - 2020-09-18</h2>
<p>(cobra connection and bots) set an HTTP header when connecting to help with debugging bots</p>
<h2 id="1040-2020-09-12">[10.4.0] - 2020-09-12</h2>
<p>(http server) read body request when the Content-Length is specified + set timeout to read the request to 30 seconds max by default, and make it configurable as a constructor parameter</p>
<h2 id="1035-2020-09-09">[10.3.5] - 2020-09-09</h2>