From 8d962f404ec90a5ca37c7f75549aa2ce7de6462d Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman Date: Wed, 25 Sep 2024 17:18:14 -0300 Subject: [PATCH 1/3] Updating iOS changelog v6.4.1. --- docs/ios/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ios/changelog.md b/docs/ios/changelog.md index 21e2fd6a..9b71b316 100644 --- a/docs/ios/changelog.md +++ b/docs/ios/changelog.md @@ -6,6 +6,14 @@ sidebar_position: 4 # iOS/tvOS SDK Changelog +## 6.4.1 +*Sep 25th, 2024* +* Features + * Updated OpenTelemetry dependencies to v1.10.1. +* Fixes + * Fixed logs not having resources from the session when being recovered during the SDK startup. + * Fixed crash with the `gtm-session-fetcher` library. + ## 6.4.0 *Sep 13th, 2024* * Features From 0ae21a8bb8b3670e434103e45c66090234acbcdd Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman Date: Thu, 26 Sep 2024 11:52:07 -0300 Subject: [PATCH 2/3] Updating changelog --- docs/ios/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ios/changelog.md b/docs/ios/changelog.md index 9b71b316..1568cde6 100644 --- a/docs/ios/changelog.md +++ b/docs/ios/changelog.md @@ -13,6 +13,7 @@ sidebar_position: 4 * Fixes * Fixed logs not having resources from the session when being recovered during the SDK startup. * Fixed crash with the `gtm-session-fetcher` library. + * Fixed KSCrash dependency compilation issues in Xcode 16. ## 6.4.0 *Sep 13th, 2024* From 6edc36340c522e575766fec6659a8e0eb38f870f Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman Date: Thu, 26 Sep 2024 11:59:06 -0300 Subject: [PATCH 3/3] Updating date --- docs/ios/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ios/changelog.md b/docs/ios/changelog.md index 1568cde6..233da0bf 100644 --- a/docs/ios/changelog.md +++ b/docs/ios/changelog.md @@ -7,7 +7,7 @@ sidebar_position: 4 # iOS/tvOS SDK Changelog ## 6.4.1 -*Sep 25th, 2024* +*Sep 26th, 2024* * Features * Updated OpenTelemetry dependencies to v1.10.1. * Fixes