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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 25.4.0-np
2
+
* ! Minor breaking change ! Removed Secure.ANDROID_ID on Android and UIDevice.currentDevice.identifierForVendor on iOS usages in device ID generation. The SDKs now exclusively uses random UUIDs for device ID generation.
3
+
* ! Minor breaking change ! SDK now has Server Configuration feature and it is enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly.
4
+
5
+
* Added `refreshContentZone` method to Content interface for refreshing Content Zone requests.
6
+
* Added `setSDKBehaviorSettings(String)` init config method for providing server configuration during first initialization.
7
+
8
+
* Updated underlying Android SDK version to 25.4.0
Copy file name to clipboardExpand all lines: ios/Classes/CountlyiOS/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 25.4.0
2
+
* ! Minor breaking change ! Removed UIDevice.currentDevice.identifierForVendor usage in device id generation. The SDK now exclusively uses random UUIDs for device id generation.
3
+
* ! 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.
4
+
5
+
* Added a Content feature method "refreshContentZone" that does a manual refresh.
6
+
* Extended server configuration capabilities of the SDK.
7
+
* Added a config parameter to provide server config in the initialization "sdkBehaviorSettings: NSString".
8
+
9
+
* Deprecated the experimental configuration function enableServerConfiguration and it will do nothing.
10
+
11
+
## 25.1.2
12
+
* Mitigated an issue where the safe area resolution was not correctly calculated for the content zone on certain iOS devices.
13
+
1
14
## 25.1.1
2
15
* Mitigated an issue while setting zone timer interval for content.
0 commit comments