Uh oh!
There was an error while loading. Please reload this page.
chore(release): prepare v0.17.0 - #2343
Merged
Merged
Conversation
Prepares Bashkit v0.17.0 across Rust, CLI, Python, native Node, browser WASM, and C ABI release artifacts. The release adds a JS-free and WASI-free wasm component, a selectable rustls crypto backend, a slimmer always-on dependency graph, and a broad pass of resource bounds and sandbox fixes. Also fixes the CLI packaging proxy in `just release-check`: it resolves the core from crates.io, so it can only request features the published core already exposes. `scripts/cli_publish_proxy.py` now reads that feature set from the registry and drops the ones added in this cycle (`ring`, `tzdata`) in the disposable copy only.
Deploying with |
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs | bashkit | 6d75354 | Commit Preview URL Branch Preview URL | Aug 22 2026, 05:11 AM |
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 freeto 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
Prepares Bashkit v0.17.0 across Rust, CLI, Python, native Node, browser WASM, and C ABI release artifacts. 56 commits since v0.16.0.
Release content:
ring(default) oraws-lc-rs.http_clientno longer implies a backend.tzdatafeature.HostMountspath normalization, backend symlink reads, YAML aliases, arithmetic command substitutions.The changelog documents three breaking changes with migration guidance (rustls backend selection,
tzdata, non-ASCII domain names rejected instead of UTS 46 normalized). All three only affect builds with--no-default-featuresor hosts that fed internationalized domain names to the HTTP allowlist.This PR also fixes the CLI packaging proxy in
just release-check. The proxy resolves the core crate from crates.io, so it may only request features the published core exposes;ringandtzdataare new this cycle, so the proxy failed to resolve.scripts/cli_publish_proxy.pynow reads the published feature set from the registry and drops the missing ones in the disposable copy only, with unit tests underscripts/tests/. The workspace copy also usestarinstead ofrsync, which is absent from the release sandbox.Why
There are 56 verified commits since v0.16.0, including new public features and intentional feature-flag breaking changes, so this is a minor release. All registries currently report v0.16.0.
Before / After
Registries before this release:
Prepared and smoke-tested at 0.17.0:
Publish-readiness report:
just pre-prpassed: fmt, clippy, Rust test suite, script unit tests, capability parity, OKF bundle, doc links,cargo vet.cargo publish --dry-run -p bashkitpackaged and verified v0.17.0.bashkit-clipackage dry-run succeeded (7 files, 232.0 KiB) with the fixed proxy.main.just apidocsregenerated the Python and TypeScript API references: no drift.Cargo.toml,bashkit-clipath-dep pin, bothpackage.jsonfiles,crates/bashkit/src/lib.rsdocs, README, docs snippets, and all lockfiles.Risk
Checklist