fix(rust-binary-locator): auto-fix missing execute permission for located Rust binaries

This commit is contained in:
2026-02-12 21:25:11 +00:00
parent 35971a395f
commit b7e3e30ce5
3 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-12 - 1.2.1 - fix(rust-binary-locator)
auto-fix missing execute permission for located Rust binaries
- If a located binary exists but lacks the execute bit, attempt to chmod it to 0o755 and treat it as executable.
- Logs an info message when the auto-fix is applied: 'Auto-fixed missing execute permission on: <filePath>'.
- Addresses cases where npm/pnpm installs remove the execute permission from bundled binaries.
## 2026-02-11 - 1.2.0 - feat(rustbridge)
add streaming responses and robust large-payload/backpressure handling to RustBridge