Skip to content

Commit 732452a

Browse files
authored
Update CHANGELOG.md
1 parent 0451474 commit 732452a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
## 25.4.0
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 ! Server Configuration is now enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly.
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.
44

5-
* Extended server configuration capabilities of the SDK. It is now enabled by default and can be controlled directly from the server.
6-
* Added a Content feature method "refreshContentZone" that does a manual refresh.
7-
* Added a config method to provide server config in the initialization "setSDKBehaviorSettings(String)".
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.
87

9-
* Mitigated an issue on the Android that caused PN message data collision if two message with same ID was received.
8+
* Mitigated an issue on Android that caused PN message data collision if two message with same ID was received.
109

11-
* Underlying Android SDK version is 25.4.0
12-
* Underlying iOS SDK version is 25.4.0
13-
* Underlying Web SDK version is 25.4.0
10+
* Updated underlying Android SDK version to 25.4.0
11+
* Updated underlying iOS SDK version to 25.4.0
12+
* Updated underlying Web SDK version to 25.4.0
1413

1514
## 25.1.1
1615
* Removed Android v1 embedding support

0 commit comments

Comments
 (0)