From a72eb84364f64c8b120db335d9df815a23c7c171 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Fri, 24 Apr 2026 00:56:43 +0200 Subject: [PATCH 1/2] chore(deps): update Cocoa SDK to v8.58.2 Bumps sentry-cocoa from 8.57.3 to 8.58.2. Also updates the SPM sample from the stale 8.57.1 pin and the SentryFrameworkArchitectureTest pinned version. - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8582) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.2) Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 3 +++ buildSrc/src/main/java/Config.kt | 2 +- .../gradle.properties | 2 +- .../gradle/SentryFrameworkArchitectureTest.kt | 2 +- .../sentry_kotlin_multiplatform.podspec | 4 ++-- sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock | 12 ++++++------ .../kmp-app-cocoapods/shared/shared.podspec | 4 ++-- .../kmp-app-spm/iosApp.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- 9 files changed, 19 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33905c5..e3fd744f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ Sentry.logger.log(SentryLogLevel.FATAL) { - Bump Java SDK from v8.31.0 to v8.36.0 ([#529](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/529), [#532](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/532)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8360) - [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.36.0) +- Bump Cocoa SDK from v8.57.3 to v8.58.2 + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8582) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.2) ## 0.24.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 456ebb2c..e40471de 100644 --- a/buildSrc/src/main/java/Config.kt +++ b/buildSrc/src/main/java/Config.kt @@ -37,7 +37,7 @@ object Config { val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion" - val sentryCocoaVersion = "8.57.3" + val sentryCocoaVersion = "8.58.2" val sentryCocoa = "Sentry" object Samples { diff --git a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties index 846442bb..26f513a5 100644 --- a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties +++ b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties @@ -2,7 +2,7 @@ id=io.sentry.kotlin.multiplatform.gradle implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin versionName=0.25.0 group=io.sentry -sentryCocoaVersion=8.57.3 +sentryCocoaVersion=8.58.2 # publication pom properties POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin diff --git a/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt b/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt index 71d95870..38a4b835 100644 --- a/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt +++ b/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt @@ -21,7 +21,7 @@ class SentryFrameworkArchitectureTest { fun cocoaVersions(): List = listOf( Arguments.of("8.37.0"), Arguments.of("8.38.0"), - Arguments.of("8.57.3") + Arguments.of("8.58.2") // Arguments.of("latest"), // TODO: Latest is already v9 which is currently failing - let's fix this when we bump to v9 ) diff --git a/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec b/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec index d2bf5b24..251872b2 100644 --- a/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec +++ b/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = '10.13' spec.tvos.deployment_target = '11.0' spec.watchos.deployment_target = '4.0' - spec.dependency 'Sentry', '8.57.3' + spec.dependency 'Sentry', '8.58.2' if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') raise " @@ -54,4 +54,4 @@ Pod::Spec.new do |spec| } ] -end \ No newline at end of file +end diff --git a/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock b/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock index d9038bbb..ebcb988f 100644 --- a/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock +++ b/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - Sentry (8.57.3): - - Sentry/Core (= 8.57.3) - - Sentry/Core (8.57.3) + - Sentry (8.58.2): + - Sentry/Core (= 8.58.2) + - Sentry/Core (8.58.2) - shared (1.0): - - Sentry (= 8.57.3) + - Sentry (= 8.58.2) DEPENDENCIES: - shared (from `../shared`) @@ -17,8 +17,8 @@ EXTERNAL SOURCES: :path: "../shared" SPEC CHECKSUMS: - Sentry: c643eb180df401dd8c734c5036ddd9dd9218daa6 - shared: 19ea1c4273b1e75b6260ae717ad49a29fa9bf2e1 + Sentry: de29b881e83bd91cf99a927f82f1fd86bfb39db2 + shared: 231af8f1be94bceff674026ca7dcacf0a666be6d PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756 diff --git a/sentry-samples/kmp-app-cocoapods/shared/shared.podspec b/sentry-samples/kmp-app-cocoapods/shared/shared.podspec index 6f31a03e..3fe92873 100644 --- a/sentry-samples/kmp-app-cocoapods/shared/shared.podspec +++ b/sentry-samples/kmp-app-cocoapods/shared/shared.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework' spec.libraries = 'c++' spec.ios.deployment_target = '14.1' - spec.dependency 'Sentry', '8.57.3' + spec.dependency 'Sentry', '8.58.2' if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework') raise " @@ -51,4 +51,4 @@ Pod::Spec.new do |spec| } ] -end \ No newline at end of file +end diff --git a/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.pbxproj b/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.pbxproj index 36252cf4..b8220775 100644 --- a/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.pbxproj +++ b/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.pbxproj @@ -424,7 +424,7 @@ repositoryURL = "https://github.com/getsentry/sentry-cocoa.git"; requirement = { kind = exactVersion; - version = 8.57.1; + version = 8.58.2; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1516435c..022f34a4 100644 --- a/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa.git", "state" : { - "revision" : "e1e94efb9d5a688af85c607ae34a8b56961ca118", - "version" : "8.57.1" + "revision" : "cf44aa8cb4147f39e698c1f28be0b6b2c89f79d2", + "version" : "8.58.2" } } ], From a10260e13162ff4ad6fe55d8db0d99b913bf56fd Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Mon, 27 Apr 2026 23:06:59 +0200 Subject: [PATCH 2/2] Update CHANGELOG for Cocoa SDK version bump Updated dependencies section to reflect Cocoa SDK bump to v8.58.2. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fd744f..86e1e701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.57.3 to v8.58.2 ([#550](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/550)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8582) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.2) + ## 0.25.0 ### Features @@ -39,9 +47,6 @@ Sentry.logger.log(SentryLogLevel.FATAL) { - Bump Java SDK from v8.31.0 to v8.36.0 ([#529](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/529), [#532](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/532)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8360) - [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.36.0) -- Bump Cocoa SDK from v8.57.3 to v8.58.2 - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8582) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.2) ## 0.24.0