Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.13.1 (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2023
1 parent fd806fa commit 7ca116b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Changelog

## 3.40.1

### Fixes

- ISentryUserFactory is now public so users can register their own implementations via DI ([#2719](https://github.com/getsentry/sentry-dotnet/pull/2719))
## Unreleased

### Dependencies

- Bump Cocoa SDK from v8.13.0 to v8.13.1 ([#2722](https://github.com/getsentry/sentry-dotnet/pull/2722))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.13.1)
- Bump Java SDK from v6.30.0 to v6.31.0 ([#2723](https://github.com/getsentry/sentry-dotnet/pull/2723))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6310)
- [diff](https://github.com/getsentry/sentry-java/compare/6.30.0...6.31.0)

## 3.40.1

### Fixes

- ISentryUserFactory is now public so users can register their own implementations via DI ([#2719](https://github.com/getsentry/sentry-dotnet/pull/2719))

## 3.40.0

### Obsoletion
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 47 files
+1 −0 .github/workflows/lint.yml
+7 −3 .github/workflows/test.yml
+1 −1 .ruby-version
+127 −77 Brewfile.lock.json
+12 −1 CHANGELOG.md
+24 −24 Gemfile.lock
+4 −1 Samples/TrendingMovies/TrendingMovies/ImageProcessing/UIImageEffects.h
+4 −1 Samples/TrendingMovies/TrendingMovies/ImageProcessing/UIImageEffects.m
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+2 −3 Sentry.podspec
+6 −22 Sentry.xcodeproj/project.pbxproj
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+6 −1 SentryTestUtils/ClearTestState.swift
+1 −0 SentryTestUtils/Dynamic/Dynamic.swift
+1 −0 SentryTestUtils/Dynamic/Invocation.swift
+2 −1 SentryTestUtils/Dynamic/Logger.swift
+1 −0 SentryTestUtils/Dynamic/TypeMapping.swift
+6 −0 SentryTestUtils/Invocations.swift
+1 −0 SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h
+0 −5 Sources/Configuration/SDK.xcconfig
+3 −3 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+6 −0 Sources/Sentry/Public/SentrySDK.h
+6 −4 Sources/Sentry/SentryANRTracker.m
+19 −10 Sources/Sentry/SentryBreadcrumbTracker.m
+3 −18 Sources/Sentry/SentryDevice.mm
+11 −16 Sources/Sentry/SentryHttpTransport.m
+1 −1 Sources/Sentry/SentryMeta.m
+1 −2 Sources/Sentry/SentryMetricKitIntegration.m
+109 −37 Sources/Sentry/SentryReachability.m
+22 −15 Sources/Sentry/SentrySDK.m
+19 −3 Sources/Sentry/SentryTracer.m
+1 −1 Sources/Sentry/include/SentryProfiledTracerConcurrency.h
+16 −9 Sources/Sentry/include/SentryReachability.h
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+14 −3 Tests/SentryTests/Integrations/Breadcrumbs/SentryBreadcrumbTrackerTests.swift
+4 −1 Tests/SentryTests/Networking/SentryHttpTransportTests.swift
+19 −0 Tests/SentryTests/Networking/SentryReachabilitySwiftTests.swift
+103 −20 Tests/SentryTests/Networking/SentryReachabilityTests.m
+11 −5 Tests/SentryTests/Networking/TestSentryReachability.swift
+2 −2 Tests/SentryTests/PrivateSentrySDKOnlyTests.swift
+33 −1 Tests/SentryTests/SentrySDKTests.swift
+2 −0 Tests/SentryTests/SentryTests-Bridging-Header.h
+84 −0 Tests/SentryTests/Transaction/SentryTracerTests.swift
+13 −0 develop-docs/DECISIONS.md
+2 −1 scripts/xcode-test.sh

0 comments on commit 7ca116b

Please sign in to comment.