blob: 6a37830a5be46bfcda7a55f3a30dadb06b918c11 [file] [log] [blame]
<?php include '../../_includes/bare_header.php' ?>
<!-- Intro -->
<div id="noteworthy">
<div class="container">
<div class="row">
<div class="offset1 span7">
<h3>Mosquitto 1.4 - New and Noteworthy</h3>
<p class="lead">This is a list of the most noteworthy
things in the Mosquitto 1.4 release.</p>
<h4>Broker</h4>
<ul>
<li>Support for websockets.</li>
<li>Improved bridge support.
<ul>
<li>Add local_clientid, local_username, local_password for bridge connections to authenticate to the local broker.</li>
<li>Wildcard TLS certificates are now supported for bridges.</li>
<li>Bridge support for MQTT v3.1.1.</li>
</ul>
</li>
<li>TLS improvements
<ul>
<li>Default TLS mode now accepts TLS v1.2, v1.1 and v1.0.</li>
<li>Support for ECDHE-ECDSA family ciphers.</li>
</ul>
</li>
<li>Add support for use_username_as_clientid which can be used with authentication to restrict ownership of client ids and hence prevent one client disconnecting another by using the same client id.</li>
</ul>
<h4>Client Library</h4>
<ul>
<li>Add experimental SOCKS5 support.</li>
<li>Wildcard TLS certificates are now supported.</li>
<li>Add support for MQTT v3.1.1.</li>
</ul>
<h4>Clients</h4>
<ul>
<li>Both clients can now load default configuration options from a file.</li>
<li>Add --proxy SOCKS5 support for both clients.</li>
<li>Add support for MQTT v3.1.1.</li>
</ul>
<h4>Bugfixes</h4>
<p><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=IoT&component=Mosquitto&f1=target_milestone&list_id=10981643&o1=equals&product=Mosquitto&query_format=advanced&v1=1.4">This list</a> shows all bugs that have been fixed in this release.</p>
</div>
<div class="span3" style="padding-top: 100px;">
<a
href="http://www.eclipse.org/projects/what-is-incubation.php"
target="_blank"><img class="hidden-phone pull-right"
src='/mosquitto/images/incubation.png' alt="Eclipse Incubation egg"></a>
</div>
</div>
</div>
</div>
<?php include '../../_includes/bare_footer.php' ?>