Skip to content

Commit

Permalink
Merge pull request #37 from embrace-io/aridemarco/6.5.0-iOS-release
Browse files Browse the repository at this point in the history
iOS Release `6.5.0` Changelog updates
  • Loading branch information
ArielDemarco authored Oct 18, 2024
2 parents f62e221 + 7220c75 commit 9891d56
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/ios/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ sidebar_position: 4

# iOS/tvOS SDK Changelog

## 6.5.0
*Oct 18th, 2024*
* Features
* Removed `SwiftLint` from `Package.swift` as a dependency, which reduces the download size of our SDK and prevents dependency resolution conflicts.
* For those consuming the SDK without an `appId`, `Embrace.Options` now includes the possibility to provide custom configuration (implementing `EmbraceConfigurable`).
* Fixes
* Fixed a linking conflict issue affecting some users both with SPM and CocoaPods.
* Implemented a fix to expose user customization methods (`userName`, `userEmail`, `userIdentifier`, and `clearUserProperties`) to Objective-C.
* Fixed a bug that caused the `Span.Status` to be incorrect when exporting a session ended due to a crash.

## 6.4.2
*Oct 2nd, 2024*
* Fixes
Expand All @@ -16,6 +26,11 @@ sidebar_position: 4

## 6.4.1
*Sep 26th, 2024*

:::warning Important
This version has known issues and should not be used
:::

* Features
* Updated OpenTelemetry dependencies to v1.10.1.
* Fixes
Expand Down

0 comments on commit 9891d56

Please sign in to comment.