Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 8, 2024

Bumps scripts/update-cocoa.sh from 8.56.2 to 8.57.0.

Auto-generated by a dependency updater.

Changelog

8.57.0

Warning

Session Replay is disabled by default on iOS 26.0+ with Xcode 26.0+ to prevent PII leaks

Due to potential masking issues introduced by Apple's Liquid Glass rendering changes in iOS 26.0, Session Replay is now automatically disabled on apps running iOS 26.0+ when built with Xcode 26.0 or later. This is a defensive measure to protect user privacy and prevent potential PII leaks until masking is reliably supported.

Session replay will work normally if:

  • Your app runs on iOS versions older than 26.0, OR
  • Your app is built with Xcode versions older than 26.0, OR
  • Your app explicitly sets UIDesignRequiresCompatibility to YES in Info.plist

Override (use with caution): If you understand the PII risks and want to enable session replay anyway, you can set:

options.experimental.enableSessionReplayInUnreliableEnvironment = true

This experimental override option will be removed in a future minor version once the masking issues are resolved.

Fixes

  • Fix wrong Frame Delay when becoming active, which lead to false reported app hangs when the app moves to the foreground after being in the background (#6393)
  • Session replay is now automatically disabled in environments with unreliable masking to prevent PII leaks (#6389)
    • Detects iOS 26.0+ runtime with Xcode 26.0+ builds (DTXcode >= 2600)
    • Detects missing or disabled UIDesignRequiresCompatibility
    • Uses defensive approach: assumes unsafe unless proven safe
  • Add options.experimental.enableSessionReplayInUnreliableEnvironment to allow overriding the automatic disabling (#6389)

@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 3f0d1d3 to 334285c Compare October 8, 2024 03:13
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 334285c to 893f8ac Compare October 16, 2024 03:13
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.37.0 chore(deps): update Cocoa SDK to v8.38.0 Oct 16, 2024
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.38.0 chore(deps): update Cocoa SDK to v8.39.0 Oct 29, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 893f8ac to 0d6eb26 Compare October 29, 2024 03:13
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.39.0 chore(deps): update Cocoa SDK to v8.40.0 Nov 7, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 0d6eb26 to 1e7c7ce Compare November 7, 2024 03:11
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.40.0 chore(deps): update Cocoa SDK to v8.40.1 Nov 8, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 1e7c7ce to 5ff4453 Compare November 8, 2024 03:10
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.40.1 chore(deps): update Cocoa SDK to v8.41.0 Nov 23, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 5ff4453 to a5ce6a4 Compare November 23, 2024 03:15
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.41.0 chore(deps): update Cocoa SDK to v8.42.0 Dec 18, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from ee5c911 to bff71c8 Compare December 21, 2024 03:09
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.42.0 chore(deps): update Cocoa SDK to v8.42.1 Dec 21, 2024
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.42.1 chore(deps): update Cocoa SDK to v8.43.0 Jan 3, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from bff71c8 to e355cc6 Compare January 3, 2025 03:11
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from e355cc6 to 98e9083 Compare January 31, 2025 03:08
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.43.0 chore(deps): update Cocoa SDK to v8.44.0 Jan 31, 2025
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.44.0 chore(deps): update Cocoa SDK to v8.45.0 Feb 14, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 3 times, most recently from 467078c to 71bf8a4 Compare February 19, 2025 03:11
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.45.0 chore(deps): update Cocoa SDK to v8.46.0 Mar 5, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 71bf8a4 to 0fb759a Compare March 5, 2025 03:14
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.46.0 chore(deps): update Cocoa SDK to v8.47.0 Mar 13, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from 23721c0 to a7353cf Compare March 18, 2025 03:17
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.47.0 chore(deps): update Cocoa SDK to v8.48.0 Mar 18, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from b044f54 to f5f8457 Compare May 10, 2025 03:22
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.50.1 chore(deps): update Cocoa SDK to v8.50.2 May 15, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from f5f8457 to 43628d0 Compare May 15, 2025 03:25
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.50.2 chore(deps): update Cocoa SDK to v8.51.0 May 20, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from 583c2b6 to 7e3e28b Compare May 24, 2025 03:23
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.51.0 chore(deps): update Cocoa SDK to v8.51.1 May 24, 2025
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.51.1 chore(deps): update Cocoa SDK to v8.52.0 Jun 4, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 7e3e28b to 725b1f7 Compare June 4, 2025 03:29
@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 from 725b1f7 to 04777b2 Compare June 6, 2025 03:28
@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 from 04777b2 to c9243c2 Compare June 26, 2025 03:30
@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 from c9243c2 to f857376 Compare July 10, 2025 03:33
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.53.2 chore(deps): update Cocoa SDK to v8.54.0 Aug 1, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from f857376 to 9b77269 Compare August 1, 2025 03:44
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.54.0 chore(deps): update Cocoa SDK to v8.55.0 Aug 14, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 9b77269 to 236733f Compare August 14, 2025 03:32
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.55.0 chore(deps): update Cocoa SDK to v8.55.1 Sep 5, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 236733f to 56eb83e Compare September 5, 2025 03:18
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.55.1 chore(deps): update Cocoa SDK to v8.56.0 Sep 16, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 56eb83e to f1f45f9 Compare September 16, 2025 03:17
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from f1f45f9 to 6d044ff Compare September 24, 2025 03:19
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.56.0 chore(deps): update Cocoa SDK to v8.56.1 Sep 24, 2025
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.56.1 chore(deps): update Cocoa SDK to v8.56.2 Sep 27, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from 6d044ff to d2ceb88 Compare September 27, 2025 03:15
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.56.2 chore(deps): update Cocoa SDK to v8.57.0 Oct 15, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cocoa.sh branch from d2ceb88 to d714fc4 Compare October 15, 2025 03:23
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.

1 participant