|
1 | | -## XX.XX.XX |
| 1 | +## 25.4.2 |
2 | 2 | * Added a new function "addCustomNetworkRequestHeaders: customHeaderValues" for providing or overriding custom headers after init. |
3 | 3 | * Default request method is now set to "POST" |
| 4 | +* Updated user properties caching mechanism according to sessions. |
4 | 5 | * Added a new function "recordMetrics: metricsOverride" to send a device metrics request. |
5 | 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. |
| 8 | +* Improved Health Check metric information. |
| 9 | +* Improved disk size calculation in crash reports in Android. |
| 10 | +* Non window contexts also now uses POST requests by default in Web. |
| 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. |
| 20 | +* Mitigated a race condition that could happen when recording previous event name in iOS. |
| 21 | +* Mitigated a possible issue with request timeouts in IE11 in Web |
| 22 | +* Mitigated an issue where manual feedback reporting could have failed in Web. |
| 23 | + |
| 24 | +* Updated underlying Android SDK version to 25.4.6 |
| 25 | +* Updated underlying iOS SDK version to 25.4.8 |
| 26 | +* Updated underlying Web SDK version to 25.4.2 |
6 | 27 |
|
7 | 28 | ## 25.4.1 |
8 | 29 | * Added fullscreen support for feedback widgets. |
|
0 commit comments