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

Bump wasmer from 4.3.2 to 4.3.3 #349

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps wasmer from 4.3.2 to 4.3.3.

Release notes

Sourced from wasmer's releases.

Release v4.3.3

This release mainly contains fixes and refactors to help with the stability. Also some improvements to the cli and journaling.

Changelog

Sourced from wasmer's changelog.

4.3.3 - 04/07/2024

This release mainly contains fixes and refactors to help with the stability. Also some improvements to the cli and journaling.

Added

  • #4885 Added another journal transaction point used for durability
  • #4906 feat(backend-api): Add query for retrieving app versions by id
  • #4861 feat(cli/deploy): Add --path flag

Changed

  • #4898 chore: More logging during package downloads
  • #4912 feat(cli/push): Push with name if available (+ CLI flag)
  • #4907 Update README: new zig bindings for wasmer with WASI Support
  • #4897 App create: Ask for framework before fetching templates
  • #4896 Re-use previously closed FDs
  • #4883 cli(app/create): Ask for directory to create the app in
  • #4884 feat(cli): Amend app command description
  • #4874 Switch to webc v3 by default
  • #4860 CLI: Use a channel to signal that the main fn is done
  • #4877 Replace mach with mach2
  • #4824 Merge ScopedDirectoryFileSystem into host_fs::Filesystem
  • #4862 feat(cli/deploy): Check status when waiting for the app to be available
  • #4848 feat(cli/package-tag): Manifest is not mandatory anymore while tagging
  • #4858 chore: Small tracing log improvements for wasix
  • #4841 Restore cursor after SIGINT during dialogue
  • #4846 Restored sockets from journals will no longer attempt to send data
  • #4836 Dynamically detect libgcc-vs-libunwind
  • #4838 Don't pass auth header when downloading a package
  • #4832 4.3.2 post release

Fixed

  • #4913 Fix mac runners
  • #4840 fix(journal): Correctly handle client socket closing during compaction
  • #4844 fix(cli): Respect WASMER_REGISTRY env var in all commands
  • #4834 Fix path_open trailing slash edge case
  • #4835 Fix for dead sockets restored in the journal
Commits
  • 525b136 Merge pull request #4915 from wasmerio/release-4.3.3
  • 2a64ae7 update CHANGELOG
  • 2c77bb0 update 0.x packages
  • f7a8abc Release 4.3.3
  • d419cdf Update CHANGELOG
  • b92c445 Merge pull request #4885 from wasmerio/durability
  • 873eca6 Merge remote-tracking branch 'origin/main' into durability
  • 5f19065 Merge pull request #4898 from wasmerio/package-download-more-logging
  • 461e9ff push with name if available (#4912)
  • 413bc47 Merge remote-tracking branch 'origin/main' into push-with-name
  • Additional commits viewable in compare view

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)

Bumps [wasmer](https://github.com/wasmerio/wasmer) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v4.3.2...v4.3.3)

---
updated-dependencies:
- dependency-name: wasmer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 6, 2024
@github-actions github-actions bot merged commit b4c4e06 into master Jul 6, 2024
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/wasmer-4.3.3 branch July 6, 2024 09:43
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants