This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+5 more
ReleasePort's take
Light signalThe perry-ui-gtk4 `image.rs` module now calls `resolve_asset_path` from the new location `crate::ffi::layout::resolve_asset_path`. Binary sizes have increased: perry +22.6 %, libperry_runtime +34.0 %, and libperry_stdlib +6.5 % since the v0.5.455 baseline.
Why it matters: Patch to v0.5.1022 if using linux‑aarch64‑gnu builds; monitor runtime memory as binary size grew >20 % for core components since v0.5.455.
Summary
AI summaryFixed missing resolve_asset_path function causing build failures in perry-ui-gtk4 on linux-aarch64-gnu.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Performance | Medium |
Binary-size baseline refreshed; perry +22.6% / libperry_runtime +34.0% / libperry_stdlib +6.5% since v0.5.455 baseline. Binary-size baseline refreshed; perry +22.6% / libperry_runtime +34.0% / libperry_stdlib +6.5% since v0.5.455 baseline. Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
perry-ui-gtk4 `image.rs` now reaches `resolve_asset_path` in new location `crate::ffi::layout::resolve_asset_path`. perry-ui-gtk4 `image.rs` now reaches `resolve_asset_path` in new location `crate::ffi::layout::resolve_asset_path`. Source: llm_adapter@2026-05-22 Confidence: high |
— |
Full changelog
Sequel to v0.5.1021 + binary-size baseline refresh.
- #1246 follow-up: perry-ui-gtk4
image.rsnow reachesresolve_asset_pathat its new homecrate::ffi::layout::resolve_asset_path(left private when #1246 split the file). Surfaced on the v0.5.1020 release-packageslinux-aarch64-gnubuild witherror[E0425]: cannot find functionresolve_asset_pathin the crate root— that failure fail-fast-cancelled four other matrix builds and skipped every publish job (winget / homebrew / npm / apt / apt-repo). - binary-size baseline refresh: 566 patches of intentional product delta since the v0.5.455 (
7fd1c8b3) baseline pushed perry +22.6% / libperry_runtime +34.0% / libperry_stdlib +6.5%. Same shape as the v0.5.455 refresh — the 15% per-release threshold is for incremental drift, not multi-release catch-up. New baseline captured fromf7aaed1aRegression Check macos-14 run. Production binaries are stripped by the linker; the .a / .bin sizes the job measures are unstripped release-build artefacts used as a regression-trend signal, not a deployment-size measurement.
Closes the v0.5.1020 release-packages regression. See CHANGELOG.md.
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
Beta — feedback welcome: [email protected]