Patch Package | OTP 27.3.4.1 |
Git Tag | OTP-27.3.4.1 |
Date | 2025-06-16 |
Issue Id | |
System | OTP |
Release | 27 |
Application |
asn1-5.3.4.1 #
The asn1-5.3.4.1 application can be applied independently of other applications on a full OTP 27 installation.
- OTP-19638
-
The ASN.1 compiler could generate code that would cause Dialyzer with the
unmatched_returns
option to emit warnings.
Full runtime dependencies of asn1-5.3.4.1
erts-14.0, kernel-9.0, stdlib-5.0
eldap-1.2.14.1 #
The eldap-1.2.14.1 application can be applied independently of other applications on a full OTP 27 installation.
- OTP-19658
-
- Related Id(s):
With this change eldap’s ‘not’ function will have specs fixed.
Full runtime dependencies of eldap-1.2.14.1
asn1-3.0, erts-6.0, kernel-3.0, ssl-5.3.4, stdlib-3.4
kernel-10.2.7.1 #
Note! The kernel-10.2.7.1 application cannot be applied independently of other applications on an arbitrary OTP 27 installation.
On a full OTP 27 installation, also the following runtime
dependency has to be satisfied:
-- erts-15.2.5 (first satisfied in OTP 27.3.2)
- OTP-19667
-
- Related Id(s):
A remote shell can now exit by closing the input stream, without terminating the remote node.
- OTP-19640
-
- Related Id(s):
Document default buffer sizes
Full runtime dependencies of kernel-10.2.7.1
crypto-5.0, erts-15.2.5, sasl-3.0, stdlib-6.0
ssh-5.2.11.1 #
The ssh-5.2.11.1 application can be applied independently of other applications on a full OTP 27 installation.
- OTP-19634
-
Various channel closing robustness improvements. Avoid crashes when channel handling process closes channel and immediately exits. Avoid breaking the protocol by sending duplicated channel-close messages. Cleanup channels which timeout during closing procedure.
- OTP-19637
-
Improved interoperability with clients acting as Paramiko.
Full runtime dependencies of ssh-5.2.11.1
crypto-5.0, erts-14.0, kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1, stdlib-5.0, stdlib-6.0
ssl-11.2.12.1 #
Note! The ssl-11.2.12.1 application cannot be applied independently of other applications on an arbitrary OTP 27 installation.
On a full OTP 27 installation, also the following runtime
dependency has to be satisfied:
-- public_key-1.16.4 (first satisfied in OTP 27.1.3)
- OTP-19635
-
- Related Id(s):
-
ERIERL-1235, PR-9849
hs_keylog callback properly handle alert in initial states, where encryption is not yet used. Also add keylog callback invocation for corner-case where server alert is encrypted with application secrets as client is already in connection state.
- OTP-19676
-
- Related Id(s):
The documentation for SSL option
verify_fun
has been improved.
Full runtime dependencies of ssl-11.2.12.1
crypto-5.0, erts-15.0, inets-5.10.7, kernel-9.0, public_key-1.16.4, runtime_tools-1.15.1, stdlib-6.0
stdlib-6.2.2.1 #
The stdlib-6.2.2.1 application can be applied independently of other applications on a full OTP 27 installation.
- OTP-19647
-
The
save_module/1
command in the shell now saves both the locally defined records and the imported records using therr/1
command. - OTP-19649
-
It’s now possible to write
lists:map(fun is_atom/1, [])
orlists:map(fun my_func/1, [])
, in the shell, instead oflists:map(fun erlang:is_atom/1, [])
orlists:map(fun shell_default:my_func/1, [])
. - OTP-19653
-
- Related Id(s):
Properly strip the leading
/
and drive letter from filepaths when zipping and unzipping archives.Thanks to Wander Nauta for finding and responsibly disclosing this vulnerability to the Erlang/OTP project.
- OTP-19659
-
- Related Id(s):
Shell no longer crashes when requesting to autocomplete map keys containing non-atoms.
- OTP-19667
-
- Related Id(s):
A remote shell can now exit by closing the input stream, without terminating the remote node.
Full runtime dependencies of stdlib-6.2.2.1
compiler-5.0, crypto-4.5, erts-15.0, kernel-10.0, sasl-3.0
xmerl-2.1.3.1 #
The xmerl-2.1.3.1 application can be applied independently of other applications on a full OTP 27 installation.
- OTP-19662
-
- Related Id(s):
-
ERIERL-1225, PR-9905
The type specs of
xmerl_scan:file/2
andxmerl_scan:string/2
has been updated to returndynamic/0
. Due to hook functions they can return any user defined term.
Full runtime dependencies of xmerl-2.1.3.1
erts-6.0, kernel-8.4, stdlib-2.5
Thanks To #
Dan Janowski, Ilya Averyanov, Yaroslav Maslennikov