releases: caret-honest 0.1.0 regime; polymorph-test + deltic + webcrypto pins to v0.1.0 - #45
Merged
Conversation
…o pins 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 b402686 -> b4444a25 (the v0.1.0 release commit) via `component-test pins bump` — Cargo.toml, the deltic driver's package.json, the ci.yml action refs, regenerated lockfiles. deltic: JSR pin 0.1.0-pre.g078aa15 -> 0.1.0 (the first non-pre deltic release). Upstream renamed @deltic/wasi-shims -> @deltic/wasi and wasiShims() -> wasi(); the driver and bundle re-exports follow. polymorph-webcrypto: webcrypto-signer .pinned-rev 61fbd02 -> 5bb3d48 (the v0.1.0 release commit); the vendored WIT is unchanged between the revs (only wit/README.md and extension-conditions.json moved upstream, neither vendored). Gates: just check; conformance wasmtime/composed/deltic-deno rows all pass (browser rows + matrix gate in CI); conformance-ct::run-webcrypto over the provider at the new pin: 6 pass, 1 N/A.
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 3 of the polymorph-wide v0.1.0 rollout (topological order: polymorph-test v0.1.0 and polymorph-webcrypto v0.1.0 released first).
component-test pins bump: Cargo.toml, deltic driver package.json, ci.yml action refs, lockfiles regenerated.@deltic/wasi-shims→@deltic/wasirename (wasiShims()→wasi()); 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())..pinned-rev61fbd02 → 5bb3d48 (webcrypto v0.1.0). Vendored WIT unchanged between the revs (upstream moved onlywit/README.md+extension-conditions.json, neither vendored).Gates run locally:
just check; conformance wasmtime/composed/deltic-deno rows (incl. delegated) all pass — browser rows + matrix diff gate in CI;conformance-ct::run-webcrypto(the on-demand real-provider target at the new pin): 6 pass, 1 N/A.After merge: tag the merge commit
v0.1.0+ GitHub release; websocket follows (it pins tls).