From 78b561b1c47e451337ff653b1c0efe2ec77efc40 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 12 May 2026 04:13:31 +0000 Subject: [PATCH 1/2] chore: update modules/sentry-cocoa to 9.13.0 --- CHANGELOG.md | 6 +++--- modules/sentry-cocoa | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa74a63d..4530645fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Cocoa SDK from v9.12.0 to v9.12.1 ([#2670](https://github.com/getsentry/sentry-unity/pull/2670)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9121) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.12.0...9.12.1) +- Bump Cocoa SDK from v9.12.0 to v9.13.0 ([#2670](https://github.com/getsentry/sentry-unity/pull/2670), [#2677](https://github.com/getsentry/sentry-unity/pull/2677)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9130) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.12.0...9.13.0) - Bump Java SDK from v8.40.0 to v8.41.0 ([#2669](https://github.com/getsentry/sentry-unity/pull/2669)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8410) - [diff](https://github.com/getsentry/sentry-java/compare/8.40.0...8.41.0) diff --git a/modules/sentry-cocoa b/modules/sentry-cocoa index 54d5fbcde..64c9c5cc4 160000 --- a/modules/sentry-cocoa +++ b/modules/sentry-cocoa @@ -1 +1 @@ -Subproject commit 54d5fbcdea46c37a5de01bab5fef48dc78baec84 +Subproject commit 64c9c5cc401aefde0eda46a9192b36082533a79d From 87a41d891011426bf93d01e6358bb7bae88f5f31 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Tue, 12 May 2026 12:16:44 +0200 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4530645fa..543c73fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Fixes + +- When targeting iOS, the SDK no longer crashes in `urlSessionTask:setState:` when handling an `AVAssetDownloadTask` ([#2677](https://github.com/getsentry/sentry-unity/pull/2677)) + ### Dependencies - Bump Cocoa SDK from v9.12.0 to v9.13.0 ([#2670](https://github.com/getsentry/sentry-unity/pull/2670), [#2677](https://github.com/getsentry/sentry-unity/pull/2677))