Releases: getsentry/symbolicator
Releases · getsentry/symbolicator
0.3.3
Features
- Add NotFound status for sources which didn't provide any DIF object candidates. (#327)
- Symbolication responses include download, debug and unwind information about all DIF object files which were looked up on the available object sources. (#309 #316 #324 #344)
Bug Fixes
- Silently ignore unknown fields in minidump and apple crash report requests instead of responding with
400 Bad Request
. (#321) - Update breakpad to allow processing MIPS minidumps and support reading MIPS debug sections. (#325)
- Improve amd64 stack scanning by excluding some false-positive frames. (#325)
- Resolve correct line information for large inline functions.
Internal
- Changed the internal HTTP transport layer. There is no expected difference in the way Symbolicator downloads files from symbol servers, although some internal timeouts and error messages may change. (#335)
- Report more descriptive errors if symbolication fails with internal errors, timeouts or crashes. (#365)
- Remove an unused threadpool. (#370, #378)
0.3.2
0.3.1
0.3.0
Features
- Publish Docker containers to DockerHub at
getsentry/symbolicator
. (#271) - Add
processing_pool_size
configuration option that allows to set the size of the processing pool. (#273) - Use a dedicated
tmp
sub-directory in the cache directory to write temporary files into. (#265) - Use STATSD_SERVER environment variable to set metrics.statsd configuration option (#182)
- Added WASM support. (#301)