Skip to content

Commit 2a41069

Browse files
authored
Update CHANGELOG.md (#672)
1 parent 3d8f2d7 commit 2a41069

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ The SDK now targets Android 16, ensuring compliance with the latest Google Play
1414
**Internal storage migrated from SharedPreferences to AndroidX DataStore**<br>
1515
All internal SDK data storage has been migrated from SharedPreferences to AndroidX DataStore, bringing significant improvements to reliability, thread safety, and performance. Sensitive data is now protected with AES-256-GCM encryption via Android Keystore. Existing SDK data is automatically migrated on first launch with no action required from developers. This migration is one-way — downgrading to a previous SDK version after upgrading will result in loss of local SDK state.
1616

17+
**Removed deprecated `handlePushMessage` APIs**<br>
18+
The `handlePushMessage()` and `handlePushMessage(TaskStackBuilder)` methods have been removed. These APIs were no longer required — the SDK now directly opens the chat screen when a push notification is tapped. No replacement is needed.
19+
1720
### 🐛 Bug Fixes
1821
* Fixed English missing from the supported languages header
1922
* Fixed in-app notification disappearance in certain cases

0 commit comments

Comments
 (0)