Erlang/OTP 28.0 Release
a year ago
- #Programming
- #Release
- #Erlang
- Erlang/OTP 28.0 introduces new language features including priority message reception, zip generators in comprehensions, and based floating point literals.
- Compiler and JIT improvements include better error suggestions, removal of atom size limitations in bytes, and optimizations for certain BIFs.
- ERTS updates include new functions for tracing and process iteration, and support for additional signal handlers.
- Shell and terminal enhancements feature new modes for -noshell and improved user feedback for long-running commands.
- STDLIB additions include a new binary join function, sets represented as maps, and a new zstd module for compression.
- Public_key updates involve replacing old ASN.1 modules while maintaining API compatibility.
- Dialyzer now supports nominal types as per EEP 69.
- SSL optimizations focus on tls-v1.3 data handling.
- Emacs mode improvements include better handling of multiline strings in indent-region.