This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Releases: getsentry/symbolserver
Releases · getsentry/symbolserver
sentry-symbolserver 1.12.0
- Add basic arm64e support
sentry-symbolserver 1.11.0
- Raised maximum request limit to 10MB.
sentry-symbolserver 1.10.0
- Improved terminal handling
sentry-symbolserver 1.9.0
- Added symbol sharing support
sentry-symbolserver 1.8.1
- Added a
/version
endpoint - Improved healthcheck for ignores
sentry-symbolserver 1.8.0
- Changed memdb format to use local addresses
- Better deal with duplicate UUIDs
- Permit longer build names
- Mark the end of the file with a null symbol
Not backwards compatible!
This build requires new memdb files and old ones are not supported because they had inherent bugs with lookups. This changes the external lookup interface.
sentry-symbolserver 1.7.0
- Corrected an issue where UUIDs were fuzzy matched
- Made fuzzy matches of SDKs deterministic
- Added a command to see what fuzzy matches look like
sentry-symbolserver 1.6.1
- Fixed rendering of addresses from dump
- Invalidate in memory memdb on sync of changed sdks
sentry-symbolserver 1.6.0
- Resolved an issue that external symbols were not extracted
- Added a command to dump symbols from memdb files for debugging
sentry-symbolserver 1.5.1
- Intelligently search for CA bundles on Linux