| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bom.spdx.json.sigstore | 2025-11-02 | 324.0 kB | |
| bom.spdx.yml | 2025-11-02 | 244.8 kB | |
| bom.spdx.yml.sigstore | 2025-11-02 | 324.0 kB | |
| bom.cyclonedx.json | 2025-11-02 | 209.7 kB | |
| bom.cyclonedx.json.sigstore | 2025-11-02 | 324.0 kB | |
| bom.cyclonedx.xml | 2025-11-02 | 227.1 kB | |
| bom.cyclonedx.xml.sigstore | 2025-11-02 | 324.0 kB | |
| bom.spdx.json | 2025-11-02 | 285.8 kB | |
| Docs.zip | 2025-11-02 | 5.9 MB | |
| Docs.zip.sha1sum | 2025-11-02 | 51 Bytes | |
| Docs.zip.sha256sum | 2025-11-02 | 75 Bytes | |
| Docs.zip.sigstore | 2025-11-02 | 324.0 kB | |
| elixir-otp-26.exe.sigstore | 2025-11-02 | 324.0 kB | |
| elixir-otp-27.exe.sigstore | 2025-11-02 | 324.0 kB | |
| elixir-otp-28.exe.sha256sum | 2025-11-02 | 85 Bytes | |
| elixir-otp-28.exe.sigstore | 2025-11-02 | 324.0 kB | |
| elixir-otp-26.exe | 2025-11-02 | 8.3 MB | |
| elixir-otp-26.exe.sha1sum | 2025-11-02 | 61 Bytes | |
| elixir-otp-26.exe.sha256sum | 2025-11-02 | 85 Bytes | |
| elixir-otp-27.exe | 2025-11-02 | 8.3 MB | |
| elixir-otp-27.exe.sha1sum | 2025-11-02 | 61 Bytes | |
| elixir-otp-27.exe.sha256sum | 2025-11-02 | 85 Bytes | |
| elixir-otp-28.exe | 2025-11-02 | 8.3 MB | |
| elixir-otp-28.exe.sha1sum | 2025-11-02 | 61 Bytes | |
| elixir-otp-28.zip.sigstore | 2025-11-02 | 324.0 kB | |
| elixir-otp-26.zip | 2025-11-02 | 8.3 MB | |
| elixir-otp-26.zip.sha1sum | 2025-11-02 | 60 Bytes | |
| elixir-otp-26.zip.sha256sum | 2025-11-02 | 84 Bytes | |
| elixir-otp-26.zip.sigstore | 2025-11-02 | 324.0 kB | |
| elixir-otp-27.zip | 2025-11-02 | 8.3 MB | |
| elixir-otp-27.zip.sha1sum | 2025-11-02 | 60 Bytes | |
| elixir-otp-27.zip.sha256sum | 2025-11-02 | 84 Bytes | |
| elixir-otp-27.zip.sigstore | 2025-11-02 | 324.0 kB | |
| elixir-otp-28.zip | 2025-11-02 | 8.2 MB | |
| elixir-otp-28.zip.sha1sum | 2025-11-02 | 60 Bytes | |
| elixir-otp-28.zip.sha256sum | 2025-11-02 | 84 Bytes | |
| README.md | 2025-11-02 | 879 Bytes | |
| v1.19.2 source code.tar.gz | 2025-11-02 | 3.6 MB | |
| v1.19.2 source code.zip | 2025-11-02 | 4.0 MB | |
| Totals: 39 Items | 67.8 MB | 5 | |
1. Enhancements
Elixir
- [Kernel] Measure and optimize writing of
.beamfiles in the compiler - [Kernel] Optimize rare scenarios where type checking took too long
Mix
- [mix compile] Add flag
--no-check-cwdto skip compiler check to aid debugging
2. Bug fixes
Elixir
- [IO] Fix dialyzer warning on
IO.inspect :label - [Kernel] Ensure we warn on deprecated
~~~unary operator
Logger
- [Logger] Reset ansi escapes before newlines in Logger
Mix
- [mix compile] Warn if
elixirc_pathsis not a list of string paths - [mix compile] Address regression where umbrella children were compiled too early and without respecting compilation flags
- [mix deps.compile] Improve reliability of
MIX_OS_DEPS_COMPILE_PARTITION_COUNTacrossmix escript.install,mix archive.install, and others