ChatSDK Changelog
It typically includes information about new features, bug fixes, and other updates that have been made. The format of a changelog can vary, but it is usually organized in reverse chronological order, with the most recent changes listed first.
2.4.2#
New Feature
- Added new feature that can remove admin privileges of other Admin in the group. Check here for more details.
2.4.1#
Updates
- Bug fixes in pagination of GetMessages method
2.4.0#
Update in Chat Messages Method
- The getChatMessages method has been updated to remove the
pageparameter for pagination. Click here for more details.
2.3.5#
Improved Recentchat methods
- Improvements in getRecentChats to support object-based parameters for cleaner syntax. Click here for more updates.
2.3.4#
New Feature
- Added new feature where Super Admin can delete the group permanently. check here for more updates.
- When the session is deleted via the API, a logout event is triggered through the message listener. check here for more updates..
2.3.2#
Updates
- Bug fixes when message is received in background
- Improvements in throwing error messages of Group functions.
2.3.1#
New Feature
- User can now mute the notifications of chat. Click here for more details.
- ChatSDK now supports the Archive/Unarchive Chat feature. Check here for details
2.2.0#
Updates
- The register method now accepts input parameters as an object, making it more convenient and structured to use . Additionally, the deviceId parameter is now managed through native features on both iOS and Android platforms, ensuring accurate connection tracking. Check here for details
2.1.0#
New Feature
- ChatSDK now supports the Edit Message feature. Check here for details
- The User Block and Unblock feature is now available in ChatSDK. Check here for details.
2.0.0#
Media compression feature implemented
- Implemented new methods to perform media compression for wider compatibility. Check here for details.
- Update the "getChatMessages" method to support both object-based and individual argument inputs for enhanced flexibility. Check here the details
1.1.0#
Large file upload and download feature implemented
- The methods sendImageMessage, sendVideoMessage, sendAudioMessage, and sendDocumentMessage have been deprecated.
- Moving forward, please use sendMediaMessage to send video, audio, and document files, ensuring better maintainability and consistency across media types.
1.0.19#
Updates
- Enhanced SDK support for the latest React Native version 0.73 or higher, Upgrade to Realm version 20.1.0 for compatibility, check here for more details.