You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lead: "Erlang/OTP 28.1 is the first maintenance patch package for OTP 28, with mostly bug fixes."
6
+
tags: "release, OTP, 28.1"
7
+
date: "2025-09-17"
8
+
author: "Henrik Nord"
9
+
---
10
+
## OTP 28.1
11
+
12
+
Erlang/OTP 28.1 is the first maintenance patch package for OTP 28, with mostly bug fixes as well as improvements.
13
+
14
+
15
+
### Potential incompatibilities:
16
+
17
+
* The internal `inet_dns_tsig` and `inet_res` modules have been fixed to TSIG
18
+
verify the correct timestamp.
19
+
In the process two undocumented error code atoms have been corrected to
20
+
`notauth` and `notzone` to adhere to the DNS RFCs. Code that relied on the
21
+
previous incorrect values may have to be corrected.
22
+
23
+
## HIGHLIGHTS
24
+
25
+
* A User's Guide to `dbg` is now available in the documentation.
26
+
* Support for quantum crypto signature algorithm ML-DSA and key exchange algorithm ML-KEM (ssl, public_key and crypto if built and linked with OpenSSL 3.5).
27
+
28
+
29
+
For details about bugfixes and potential incompatibilities see
30
+
the [Erlang 28.1 README](https://erlang.org/download/OTP-28.1.README)
31
+
32
+
The Erlang/OTP source can also be found at GitHub on the official Erlang repository,
33
+
https://github.com/erlang/otp
34
+
35
+
36
+
Download links for this and previous versions are found here:
0 commit comments