Skip to content

Commit

Permalink
Updating changelog (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEmbrace authored Dec 10, 2024
1 parent e4ad3fa commit 90e2411
Showing 1 changed file with 17 additions and 0 deletions.
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

0 comments on commit 90e2411

Please sign in to comment.