Skip to content

chore(deps): update Cocoa SDK to v9.13.0#5221

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-cocoa
Open

chore(deps): update Cocoa SDK to v9.13.0#5221
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-cocoa

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-cocoa from 9.12.1 to 9.13.0.

Auto-generated by a dependency updater.

Changelog

9.13.0

Fixes

  • Fix crash with AVAssetDownloadTask in urlSessionTask:setState: (#7891)
  • Prevent crash-loop from malformed recrash reports (#7892)

Features

  • Add Set conformance to SentryAttributeValue (#7876)

Warning

⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession. Pin to 9.11.x until a fix ships. (#7886)

  • Add depth limits to data sanitization and JSON encoder (#7857)
  • Moved BinaryImageCache initialization to a background thread to reduce blocking on dyld reader locks on the main thread (#7823)
  • Init vars before task_threads and vm_deallocate (#7858)
  • Handle extra length call in SentryInvalidJSONString (#7859)

Warning

⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession. Pin to 9.11.x until a fix ships. (#7886)

Full CHANGELOG.md diff
 -1,16 +1,35 
 # Changelog
 
+## 9.13.0
+
+### Fixes
+
+- Fix crash with AVAssetDownloadTask in urlSessionTask:setState: ([#7891](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7891))
+- Prevent crash-loop from malformed recrash reports ([#7892](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7892))
+
+### Features
+
+- Add Set conformance to SentryAttributeValue ([#7876](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7876))
+
 ## 9.12.1
 
+> [!WARNING]
+> ⚠️ **Known Issue:** Sentry Cocoa **9.12.0+** crashes apps using `AVAssetDownloadURLSession`. Pin to **9.11.x** until a fix ships. ([#7886](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7886))
+
 ### Fixes
 
 - Prevent memory strings in stack overflow crash reports ([#7841](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7841))
 - Report crashed thread for null function calls ([#7866](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7866))
-
-### Fixes
+- Add depth limits to data sanitization and JSON encoder ([#7857](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7857))
+- Moved `BinaryImageCache` initialization to a background thread to reduce blocking on dyld reader locks on the main thread ([#7823](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7823))
+- Init vars before `task_threads` and `vm_deallocate` ([#7858](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7858))
+- Handle extra length call in `SentryInvalidJSONString` ([#7859](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7859))
 
 ## 9.12.0
 
+> [!WARNING]
+> ⚠️ **Known Issue:** Sentry Cocoa **9.12.0+** crashes apps using `AVAssetDownloadURLSession`. Pin to **9.11.x** until a fix ships. ([#7886](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7886))
+
 > [!WARNING]
 > This release promotes Metrics out of experimental and **removes** `options.experimental.enableMetrics` and `options.experimental.beforeSendMetric`. If you set either of these, your app will fail to compile after upgrading.
 > Migrate to `options.enableMetrics` and `options.beforeSendMetric` (top-level on `Options`) — the defaults and behavior are unchanged.
 -61,7 +80,6 
 - Disable app hang and watchdog termination tracking in Notification Service Extensions ([#7818](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7818))
 - Fix JSON encoding of infinite numeric values in crash reports ([#7802](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7802))
 - Fix race condition in `SentryFramesTracker` listeners causing `EXC_BAD_ACCESS` in `NSConcreteHashTable removeItem:` when a listener is deallocated on a background thread ([#7839](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7839))
-- Moved `BinaryImageCache` initialization to a background thread to reduce blocking on dyld reader locks on the main thread ([#7823](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7823))
 
 ## 9.11.0
 

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 12, 2026
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 12, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from 0ab0a70 to 346320c Compare May 13, 2026 04:17
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.13%. Comparing base (0f91f7d) to head (346320c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5221      +/-   ##
==========================================
- Coverage   74.13%   74.13%   -0.01%     
==========================================
  Files         508      508              
  Lines       18282    18282              
  Branches     3574     3574              
==========================================
- Hits        13554    13553       -1     
- Misses       3859     3860       +1     
  Partials      869      869              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant