You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# 2.7.1 / 2024-03-27
2
+
3
+
*[BUGFIX] RUM: Improve adding Feature Flag evaluation(s) performance.
4
+
See [#1932](https://github.com/DataDog/dd-sdk-android/pull/1932)
5
+
*[MAINTENANCE] Core: add a BackPressure strategy to limit the load on background threads and get notified when capacity is reached.
6
+
See [#1938](https://github.com/DataDog/dd-sdk-android/pull/1938) and [#1939](https://github.com/DataDog/dd-sdk-android/pull/1939)
7
+
1
8
# 2.7.0 / 2024-03-21
2
9
3
10
*[FEATURE] Session Replay: Add a request builder for resources. See [#1827](https://github.com/DataDog/dd-sdk-android/pull/1827)
@@ -246,7 +253,7 @@
246
253
247
254
# 2.0.0 / 2023-07-31
248
255
249
-
This is the first official production version of SDK v2 containing the new architecture for features initialisation and dependencies distribution. See the [migration guide](https://github.com/DataDog/dd-sdk-android/blob/62aac79c3c68c4da02c96ab1071fb5e63f1b8b89/MIGRATION.MD) for details.
256
+
This is the first official production version of SDK v2 containing the new architecture for features initialisation and dependencies distribution. See the [migration guide](https://github.com/DataDog/dd-sdk-android/blob/62aac79c3c68c4da02c96ab1071fb5e63f1b8b89/MIGRATION.MD) for details.
250
257
251
258
Below you can find the change logs in comparison with out last stable version `1.19.3`:
252
259
@@ -664,7 +671,7 @@ Functional changes in comparison with `1.19.2`:
664
671
665
672
*[BUGFIX] Global: Fix crash when using old OkHttp dependency [#658](https://github.com/DataDog/dd-sdk-android/issues/658) (Thanks [@JessicaYeh](https://github.com/VladBytsyuk))
666
673
*[BUGFIX] Global: Prevent retrying endlessly data upload when Client Token is invalid
667
-
*[BUGFIX] Global: Support using DD Android SDK with Java 11
674
+
*[BUGFIX] Global: Support using DD Android SDK with Java 11
668
675
*[BUGFIX] Global: Support proper serialization of nested maps for custom attributes
669
676
*[BUGFIX] RUM: Ensure all crashes are reported to RUM
670
677
*[FEATURE] APM: Add Data Scrubbing for Spans
@@ -681,14 +688,14 @@ Functional changes in comparison with `1.19.2`:
*[BUGFIX] APM: Fix span with custom `MESSAGE` field [#522](https://github.com/DataDog/dd-sdk-android/issues/522) (Thanks [@JessicaYeh](https://github.com/JessicaYeh))
691
+
*[BUGFIX] APM: Fix span with custom `MESSAGE` field [#522](https://github.com/DataDog/dd-sdk-android/issues/522) (Thanks [@JessicaYeh](https://github.com/JessicaYeh))
685
692
*[BUGFIX] Logs: Fix tag name in Timber `DatadogTree`[#483](https://github.com/DataDog/dd-sdk-android/issues/483) (Thanks [@cfa-eric](https://github.com/cfa-eric))
686
693
*[BUGFIX] RUM: Ensure View linked events count is correct when events are discarded
687
694
*[BUGFIX] RUM: Fix Resource network timings
688
695
*[BUGFIX] APM: Fix span logs timestamp conversion
689
696
*[FEATURE] RUM: Detect Long Tasks (tasks blocking the main thread)
690
697
*[FEATURE] RUM: add a callback to enrich RUM Resources created from OkHttp Requests
691
-
*[IMPROVEMENT] RUM: Remove the "Application crash detected" prefix and ensure the message is kept
698
+
*[IMPROVEMENT] RUM: Remove the "Application crash detected" prefix and ensure the message is kept
692
699
*[IMPROVEMENT] RUM: Add warning when a RUM Action is dropped
693
700
694
701
# 1.8.1 / 2021-03-04
@@ -799,7 +806,6 @@ Functional changes in comparison with `1.19.2`:
799
806
*[BUGFIX] Logs: Fix rare crash on upload requests
800
807
*[BUGFIX] Global: Prevent OutOfMemory crash on upload. See [#164](https://github.com/DataDog/dd-sdk-android/issues/164) (Thanks [@alparp27](https://github.com/alparp27))
801
808
802
-
803
809
# 1.3.1 / 2020-04-30
804
810
805
811
### Changes
@@ -858,7 +864,7 @@ Functional changes in comparison with `1.19.2`:
858
864
859
865
*[BUGFIX] Make the packageVersion field optional in the SDK initialisation
0 commit comments