Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency org.scala-native:sbt-scala-native to v0.5.7 #445

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2025

This PR contains the following updates:

Package Type Update Change
org.scala-native:sbt-scala-native (source) plugin patch 0.5.6 -> 0.5.7

Release Notes

scala-native/scala-native (org.scala-native:sbt-scala-native)

v0.5.7: 0.5.7

Compare Source

0.5.7 (2025-02-26)

We're happy to announce the release of Scala Native 0.5.7.

Breaking changes

  • Scala Native 0.5.7 is backward compatible with all previous Scala Native 0.5 versions, but it is not forward binary compatible with 0.5.6.
    Users of libraries published using Scala Native 0.5.7 are required to update to Scala Native 0.5.7 or higher

Highlights of the release

  • Scala Native runtime no longer requires C++ standard library (on Unix systems) by default.
    @scala.scalanative.unsafe.linkCppRuntime annotation can be used on extern methods bindings to require linking with C++ standard library if these are used.
    Scala Native would still use C++ runtime on Windows or if the LTO is enabled, due to not yet resolved issues.
    Adding -fno-cxx-exceptions or -fcxx-exceptions settings to NativeConfig.compileOptions allows to explicitlly control if Scala Native should use it's own exception handling implementation or to continue using C++ exception wrappers.
  • StackOverflowError can now be detected and handled instead of terminating program
  • SCALANATIVE_THREAD_STACK_SIZE environment variable can now be used to control default platform Thread size at runtime (-Xss on the JVM)
  • Optimized layout of Class virtual tables to reduce size of binaries
  • Implemented many Java standard library methods introduced in JDK 9 and later

Supported Scala versions

Scala Binary Version | Supported Scala Versions |
-------------------- | ------------------------ |
2.12 | 2.12.14 ... 2.12.20 |
2.13 | 2.13.8 ... 2.13.16 |
3 | 3.1.2 ... 3.1.3
3.2.0 ... 3.2.2
3.3.0 ... 3.3.5
3.4.0 ... 3.4.3
3.5.0 ... 3.5.2
3.6.2 ... 3.6.3 |

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 90
Merged PRs 85
Contributors 10

Contributors

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

$ git shortlog -sn --no-merges v0.5.6..0.5.7
    41	Wojciech Mazur
    29	LeeTibbert
    11	Lorenzo Gabriele
     3	Eric K Richardson
     1	Anton Sviridov
     1	Arman Bilge
     1	Dimi Racordon
     1	Jiahui (Jerry) Tan
     1	dependabot[bot]
     1	faveoled

Merged PRs

0.5.7 (2025-02-26)

Full Changelog

Merged pull requests:

Scala Native compiler plugin

Scala Native runtime

Scala Native toolchain

Scala Native sbt plugin

Java Standard Library


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 26, 2025
Copy link
Contributor Author

renovate bot commented Feb 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants