Skip to content

Commit 9d49754

Browse files
Merge branch 'release/26.4.2'
2 parents 0575cfb + a240fb3 commit 9d49754

15 files changed

Lines changed: 54 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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)

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/process-event/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "process-event"
33
publish = false
4-
version = "26.4.1"
4+
version = "26.4.2"
55
authors = ["Sentry <hello@getsentry.com>"]
66
edition = "2024"
77
license-file = "../../LICENSE.md"

crates/symbolicator-crash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Native crash reporting for Symbolicator"
55
homepage = "https://getsentry.github.io/symbolicator/"
66
repository = "https://github.com/getsentry/symbolicator"
7-
version = "26.4.1"
7+
version = "26.4.2"
88
edition = "2024"
99
build = "build.rs"
1010
license-file = "../../LICENSE.md"

crates/symbolicator-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "symbolicator-js"
33
publish = false
4-
version = "26.4.1"
4+
version = "26.4.2"
55
authors = ["Sentry <hello@getsentry.com>"]
66
edition = "2024"
77
license-file = "../../LICENSE.md"

crates/symbolicator-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "symbolicator-native"
33
publish = false
4-
version = "26.4.1"
4+
version = "26.4.2"
55
authors = ["Sentry <hello@getsentry.com>"]
66
edition = "2024"
77
license-file = "../../LICENSE.md"

crates/symbolicator-proguard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "symbolicator-proguard"
33
publish = false
4-
version = "26.4.1"
4+
version = "26.4.2"
55
authors = ["Sentry <hello@getsentry.com>"]
66
edition = "2024"
77
license-file = "../../LICENSE.md"

crates/symbolicator-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symbolicator-service"
3-
version = "26.4.1"
3+
version = "26.4.2"
44
authors = ["Sentry <hello@getsentry.com>"]
55
edition = "2024"
66
license-file = "../../LICENSE.md"

crates/symbolicator-sources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "symbolicator-sources"
33
publish = false
4-
version = "26.4.1"
4+
version = "26.4.2"
55
authors = ["Sentry <hello@getsentry.com>"]
66
edition = "2024"
77
license-file = "../../LICENSE.md"

crates/symbolicator-stress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "symbolicator-stress"
33
publish = false
4-
version = "26.4.1"
4+
version = "26.4.2"
55
edition = "2024"
66

77
[dependencies]

0 commit comments

Comments
 (0)