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

nuget: bump UnicornEngine.Unicorn from 2.0.2-rc1-fb78016 to 2.1.0 #8

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2024

Bumps UnicornEngine.Unicorn from 2.0.2-rc1-fb78016 to 2.1.0.

Release notes

Sourced from UnicornEngine.Unicorn's releases.

Version v2.1.0

It has been a while since the last release, and 2.1.0 brings several exciting features. Below is the changelog from the latest to the oldest (though not strictly).

Highlights

  • Revive QEMU logs, now we have -DUNICORN_LOGGING=yes to enable all qemu logs. @​BitMaskMixer
  • Faster (up to 40x) write performance by not always doing store_helper and cleaning page locks. @​tunz @​boborjan2
  • Brand new python bindings, with strongly typed and many improvements. @​elicn
  • Fix to a long-standing MinGW random segfault bug.
  • We bring python2 compatibility back.
  • We now fully support M1, both building and a pre-built wheel.
  • We support snapshot memory now, with a very low overhead copy-on-write fashion. @​PhilippTakacs
  • An option to bypass MMU is also added, check our FAQ. @​PhilippTakacs
  • A brand new (and modern) java bindings. We are also working to publish it to maven. @​nneonneo
  • We have zig integrated. @​kassane @​atipls
  • Now Unicorn no longer allocates 2GB memory for every instance. The memory will be only committed once used and the upper limit can be adjusted with uc_ctl.
  • New DotNet binding, with published to both Github and Nuget. @​TSRBerry
  • The release will attach all binaries, thanks to @​marameref

Fixes & Improvements

New Contributors

... (truncated)

Changelog

Sourced from UnicornEngine.Unicorn's changelog.

This file details the changelog of Unicorn Engine.


[Version 2.1.1]: Sept 26th, 2024

This is a small release to fix a few urgent issues.

  • Remove pkg_resources usage
  • Fix wheels distribution for x86_64 macos
  • Fix redundant wheel hacks
  • Support musllinux distribution

[Version 2.1.0]: Sept 22nd, 2024

It has been a while since the last release, and 2.1.0 brings several exciting features. Below is the changelog from the latest to the oldest (though not strictly).

Highlights

  • Revive QEMU logs, now we have -DUNICORN_LOGGING=yes to enable all qemu logs. @​BitMaskMixer
  • Faster (up to 40x) write performance by not always doing store_helper and cleaning page locks. @​tunz @​boborjan2
  • Brand new python bindings, with strongly typed and many improvements. @​elicn
  • Fix to a long-standing MinGW random segfault bug.
  • We bring python2 compatibility back.
  • We now fully support M1, both building and a pre-built wheel.
  • We support snapshot memory now, with a very low overhead copy-on-write fashion. @​PhilippTakacs
  • An option to bypass MMU is also added, check our FAQ. @​PhilippTakacs
  • A brand new (and modern) java bindings. We are also working to publish it to maven. @​nneonneo
  • We have zig integrated. @​kassane @​atipls
  • Now Unicorn no longer allocates 2GB memory for every instance. The memory will be only committed once used and the upper limit can be adjusted with uc_ctl.
  • New DotNet binding, with published to both Github and Nuget. @​TSRBerry
  • The release will attach all binaries, thanks to @​marameref

Fixes & Improvements

New Contributors

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2024

Dependabot tried to add @TSRBerry as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/GreemDev/Ryujinx/pulls/8/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GreemDev/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2024

The following labels could not be found: infra.

@dependabot dependabot bot force-pushed the dependabot/nuget/UnicornEngine.Unicorn-2.1.0 branch 3 times, most recently from c1d3464 to b735543 Compare October 10, 2024 23:21
Bumps [UnicornEngine.Unicorn](https://github.com/unicorn-engine/unicorn) from 2.0.2-rc1-fb78016 to 2.1.0.
- [Release notes](https://github.com/unicorn-engine/unicorn/releases)
- [Changelog](https://github.com/unicorn-engine/unicorn/blob/master/ChangeLog)
- [Commits](https://github.com/unicorn-engine/unicorn/commits/2.1.0)

---
updated-dependencies:
- dependency-name: UnicornEngine.Unicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/UnicornEngine.Unicorn-2.1.0 branch from b735543 to 0bd253f Compare October 10, 2024 23:24
@GreemDev GreemDev closed this Oct 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/UnicornEngine.Unicorn-2.1.0 branch October 23, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant