Skip to content

chore(deps): update Cocoa SDK to v8.53.1 #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 25, 2025

Bumps scripts/update-cocoa.sh from 8.49.1 to 8.53.1.

Auto-generated by a dependency updater.

Changelog

8.53.1

Fixes

  • Fix XCFramework version including commit sha on release. (#5493)

8.53.0

Warning

This version can cause build errors when using one of the XCFrameworks, such as
The value for key CFBundleVersion [8.53.0+f92cfa9b1199c75411a263d2d9bc2df8ea8029cf] in the Info.plist file must be no longer than 18 characters.
Updating to 8.53.1 fixes this problem.

Features

  • Capturing fatal CPPExceptions via hooking into cxa_throw when enabling options.experimental.enableUnhandledCPPExceptionsV2 = true (#5256)

Fixes

  • Fix building with Xcode 26 (#5386)
  • Fix usage of available to be iOS instead of iOSApplicationExtension (#5361)
  • Fix stacktrace symbolication of fatal app hangs (#5438)
  • Robustness against corrupt launch profile configuration files (#5447)
  • Fix auto-start for session tracker when SDK is started after app did become active (#5121)
  • Sessions will now be marked as exited instead of abnormal exit when closing the SDK (#5121)
  • Manually add dyld image to image cache to fix dyld symbols appearing as unknown (#5418)

Improvements

  • Converted SentryUserFeedback from Objective-C to Swift (#5377)
  • Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306)
  • Move SentryExperimentalOptions to a property defined in Swift (#5329)
  • Add redaction in session replay for SFSafariView used by SFSafariViewController and ASWebAuthenticationSession (#5408)
  • Convert SentryNSURLRequest to Swift (#5457)

8.53.0-alpha.0

Features

  • Capturing fatal CPPExceptions via hooking into cxa_throw when enabling options.experimental.enableUnhandledCPPExceptionsV2 = true (#5256)
  • [Structured Logging] Models + Preparation (#5441)

Fixes

  • Fix building with Xcode 26 (#5386)
  • Fix usage of available to be iOS instead of iOSApplicationExtension (#5361)
  • Fix stacktrace symbolication of fatal app hangs (#5438)
  • Robustness against corrupt launch profile configuration files (#5447)
  • Fix auto-start for session tracker when SDK is started after app did become active (#5121)
  • Sessions will now be marked as exited instead of abnormal exit when closing the SDK (#5121)
  • Manually add dyld image to image cache to fix dyld symbols appearing as unknown (#5418)

Improvements

  • Converted SentryUserFeedback from Objective-C to Swift (#5377)
  • Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306)
  • Move SentryExperimentalOptions to a property defined in Swift (#5329)
  • Add redaction in session replay for SFSafariView used by SFSafariViewController and ASWebAuthenticationSession (#5408)
  • Convert SentryNSURLRequest to Swift (#5457)

8.52.1

Fixes

  • Missing debug meta for non fatal events (#5352)

8.52.0

Warning

This version has a known issue where events captured with captureMessage or captureError will have unsymbolicated stack traces. A fix is incoming and will be released in 8.52.1

Features

  • XCFrameworks are now signed (#5271)

Improvements

  • Slightly reduce performance impact by removing unnecessary lock in SentryLog.configure (#5297)
  • Redact React Native text and images by default without the RN SDK (#5302)

Fixes

  • Add missing context for watchdog termination events (#5242)
  • Use timestamp of screenshot for frames (#5342)
  • Use frame rate for cache max size of session replay (#5341)

8.52.0-beta

Features

  • XCFrameworks are now signed (#5271)

Improvements

  • Slightly reduce performance impact by removing unnecessary lock in SentryLog.configure (#5297)
  • Redact React Native text and images by default without the RN SDK (#5302)

8.51.1

Warning

This version introduces a known issue where events captured with captureMessage or captureError will have unsymbolicated stack traces. A fix is incoming and will be released in 8.52.1

Fixes

  • Uses low-priority queues to reduce the chance of session replay internal multi-threading processes being dropped (#5280)

Improvements

  • Threading issues in internal dependency container (#5225)

8.51.0

Important

This version creates new issue groups for your unhandled C++ exceptions because it now again reports the message of unhandled C++ exceptions, which we use for grouping.

Features

  • Apps can now manually show and hide the included feedback widget button (#5236)

Fixes

  • Reporting unhandled C++ exception message (#5190)
  • Improved internal multi-threading of session replay to fix thread inversion warning and reduce chance of queue starvation (#5018)

Improvements

  • Add itemCount to SentryEnvelopeItemHeader (#5230)
  • Improve warn log in SentryTracer (#5248)

8.50.2

Fixes

  • Improved time-to-display tracker to not crash when using view life cycle methods incorrectly (#5048)
  • Enable view renderer V2 by default in session replay and preview redact options when using initializer with default values (#5210)

8.50.1

Fixes

  • Detect AppHangsV2 when tracing not enabled (#5184)

Improvements

  • Add frameRate, errorReplayDuration, errorReplayDuration, sessionSegmentDuration and maximumDuration to session replay options dictionary initializer for Hybrid SDKs (#5210)

8.50.1-beta.0

Fixes

  • Detect AppHangsV2 when tracing not enabled (#5184)

8.50.0

Important

This version enables the better view renderer V2 used by Session Replay by default.
You can disable it by setting the option options.sessionReplay.enableViewRendererV2 to false.

In case you are noticing issues with view rendering, please report them on GitHub.

Features

  • Added ability to bring your own button for user feedback form display (#5107)
  • Make enableAppHangTrackingV2 general available (#5149)

Fixes

  • Correctly rate limit envelopes from the new UI profiling system (#5131)
  • Race condition in ANRTrackerV1 (#5137)

Improvements

  • More logging for Session Replay video info (#5132)
  • Improve session replay frame presentation timing calculations (#5133)
  • Use wider compatible video encoding options for Session Replay (#5134)
  • GA of better session replay view renderer V2 (#5054)
  • Explicitly check malloc result for SRSync to fix a Veracode Security Scan warning (#5160)
  • Revert max key-frame interval to once per session replayvideo segment (#5156)
  • Add more detailed debug logs for session replay (#5173)

8.49.2

Important

Version 8.21.0 introduced an issue for app launch profiling only for macOS apps that run without a sandbox (i.e. distributed outside the Mac App Store).
This issue could lead to starting the app launch profiler even when it's not configured via the options.
We recommend upgrading to at least this version.

Fixes

  • Non-sandboxed macOS app launch profile configuration are now respected (#5144)

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh/8.53.1 branch from 301c81e to 68793b4 Compare June 25, 2025 23:14
Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.32%. Comparing base (7e3b339) to head (e03fe3a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #405   +/-   ##
=======================================
  Coverage   79.32%   79.32%           
=======================================
  Files          11       11           
  Lines         324      324           
  Branches       49       49           
=======================================
  Hits          257      257           
  Misses         39       39           
  Partials       28       28           

☔ 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.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh/8.53.1 branch 7 times, most recently from 246f253 to 094b93f Compare June 30, 2025 13:41
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh/8.53.1 branch from 094b93f to e03fe3a Compare June 30, 2025 13:42
@buenaflor buenaflor merged commit c7b2a85 into main Jun 30, 2025
10 checks passed
@buenaflor buenaflor deleted the deps/scripts/update-cocoa.sh/8.53.1 branch June 30, 2025 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants