Skip to content

Conversation

@github-actions
Copy link
Contributor

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

Bumps packages/flutter/scripts/update-cocoa.sh from 8.54.0 to 8.55.1.

Auto-generated by a dependency updater.

Changelog

8.55.1

Features

Fixes

  • Fix macOS's frameworks not following the versioned framework structure (#6049)
  • Add support for iOS 26, macOS 26, visionOS 26, watchOS 26, and tvOS 26 in device tests (#6063)

8.54.1-alpha.1

Fixes

  • Add padding to tap area of widget button (#5949)

8.55.0

Important

Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them.
We have decided to split the Dynamic variant and Sentry-WithoutUIKitOrAppKit of Sentry into two variants:

  • Sentry-Dynamic: Without ARM64e
  • Sentry-Dynamic-WithARM64e: With ARM64e slice
  • Sentry-WithoutUIKitOrAppKit: Without ARM64e
  • Sentry-WithoutUIKitOrAppKit-WithARM64e: With ARM64e slice

If your app does not need arm64e, you don't need to make any changes.
But if your app needs arm64e please use Sentry-Dynamic-WithARM64e or Sentry-WithoutUIKitOrAppKit-WithARM64e from 8.55.0 so you don't have issues uploading to the App Store.

Features

  • Add a new prebuilt framework with arm64e and remove it from the regular one (#5788)
  • Add beforeSendLog callback to SentryOptions (#5678)
  • Structured Logs: Flush logs on SDK flush/close (#5834)
  • Add a new prebuilt framework with ARM64e for WithoutUIKitOrAppKit (#5897)
  • Add source context and vars fields to SentryFrame (#5853)

Fixes

  • Add support for PDFKit views in session replay (#5750)
  • Fix Infinite Session Replay Processing Loop (#5765)
  • Fix memory leak in SessionReplayIntegration (#5770)
  • Fix reporting of energy used while profiling (#5768)
  • Fixed a build error in SentryFeedback.swift when building with cocoapods on Xcode 14.2 (#5917)
  • Fix linking against Sentry on an app extension (#5813)

Internal

  • Add nullability property for screenName (#5782)

@github-actions github-actions bot requested a review from denrase as a code owner September 4, 2025 14:23
@bruno-garcia bruno-garcia force-pushed the deps/packages/flutter/scripts/update-cocoa.sh/8.55.1 branch from 4fab10a to 397b0ea Compare September 4, 2025 15:37
@codecov
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.71%. Comparing base (b2c8b57) to head (dde3cfc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3234      +/-   ##
==========================================
+ Coverage   87.94%   89.71%   +1.76%     
==========================================
  Files         290       95     -195     
  Lines        9987     3393    -6594     
==========================================
- Hits         8783     3044    -5739     
+ Misses       1204      349     -855     

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

@bruno-garcia bruno-garcia force-pushed the deps/packages/flutter/scripts/update-cocoa.sh/8.55.1 branch 4 times, most recently from bcf0ef7 to f4312ab Compare September 10, 2025 11:00
@bruno-garcia bruno-garcia force-pushed the deps/packages/flutter/scripts/update-cocoa.sh/8.55.1 branch from f4312ab to dde3cfc Compare September 10, 2025 15:08
@buenaflor buenaflor merged commit a6fd71c into main Sep 11, 2025
73 of 75 checks passed
@buenaflor buenaflor deleted the deps/packages/flutter/scripts/update-cocoa.sh/8.55.1 branch September 11, 2025 13:28
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.

3 participants