Deployed bcae7f3 with MkDocs version: 1.1.2

This commit is contained in:
2020-08-02 19:09:58 +00:00
parent 7166d87f82
commit b74d82f111
5 changed files with 22 additions and 10 deletions

View File

@ -95,6 +95,14 @@
<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="#1014-2020-08-02" class="nav-link">[10.1.4] - 2020-08-02</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1013-2020-08-02" class="nav-link">[10.1.3] - 2020-08-02</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1012-2020-07-31" class="nav-link">[10.1.2] - 2020-07-31</a>
<ul class="nav flex-column">
</ul>
@ -908,6 +916,10 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1014-2020-08-02">[10.1.4] - 2020-08-02</h2>
<p>(ws) Add a new ws sub-command, echo_client. This command send a message to an echo server, and send back to a server whatever message it does receive. When connecting to a local ws echo_server, on my MacBook Pro 2015 I can send/receive around 30,000 messages per second. (cf #235)</p>
<h2 id="1013-2020-08-02">[10.1.3] - 2020-08-02</h2>
<p>(ws) ws echo_server. Add a -q option to only enable warning and error log levels. This is useful for bench-marking so that we do not print a lot of things on the console. (cf #235)</p>
<h2 id="1012-2020-07-31">[10.1.2] - 2020-07-31</h2>
<p>(build) make using zlib optional, with the caveat that some http and websocket features are not available when zlib is absent</p>
<h2 id="1011-2020-07-29">[10.1.1] - 2020-07-29</h2>