This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryFixed doc-tests compilation failure on Windows by updating Gdi import block.
Full changelog
Highlights
Patch release on top of v0.5.451 — three more Tests-run failures from v0.5.450 that v0.5.451 didn't catch. v0.5.450 and v0.5.451 GH releases are intact in git history but did not publish binaries (release-packages was gated by failing Tests / Simulator Tests / doc-tests workflows).
Fixes
- lint —
cargo fmt --allsweep against the recent perry/media additions (crates/perry-runtime/src/media_playback.rs,ohos_napi.rs, and the per-platformmedia_playback.rsfiles for android / gtk4 / watchos / windows). The sweep was missed during the v0.5.440-v0.5.445 cross-platform rollout. - compile-smoke —
test_issue_351_media_playback.tsskip-listed in.github/workflows/test.yml::compile-smoke. perry/media setsneeds_ui=true, but ubuntu-latest doesn't build perry-ui-gtk4 (system deps), so the bare-target compile path can't link. Same skip pattern as the existingtest_phase2v3_3_show_toast_set_text. - doc-tests windows-2022 —
crates/perry-ui-windows/src/widgets/toast.rsextended itsGdi::{...}import block withHBRUSH, SetWindowRgn, UpdateWindow. The Phase 2 v3.3 Windows toast (#329, v0.5.422) relied on theWindowsAndMessaging::*wildcard to bring these in, which doesn't work under windows-rs 0.58.0. Fix matches the proven pattern from sibling Windows widget files (hstack.rs, widgets/mod.rs).
Everything else from v0.5.450
See the v0.5.450 release notes — perry/media cross-platform, HarmonyOS Phase 2 ArkUI pipeline, Effect compatibility sweep, Windows enhancements, CI cost cuts.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About perry
A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM.
Related context
Related tools
Earlier breaking changes
- v0.5.1158 `cluster` workers share a listening port using SO_REUSEPORT and IPC round‑trip.
- v0.5.1158 Streams now support BYOB readers and real `ByteLengthQueuingStrategy` accounting.
- v0.5.1158 `Atomics.wait`, `notify`, and `waitAsync` now block and wake across agents using a shared `SharedArrayBuffer`.
- v0.5.1158 `node:dns` and `node:dgram` perform real network I/O instead of stub behavior.
- v0.5.1158 `AsyncLocalStorage` and `async_hooks` now propagate context across await, microtasks, timers, and `process.nextTick`.
Beta — feedback welcome: [email protected]