Skip to content

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

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-cocoa.sh
Closed

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

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps scripts/update-cocoa.sh 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/scripts/update-cocoa.sh branch from 803a031 to 98a89ce Compare May 12, 2026 04:15
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 12, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Cocoa SDK to v9.13.0 by github-actions[bot] in #6137
  • chore: Update warning regarding iOS crash in sentry-cocoa 9.12.0 by antonis in #6136
  • chore(deps): update CLI to v3.4.2 by github-actions in #6129
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.26.2 to 2.26.3 by dependabot in #6126
  • chore(deps): bump getsentry/craft from 2.26.2 to 2.26.3 by dependabot in #6127
  • chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by dependabot in #6128
  • feat(core): Extract text from children of touched components for breadcrumb labels by antonis in #6106
  • chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.25.0 to 7.29.4 by dependabot in #6124
  • chore(deps): bump fast-uri from 3.0.1 to 3.1.2 by dependabot in #6121
  • chore(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by dependabot in #6120
  • chore(deps): bump socks to ^2.8.8 to fix ip-address vulnerability by antonis in #6117
  • chore(deps): bump uuid to ^13.0.1 to fix buffer bounds check vulnerability by antonis in #6118
  • test(replay): Add passthrough tests for device-state replay breadcrumbs by antonis in #6115
  • chore(deps): update JavaScript SDK to v10.52.0 by github-actions in #6108
  • chore(deps): bump basic-ftp from 5.3.0 to 5.3.1 by dependabot in #6111

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 12, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against 16f0285

Copy link
Copy Markdown
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking as blocked since the bump will be handled in #6135

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch from 98a89ce to 16f0285 Compare May 12, 2026 07:35
@antonis
Copy link
Copy Markdown
Contributor

antonis commented May 12, 2026

Closing as #6135 is merged

@antonis antonis closed this May 12, 2026
@antonis antonis deleted the deps/scripts/update-cocoa.sh branch May 12, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blocked dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants