Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating changelog #145

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 6.6.0
*Dec 12th, 2024*
* Features
* Added new instrumentation for the `ViewCaptureService`. Can be enabled through `ViewCaptureService.Options.instrumentFirstRender`.
* Added url blacklist for the `URLSessionCaptureService`. Can be configured through `URLSessionCaptureService.Options.ignoredURLs`.
* Added the ability to auto terminate spans if the session ends while the span is still open.
* Updated the OpenTelemetry dependency to v1.12.1 which fixes some concurrency related crashes.
* Improved logic around Embrace data uploads and retries.
* Deprecated `Span.markAsKeySpan()`.
* Fixes
* Fixed the remote config parse sometimes failing.
* Fixed the remote config cache not working properly.
* Fixed crash logs sometimes not containing the session properties.
* Fixed keychain related crash/hang during startup.
* Fixed issues with the `WebViewCaptureService` that could lead to a crash.
* Fixed issue with the `URLSessionCaptureService` when dealing with `URLSessionDelegate` objects in Objective-C responding to methods without conforming to specific protocols.

## 6.5.2
*Nov 14th, 2024*
* Features
Expand Down
Loading