Skip to content

Commit c759fde

Browse files
feat: increase ios version and made changelog big
1 parent 4090e68 commit c759fde

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,25 @@
44
* Updated user properties caching mechanism according to sessions.
55
* Added a new function "recordMetrics: metricsOverride" to send a device metrics request.
66
* 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.
810
* 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.
1020
* Mitigated a race condition that could happen when recording previous event name in iOS.
1121
* Mitigated a possible issue with request timeouts in IE11 in Web
1222
* Mitigated an issue where manual feedback reporting could have failed in Web.
1323

1424
* 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
1626
* Updated underlying Web SDK version to 25.4.2
1727

1828
## 25.4.1

scripts/init-ios-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#CONFIG_FILE="$(dirname "$0")/config/sdk_versions.txt"
66
#$(grep "^ios_sdk_version=" "$CONFIG_FILE" | cut -d '=' -f2)
7-
IOS_SDK_VERSION=25.4.7
7+
IOS_SDK_VERSION=25.4.8
88
SUBMODULE_PATH="ios/Classes/countly-sdk-ios"
99
TAG="${1:-$IOS_SDK_VERSION}" # default tag if none given
1010
MAIN_SPARSE_FILE="../../../scripts/config/sparse-checkout.list" # relative path from submodule

0 commit comments

Comments
 (0)