|
4 | 4 | * Updated user properties caching mechanism according to sessions. |
5 | 5 | * Added a new function "recordMetrics: metricsOverride" to send a device metrics request. |
6 | 6 | * Added a new Consent option "metrics" for controlling "recordMetrics" method. (This has no effect on Session metrics.) |
7 | | -* Improved content error handling and display mechanics in Android. |
| 7 | +* Improved content error handling and display mechanics. |
| 8 | +* Improved Health Check metric information. |
| 9 | +* Improved disk size calculation in crash reports in Android. |
8 | 10 | * Non window contexts also now uses POST requests by default in Web. |
9 | | - |
| 11 | +* Improved CPU architecture detection capabilities in iOS. |
| 12 | + |
| 13 | +* Mitigated an issue where latest fetched behavior settings were replacing the current settings instead of merging. |
| 14 | +* Mitigated a possible Health Check network log recording issue. |
| 15 | +* Mitigated a potential issue where Remote Config calls could have blocked the main UI thread processes in Android. |
| 16 | +* Mitigated an issue that could have happened when navigating back from a Content in Android. |
| 17 | +* Mitigated a persistency issue with configuration provided SBS and its initial state in Android. |
| 18 | +* Mitigated an issue where SBS could have been fetched twice in Android. |
| 19 | +* Mitigated an SBS issue while in temporary ID mode in iOS. |
10 | 20 | * Mitigated a race condition that could happen when recording previous event name in iOS. |
11 | 21 | * Mitigated a possible issue with request timeouts in IE11 in Web |
12 | 22 | * Mitigated an issue where manual feedback reporting could have failed in Web. |
13 | 23 |
|
14 | 24 | * Updated underlying Android SDK version to 25.4.6 |
15 | | -* Updated underlying iOS SDK version to 25.4.7 |
| 25 | +* Updated underlying iOS SDK version to 25.4.8 |
16 | 26 | * Updated underlying Web SDK version to 25.4.2 |
17 | 27 |
|
18 | 28 | ## 25.4.1 |
|
0 commit comments