File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 26.4.2
4+
5+ ### New Features ✨
6+
7+ - Enable source server support in symcaches by @loewenheim in [ #1943 ] ( https://github.com/getsentry/symbolicator/pull/1943 )
8+
9+ ### Bug Fixes 🐛
10+
11+ - (download) Force identity encoding on range requests by @Dav1dde in [ #1944 ] ( https://github.com/getsentry/symbolicator/pull/1944 )
12+ - (proguard) Remap root-package exception classes by @romtsn in [ #1933 ] ( https://github.com/getsentry/symbolicator/pull/1933 )
13+
14+ ### Internal Changes 🔧
15+
16+ #### Deps
17+
18+ - Bump time from 0.3.43 to 0.3.47 by @dependabot in [ #1938 ] ( https://github.com/getsentry/symbolicator/pull/1938 )
19+ - Bump proguard to 5.10.3 by @romtsn in [ #1937 ] ( https://github.com/getsentry/symbolicator/pull/1937 )
20+ - Bump symbolic to 12.8.3 for more lenient JS magic comments by @Dav1dde in [ #1936 ] ( https://github.com/getsentry/symbolicator/pull/1936 )
21+ - Bump openssl from 0.10.73 to 0.10.78 by @dependabot in [ #1935 ] ( https://github.com/getsentry/symbolicator/pull/1935 )
22+
23+ #### Other
24+
25+ - (sentry) Remove release health integration by @Dav1dde in [ #1934 ] ( https://github.com/getsentry/symbolicator/pull/1934 )
26+
27+ ### Other
28+
29+ - dep: Update reqwest fork by @loewenheim in [ #1942 ] ( https://github.com/getsentry/symbolicator/pull/1942 )
30+
331## 26.4.1
432
533- fix(js): Improve scope name resolution by @loewenheim in [ #1929 ] ( https://github.com/getsentry/symbolicator/pull/1929 )
Original file line number Diff line number Diff line change 11[package ]
22name = " process-event"
33publish = false
4- version = " 26.4.1 "
4+ version = " 26.4.2 "
55authors = [" Sentry <hello@getsentry.com>" ]
66edition = " 2024"
77license-file = " ../../LICENSE.md"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44description = " Native crash reporting for Symbolicator"
55homepage = " https://getsentry.github.io/symbolicator/"
66repository = " https://github.com/getsentry/symbolicator"
7- version = " 26.4.1 "
7+ version = " 26.4.2 "
88edition = " 2024"
99build = " build.rs"
1010license-file = " ../../LICENSE.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " symbolicator-js"
33publish = false
4- version = " 26.4.1 "
4+ version = " 26.4.2 "
55authors = [" Sentry <hello@getsentry.com>" ]
66edition = " 2024"
77license-file = " ../../LICENSE.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " symbolicator-native"
33publish = false
4- version = " 26.4.1 "
4+ version = " 26.4.2 "
55authors = [" Sentry <hello@getsentry.com>" ]
66edition = " 2024"
77license-file = " ../../LICENSE.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " symbolicator-proguard"
33publish = false
4- version = " 26.4.1 "
4+ version = " 26.4.2 "
55authors = [" Sentry <hello@getsentry.com>" ]
66edition = " 2024"
77license-file = " ../../LICENSE.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " symbolicator-service"
3- version = " 26.4.1 "
3+ version = " 26.4.2 "
44authors = [" Sentry <hello@getsentry.com>" ]
55edition = " 2024"
66license-file = " ../../LICENSE.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " symbolicator-sources"
33publish = false
4- version = " 26.4.1 "
4+ version = " 26.4.2 "
55authors = [" Sentry <hello@getsentry.com>" ]
66edition = " 2024"
77license-file = " ../../LICENSE.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " symbolicator-stress"
33publish = false
4- version = " 26.4.1 "
4+ version = " 26.4.2 "
55edition = " 2024"
66
77[dependencies ]
You can’t perform that action at this time.
0 commit comments