Releases: getsentry/symbolicator
Releases · getsentry/symbolicator
Release list
26.7.0
Features
- (native) Added a config setting
object_file_max_decompressed_source_sizeto limit
the decompressed sizes of compressed embedded sources during debug file parsing. The default
value is 100MiB. (#1972)
Internal changes
- Replaced
sentry-nativewithminidumper-childfor crash reporting by @loewenheim in #1978
Other
- (symbolicator-service) Increase default connect and head timeouts. (#1980)
26.6.0
Features
- (native) Added a config setting
object_file_max_decompressed_section_sizeto limit
the decompressed sizes of compressed sections during debug file parsing. The default
value is 4GiB. (#1965)
26.5.2
26.5.1
Features
- (symbolicli) Support local JavaScript symbolication by @loewenheim in #1956
26.5.0
Bug Fixes 🐛
- (objectstore) Retry attachment downloads by @Dav1dde in #1946
- Revert "dep: Update reqwest fork (#1942)" by @loewenheim in #1947
Documentation 📚
- (symbolicator-service) Fix 'succesful' -> 'successful' typos in download index doc comments by @SAY-5 in #1949
Internal Changes 🔧
Deps
- Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot in #1950
- Bump openssl from 0.10.78 to 0.10.79 by @dependabot in #1948
26.4.2
New Features ✨
- Enable source server support in symcaches by @loewenheim in #1943
Bug Fixes 🐛
- (download) Force identity encoding on range requests by @Dav1dde in #1944
- (proguard) Remap root-package exception classes by @romtsn in #1933
Internal Changes 🔧
Deps
- Bump time from 0.3.43 to 0.3.47 by @dependabot in #1938
- Bump proguard to 5.10.3 by @romtsn in #1937
- Bump symbolic to 12.8.3 for more lenient JS magic comments by @Dav1dde in #1936
- Bump openssl from 0.10.73 to 0.10.78 by @dependabot in #1935
Other
Other
- dep: Update reqwest fork by @loewenheim in #1942
26.4.1
- fix(js): Improve scope name resolution by @loewenheim in #1929
26.4.0
Bug Fixes
- fix(stackwalking): Use debug info to inform scanning by @loewenheim in #1905
- fix(apple): Rewind objectstore downloads so they are parsed properly by @jjbayer in #1924
Deps
- Bump Native SDK from 0.11.2 to 0.13.5 by @loewenheim in #1917
26.3.1
New Features ✨
Internal Changes 🔧
Deps
- Bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot in #1901
- Bump dorny/paths-filter from 3.0.2 to 4.0.1 by @dependabot in #1902
Other
26.3.0
New Features ✨
Symbolicli
- Symbolicate local apple crash reports by @jjbayer in #1900
- Support different symbol layouts for cli by @Dav1dde in #1888
Other
Bug Fixes 🐛
- (instr) Tag with source_name not source by @Dav1dde in #1893
- (proguard) Accept mapping files without line number ranges by @romtsn in #1898
- (s3) Force path style addressing for better 3rd party provider support by @Dav1dde in #1883
- (symbolicator) Disable transparent decompression for S3 downloads by @Dav1dde in #1890
- Compile-time recursion limit by @jjbayer in #1895
Internal Changes 🔧
- (deps) Bump actions/download-artifact from 7.0.0 to 8.0.0 by @dependabot in #1886
- (gocd) Bump gocd-jsonnet to v2.19.0 to disable fetch_materials on pipeline-complete by @mchen-sentry in #1894
- (http) Refactor client settings into a struct by @Dav1dde in #1892
- (proguard) Add synthesized frames e2e test by @romtsn in #1897
- (s3) Use pre-signed URLs with a parallelized download for S3 by @Dav1dde in #1882