-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adopt v4.2.8 #7
Open
rachel-bousfield
wants to merge
710
commits into
stylus
Choose a base branch
from
adopt-v4.2.8
base: stylus
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Adopt v4.2.8 #7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Migrate deprecated usage
Try to build the package before publishing it
Generally when userspace tries to do something the environment can't do (even if it might be able to do it in the future), the usual response is the return a "Not Supported" error, rather than crashing the entire environment.
The new version was using hyper 1.0. We need to wait with that until we can upgrade the whole stack, including reqwest.
Avoids a duplicate dependency
…eqGen [SINGLEPASS]Fix bug #4092 which was due to resource leak while doing …
…onger crash the system
…binations, zero copy on hashing and an optimized extent resolution
increase pagination size for app logs
…ch64-popcnt-select
…ance-on-aarch64-popcnt-select feat(singlepass): use SIMD insts for popcount
this makes it so app.yaml can process owner field in two ways, In desdcending order of priority: - via the `--owner` flag passed to the CLI - via the `owner` field in the app.yaml
The module was renamed to winterjs.
the owner field was being set to the same namespace as the package. This means if the package is `wasmer/hello` then the owner becomes `wasmer`. This PR also adds the owner field to app.yaml generated by `wasmer app create`
The advisory is not relevant for us, it's a denial of service vector for servers. The advisory fails the cargo-deny checks though, so the upgrade is needed. Details: https://rustsec.org/advisories/RUSTSEC-2024-0332
deps: Upgrade h2 due to RUSTSEC advisory
Removed some dead code
Various fixes detected in the build
Release 4.2.8
joshuacolvin0
approved these changes
Apr 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adopts wasmer
v4.2.8