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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## 25.4.1
2
+
* Improved Content display mechanics.
3
+
* Added "setRequestTimeoutDuration" init config parameter to change request timeout duration in seconds.
4
+
* Added a new function "recordMetrics(metricsOverride)" to send a manual metrics requests.
5
+
* Added a new Consent option "metrics" for controlling "recordMetrics" method. (This has no effect on Session metrics.)
6
+
* Added event listener calls for new architecture (thanks @j-q-in-berlin)
7
+
8
+
* Mitigated an issue in SDK limits config class initialization (thanks @albertlaiuste)
9
+
10
+
* Android specific changes:
11
+
* Improved disk size calculation in crash reports.
12
+
* Mitigated an issue that could have happened when navigating back from a Content.
13
+
* Mitigated a persistency issue with init configuration provided SBS and its initial state.
14
+
* Mitigated an issue where SBS could have been fetched twice.
15
+
16
+
* iOS specific changes:
17
+
* Improved CPU architecture detection capabilities.
18
+
* Added the ability to record reserved events.
19
+
* Changed default log level from "Debug" to "Verbose".
20
+
* Mitigated an SBS issue while in temporary ID mode.
21
+
* Mitigated a possible Health Check network log recording issue.
22
+
23
+
* Updated the underlying Android SDK version to 25.4.4
24
+
* Updated the underlying iOS SDK version to 25.4.6
25
+
1
26
## 25.4.0
2
27
* ! Minor breaking change ! The SDK now exclusively uses random UUIDs for device id generation instead of platform specific OpenUDID or IDFV
3
28
* ! Minor breaking change ! Server Configuration is now enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly
0 commit comments