惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
博客园 - 【当耐特】
量子位
博客园 - 叶小钗
有赞技术团队
有赞技术团队
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
博客园 - 司徒正美
爱范儿
爱范儿
美团技术团队
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
罗磊的独立博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
D
DataBreaches.Net
宝玉的分享
宝玉的分享

Erlang/OTP | News

Erlang/OTP 29.1 Release - Erlang/OTP Björn on BEAM on the BEAM There, Done That Podcast - Erlang/OTP Native Records on the Podcast BEAM There, Done That - Erlang/OTP Erlang/OTP 29.0 - Erlang/OTP Erlang/OTP 28.5 Release - Erlang/OTP Erlang/OTP 29.0 Release Candidate 3 - Erlang/OTP Erlang/OTP 29.0 Release Candidate 2 - Erlang/OTP Erlang/OTP 29.0 Release Candidate 1 - Erlang/OTP Erlang/OTP 28.3 Release - Erlang/OTP Erlang/OTP 28.1 Release - Erlang/OTP Erlang/OTP 28.0 - Erlang/OTP
Erlang/OTP 28.4 Release - Erlang/OTP
Henrik Nord · 2026-03-04 · via Erlang/OTP | News

Erlang/OTP 28.4 is the third maintenance patch package for OTP 28, with mostly bug fixes as well as improvements.

HIGHLIGHTS #

ssh #

  • Added support for the PQC key exchange (kex) algorithm mlkem768x25519-sha256, a hybrid quantum-resistant algorithm combining ML-KEM-768 with X25519.

    erts #

  • Added persistent_term:put_new/2 that will quickly do nothing if a term with the given name and value already exists, and raise a badarg exception if the term exists with a different value.

POTENTIAL INCOMPATIBILITIES #

  • Added a new HttpOption {autoretry, timeout()} to httpc:request/4,5. This option allows the client to decide how to act upon receiving a Retry-After response header. The default behavior changes, as now only one retry is made before returning the error code, instead of retrying infinitely.

For details about bugfixes and potential incompatibilities see the Erlang 28.4 README

The Erlang/OTP source can also be found at GitHub on the official Erlang repository, https://github.com/erlang/otp

Download links for this and previous versions are found here: