<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div class="markdown-body"></div>
<div class="markdown-body">
<h1>OTP 24 Release Candidate 3</h1>
<p>This is the last of three planned release candidates before the OTP 24 release.<br>
The intention with this release is to get feedback from our users. All feedback is welcome, even if it is only to say that it works for you.</p>
<p>We encourage users to try it out and give us feedback either by creating an issue here
<a href="https://github.com/erlang/otp/issues">https://github.com/erlang/otp/issues</a><br>
or by posting to the mailing list <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>.</p>
<p>Erlang/OTP 24 is a new major release with new features, improvements as well as a few incompatibilities. Some of the new<br>
features are highlighted below.</p>
<h2>Highlights rc3</h2>
<h3>stdlib</h3>
<ul>
<li>Implementation of EEP 56 in supervisor. It adds the concept of significant children as well as the auto_shutdown supervisor flag. See the supervisor manual page for more information.</li></ul>
<h2>Highlights rc2</h2>
<h3>compiler</h3>
<ul>
<li>The compiler will now inline funs that are used only once immediately after their definition.</li></ul>
<h3>erts, kernel, stdlib</h3>
<ul>
<li>hex encoding and decoding functions added in the binary module</li></ul>
<h4>There is as usual a number of bug fixes and improvements detailed in the readme.</h4>
<h2>Highlights rc1</h2>
<h3>erts, kernel, stdlib</h3>
<ul>
<li>
<p>The BeamAsm JIT-compiler has been added to Erlang/OTP and will give a significant performance boost for many applications.<br>
The JIT-compiler is enabled by default on most x86 64-bit platforms that have a C++ compiler that can compile C++17.<br>
To verify that a JIT enabled emulator is running you can use <code>erlang:system_info(emu_flavor)</code>.</p>
</li><li>
<p>A compatibility adaptor for <code>gen_tcp</code> to use the new socket API has been implemented (<code>gen_tcp_socket</code>).</p>
</li><li>
<p>Extended error information for failing BIF calls as proposed in EEP 54 has been implemented.</p>
</li><li>
<p>Process aliases as outlined by EEP 53 has been introduced.</p>
</li></ul>
<h3>compiler</h3>
<ul>
<li>Compiler warnings and errors now include column numbers in addition to line numbers.</li><li>Variables bound between the keywords <code>'try'</code> and <code>'of'</code> can now be used in the clauses following the
<code>'of'</code> keyword<br>
(that is, in the success case when no exception was raised).</li></ul>
<h3>ftp</h3>
<ul>
<li>Add support for FTPES (explicit FTP over TLS).</li></ul>
<h3>ssl</h3>
<ul>
<li>Support for the "early data" feature for TLS 1.3 servers and clients.</li><li>Make TLS handshakes in Erlang distribution concurrent.</li></ul>
<h3>wx</h3>
<ul>
<li>The application has been completely rewritten in order<br>
to use wxWidgets version 3 as its base.</li><li>Added support for wxWebView.</li></ul>
<h3>edoc</h3>
<ul>
<li>EDoc is now capable of emitting EEP-48 doc chunks. This means that, with some configuration, community projects<br>
can now provide documentation for shell_docs the same way that OTP libraries did since OTP 23.0.</li></ul>
<p>For more details about new features and potential incompatibilities see<br>
<a href="https://erlang.org/download/OTP-24.0-rc3.README" rel="nofollow">https://erlang.org/download/OTP-24.0-rc3.README</a></p>
<p>Pre built versions for Windows can be fetched here:<br>
<a href="http://erlang.org/download/otp_win32_24.0-rc3.exe" rel="nofollow">http://erlang.org/download/otp_win32_24.0-rc3.exe</a><br>
<a href="http://erlang.org/download/otp_win64_24.0-rc3.exe" rel="nofollow">http://erlang.org/download/otp_win64_24.0-rc3.exe</a></p>
<p>Online documentation can be browsed here:<br>
<a href="http://erlang.org/documentation/doc-12.0-rc3/doc/" rel="nofollow">http://erlang.org/documentation/doc-12.0-rc3/doc/</a></p>
<p>The Erlang/OTP source can also be found at GitHub on the official Erlang repository,<br>
<a href="https://github.com/erlang/otp">https://github.com/erlang/otp</a></p>
</div>
<br>
</div>
</body>
</html>