Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

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

Bumps scripts/update-cocoa.sh from 8.51.1 to 8.53.2.

Auto-generated by a dependency updater.

Changelog

8.53.2

Fixes

  • Set handled to false for fatal app hangs (#5514)
  • User feedback widget can now be displayed in SwiftUI apps (#5223)
  • Fix crash when SentryFileManger is nil (#5535)
  • Fix crash when capturing events at the same time bindClient: is called from a different thread (#5523)
  • Record user for watchdog termination events (#5558)
  • Add support for dist and environment fields for termination watch (#5560)
  • Add support for tags and context fields for termination watch (#5561)
  • Add support for extras, fingerprint, and level watchdog termination events (#5569)

Improvements

  • Removed APPLICATION_EXTENSION_API_ONLY requirement (#5524)
  • Improve launch profile configuration management (#5318)
  • Deprecate getStoreEndpoint (#5591)

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)

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jun 4, 2025
@github-actions github-actions bot requested a review from lucas-zimerman as a code owner June 4, 2025 03:23
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 186f0c0 to 2db02a9 Compare June 4, 2025 03:23
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.52.0 chore(deps): update Cocoa SDK to v8.52.1 Jun 6, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 3 times, most recently from 2286ec9 to 755716f Compare June 11, 2025 13:08
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from 870f2f4 to ade9342 Compare June 17, 2025 12:58
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 3 times, most recently from 232ee76 to b22f173 Compare June 26, 2025 03:25
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.52.1 chore(deps): update Cocoa SDK to v8.53.1 Jun 26, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from a89aa1b to b4739ca Compare July 4, 2025 15:11
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.53.1 chore(deps): update Cocoa SDK to v8.53.2 Jul 10, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 4 times, most recently from 4a8b467 to 1943a1f Compare July 15, 2025 18:56
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 1943a1f to bb28015 Compare July 15, 2025 19:04
Copy link
Collaborator

@lucas-zimerman lucas-zimerman left a comment

Choose a reason for hiding this comment

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

LGTM!

@lucas-zimerman lucas-zimerman merged commit 9a63115 into main Jul 15, 2025
15 checks passed
@lucas-zimerman lucas-zimerman deleted the deps/scripts/update-cocoa.sh branch July 15, 2025 19:50
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.

2 participants