Releases: polymorph-components/polymorph-tls
Release list
polymorph-tls v0.1.2
Release 0.1.2 at 298729b.
Patch release. The polymorph:tls WIT package and the delivered crates' APIs (polymorph-tls, polymorph-tls-profile, polymorph-tls-quic) are unchanged since 0.1.1; the dependency graph and one delivery move:
- noq-proto 1.2.0 (BBRv3 sync, per-path idle-timer fix, and a fix for a remotely triggerable panic on a coalesced datagram for an unknown path; the crypto seam is unchanged), plus the compatible bumps across the graph.
- The tls-virt-wasmtime host embeds wasmtime 48 and runs the sandbox address check (
WasiCtxBuilder::socket_addr_check, the embedder's own closure) against a tunnel's real destination before dialing, on both sockets generations — delegated sockets and tunnels share one policy. - The guests and the component are built on one wit-bindgen line (0.61; wasip3 0.8); the per-crate 0.57 pins are gone.
- The conformance harness consumes polyengine 0.6.3 and the polymorph-test v0.3.1 runner core.
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 polyengine/JSR graph — bumped deliberately. See README.md §Releases.
polymorph-tls v0.1.1
Release 0.1.1 at 0223589.
Patch release: the conformance harness consumes the polyengine v0.4.0 release and the polymorph-test v0.2.1 runner core; the delivered crates (polymorph-tls, polymorph-tls-profile, polymorph-tls-quic, the tls-virt deliveries) and the polymorph:tls WIT package are unchanged since 0.1.0.
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 polyengine/JSR graph — bumped deliberately. See README.md §Releases.
polymorph-tls v0.1.0
Release 0.1.0 at 2f7a203.
First release of polymorph:tls: the polymorph:tls@0.1.0 WIT package, the algorithm profile (polymorph-tls-profile), the curated Rust delivery (polymorph-tls), the QUIC compatibility layer (polymorph-tls-quic), the enforced component delivery, and the tls-virt deliveries.
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.