releases: caret-honest 0.1.0 regime; polymorph-test + deltic + tls pins to v0.1.0 - #52
Merged
Conversation
… to the v0.1.0 releases The polymorph family now cuts caret-honest releases (deltic's scheme): everything stays 0.x/unstable, but within a minor line releases stay backward-compatible and anything breaking bumps the minor. README "Releases" states the policy; this repo is tagged v0.1.0 at this commit's merge. polymorph-test: pin 3ec4317 -> b4444a25 (the v0.1.0 release commit) via `component-test pins bump` — Cargo.toml, the deltic driver's package.json (pnpm lock regenerated), the ci.yml action refs. deltic: JSR pin 0.1.0-pre.ga2f84a5 -> 0.1.0 (the first non-pre deltic release). Upstream renamed @deltic/wasi-shims -> @deltic/wasi and wasiShims() -> wasi(); the driver, bundle re-exports, demo runner, parity carrier, and sockets-stub docs follow. js/deltic manifest version 0.0.0 -> 0.1.0 (lockstep with the tag). polymorph-tls: guest-provider tls-component.rev 23ceddad -> 2f7a203a (the v0.1.0 release commit); wit/ unchanged between the revs. Gates: just check; just conformance-ct — full matrix locally: wasmtime, composed (tls at the new rev), deltic-deno, deltic-browser; 220 results, 0 failing; matrix diff clean.
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.
Phase 4 of the polymorph-wide v0.1.0 rollout (topological order: polymorph-test, webcrypto, and tls v0.1.0 released first).
component-test pins bump: Cargo.toml, deltic driver package.json (pnpm lock regenerated), ci.yml action refs.@deltic/wasi-shims→@deltic/wasirename (wasiShims()→wasi()); driver, bundle re-exports, demo runner, parity carrier follow. Coupled with the polymorph-test bump (the browser leg feeds this repo's deltic bundle to component-test-js's engine, which now callsdeltic.wasi()).js/delticmanifest version 0.0.0 → 0.1.0.tls-component.rev23ceddad → 2f7a203a (tls v0.1.0);wit/unchanged between the revs, so the vendored copy stands.Gates run locally:
just check;just conformance-ct— full matrix: wasmtime, composed (tls composed at the new rev), deltic-deno, deltic-browser; 220 results, 0 failing; matrix diff clean.After merge: tag the merge commit
v0.1.0+ GitHub release; iroh (the last phase) then bumps all sibling pins.