0.5.1 (2024-04-16)¶
We’re happy to announce the release of Scala Native v0.5.1.
This patch release is focued on elimination of compiler plugin crashes and bugfixes to Java concurrent collections. It does also fix some of the issues when using MinGW compiler.
Supported Scala versions¶
Scala Binary Version | Supported Scala Versions |
---|---|
2.12 | 2.12.14 ... 2.12.19 |
2.13 | 2.13.8 ... 2.13.13 |
3 | 3.1.2 ... 3.1.3 3.2.0 ... 3.2.2 3.3.0 ... 3.3.3 3.4.0 ... 3.4.1 |
Upon release of new Scala version (stable, or Scala 3 RC) version dependent artifacts would be published without a new release.
Commits since last release | 7 |
Merged PRs | 6 |
Contributors | 3 |
Contributors¶
Big thanks to everybody who contributed to this release or reported an issue!
$ git shortlog -sn --no-merges v0.5.0..v0.5.1
5 Wojciech Mazur
1 Claudio Bley
1 Natsu Kagami
Highlighted merged PRs¶
v0.5.1 (2024-04-16)¶
Merged pull requests:
Toolchain¶
Scala compiler plugin¶
fix: Handle exceptions when reporting warnings in Scala 3 compiler plugin #3872 (WojciechMazur)
Java Standard Library¶
fix: Enable skipped concurrent tests and fix underlying hidden bugs #3875 (WojciechMazur)