3.7.1 - #106
Merged
Merged
3.7.1#106
Conversation
zhenthebuilder
marked this pull request as ready for review
September 14, 2026 04:52
jasondellaluce
approved these changes
Sep 14, 2026
jackyzha0
approved these changes
Sep 14, 2026
This file contains hidden or 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
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.
What changed
Bump
@replit/rusptyfrom3.7.0to3.7.1in the root package, lockfile, and all three platform packages.This is a metadata-only release bump following #105. No runtime code, dependency resolutions, or CI configuration changes.
Why
Publish the merged non-dumpable sandbox startup fix so downstream consumers can upgrade to a released package.
Verification
cargo test --locked -- --test-threads=1: 7 passed.napi build --platform --releaseandnpm run build:wrapper: passed.vitest run tests/syntheticEOF.test.ts: 9 passed.npm pack --dry-run --ignore-scripts --json: passed; package version is3.7.1, with the wrapper, type declarations, and loader included.cargo fmt -- --check, andgit diff --check: passed.Local validation used Node 20.19.0 and Rust/Cargo 1.97 because the checked-in Nix toolchain is too old for an already-resolved dependency. The initial parallel Rust test run failed the existing file-descriptor test; the serial run passed all seven tests. The full JavaScript suite was not rerun for this metadata-only bump: earlier testing of the unchanged source encountered Nix shell PATH failures on both the baseline and fix, plus an unresolved intermittent write test failure. Cross-platform CI results must be checked separately.
Rollout and rollback
After a maintainer merges this PR, the existing main-branch CI workflow builds and tests the platform packages before publishing to npm via trusted publishing. Confirm the root package and all three platform packages are available at
3.7.1before updating downstream consumers.This PR does not publish a package, deploy a consumer, or change any running process by itself. Before publication, the metadata bump can be reverted. After publication, do not reuse or overwrite
3.7.1; downstream consumers can remain on or revert to3.7.0, and any release correction needs a new version.~ written by ⠕ Replit