Skip to content

Releases: polymorph-components/polymorph-webcrypto

polymorph-webcrypto v0.5.0

Choose a tag to compare

@lannbot lannbot released this 23 Aug 13:10
d4931d6

Release 0.5.0 at d4931d6.

Minor (breaking) release: adopts polyengine's A22 protocol/runtime split. The published host module now depends on @polyengine/protocol@^0.2.2 only — it no longer names @polyengine/runtime at all, so consumers stop receiving the engine through this package (runtime selection stays with the deploying application), and lockstep engine releases that leave the host ABI untouched no longer touch this package. The repo's own legs consume the polyengine v0.5.0 release.

Still 0.x/unstable, but caret-honest: releases within a minor line stay compatible; breaking changes bump the minor.

polymorph-webcrypto v0.4.0

Choose a tag to compare

@lannbot lannbot released this 22 Aug 23:44
ef9ade3

Release 0.4.0 at ef9ade3.

Minor (breaking) release: consumes the polyengine v0.4.0 release — @polymorph/webcrypto's published @polyengine/runtime range moves to ^0.4.0, a resolution-level break for consumers holding 0.3.0 pins (one resolved engine copy per graph). Upstream's A19 err-result brand-key rename is internal to the engine. The runner core rides polymorph-test v0.2.1 across the polyengine and jco driver trees.

Still 0.x/unstable, but caret-honest: releases within a minor line stay compatible; breaking changes bump the minor.

polymorph-webcrypto v0.1.0

Choose a tag to compare

@lannbot lannbot released this 17 Aug 12:29
5bb3d48

Release 0.1.0 at 5bb3d48.

First release of polymorph:webcrypto: the polymorph:webcrypto@0.1.0 WIT package and its implementations — the Wasmtime host (polymorph-webcrypto-wasmtime, RustCrypto), the deltic and jco JS hosts over the platform Web Crypto API, the in-guest provider component, and the guest libraries (polymorph-webcrypto-guest, @polymorph/webcrypto-componentize).

Still 0.x/unstable, but caret-honest: releases within a minor line stay compatible; breaking changes bump the minor. Consumption is pinned at a release commit — cargo git dependencies, vendored WIT, the release-pinned deltic/JSR graph — bumped deliberately. See README.md §Releases.

Toolchains (CI artifacts)

Choose a tag to compare

@github-actions github-actions released this 28 Jul 02:48
a56abe2

componentize-js builds, one asset per pinned revision and platform. See componentize-sdk/wpt/component.sh.

WPT runner components (CI artifacts)

Choose a tag to compare

@lann lann released this 27 Jul 22:31
64ef5eb

Componentized WPT runners built by the wpt-component CI job, keyed by input-lock hash. See componentize-sdk/wpt/README.md.