0.4.2 (2021-12-06)

We’re happy to announce the patch release of Scala Native 0.4.2, which brings improvements to Java HashMaps implementation and faster Zone allocations.

Commits since last release 11
Merged PRs 10
Contributors 6

Contributors

Big thanks to everybody who contributed to this release or reported an issue!

$ git shortlog -sn --no-merges v0.4.1..v0.4.2
     4	Eric K Richardson
     3	Wojciech Mazur
     1	Denys Shabalin
     1	Jan Chyb
     1	Waris Radji
     1	ankusharya

Merged PRs

v0.4.2 (2021-12-06)

Full Changelog

Merged pull requests:

  • Fix #2422: Add additional include and lib dir for brew, macOS m1 (arm) #2423 (ekrich)

  • Support Scala 2.13.7 #2427 (WojciechMazur)

  • Fix #2413: Add note to docs for creating sn project in mounted directories #2426 (ankusharya)

  • Port and update collections and tests to support IdentityHashMap #2425 (ekrich)

  • Fix #2433: spaces not being allowed in Paths on Windows #2434 (jchyb)

  • Add missing unistd function getppid() #2440 (riiswa)

  • Fix incorrect definition of Class.getConstructor stub method #2439 (WojciechMazur)

  • Clean up reading unix env #2442 (ekrich)

  • Fix #735: improve throughput of zone allocation #2443 (densh)