Release Notes
Changed
- Bumped
symbolic-common / symbolic-debuginfo 13.6.0 → 13.8.0. The ELF
code_id and Mach-O debug_id the CLI reads are stable across major-13
minors, so this stays identifier-compatible with the worker's symbolic.
Tests
- Pinned
symbolic's identifier extraction with real-bytes fixtures across every
arch/format the CLI parses, so a future crate bump that drifted an identifier
is caught: ELF code_id and arch on a real aarch64 .so; Mach-O
debug_id + arch for x86_64, arm64, and fat/universal binaries (a new
hand-assembled, toolchain-free synthesizer exercises symbolic's multi-arch
iteration); and the xcode IPA main-executable UUID extraction's positive path
(previously only its None cases were covered).
Install bugsee-cli 0.7.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bugsee/bugsee-cli/releases/download/v0.7.1/bugsee-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/bugsee/bugsee-cli/releases/download/v0.7.1/bugsee-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install bugsee/tap/bugsee-cli
Install prebuilt binaries into your npm project
npm install @bugsee/bugsee-cli@0.7.1
Download bugsee-cli 0.7.1