Releases: cometchat/chat-sdk-react-native
Releases · cometchat/chat-sdk-react-native
v2.0.10
- Bug fixes related to userAgent length.
- Bug fixes related to sending media messages with metadata.
- Internal modifications and optimizations
v2.0.9
-
When updating logged-in user using updateUser(), the details stored in the local storage will be updated as well.
-
Added membersCount property in Group object.
-
Added ability to send media messages via URL.
-
Added a method to fetch a single conversation.
-
Fixed issue with real-time events not working for group creator when the group is created via API.
-
Fixed an issue related to the status of a user being online by default when converting a message into the conversation.
-
Fixed issue with sending "0", "undefined" or "null" in the message text giving error.
-
Fixed issue related to real-time listener event not being fired when logging in using authToken until the page is refreshed.
v2.0.9-beta1
- Fixed issue with real-time events not working for group creator when the group is created via API.
- Fixed issue with rejectCall().
v2.0.8
- Fixed login issue.
- Fixed BlockedUsersRequest Pagination issue.
- Fixed GroupMembersRequest Pagination issue.
Fixed issue with unreadMessageCount was being returned as a string instead of a number in Conversation Object. - Fixed Issue related Call Initiator not getting onUserLeft and onCallEnded events when the receiver ends a call.
- Fixed issue with Async Storage getting cleared.
- Added type definitions for create/update user methods.
- Added connection listeners to get real-time connection status.
- Added ping mechanism to improve reconnection whenever our WS connection gets dropped.
- Added method to get current connection status.
- Added Calling Component(beta).
- Removed setUndelivered parameter from MessagesRequestBuilder().
- Removed all undelivered message count methods.
- Removed credits from User Class.
v2.0.8-beta2
- Fixed issue with Async Storage getting cleared.
v2.0.8-beta1
- Login issue.
- BlockedUsersRequest Pagination issue.
- GroupMembersRequest Pagination issue.
- Conversation unreadMessageCount was being returned as a string instead of a number.
- Type definitions for create/update user methods.
v2.0.7
- Added create/update User via SDK.
- Changed validations in updateGroup().
v2.0.7-beta1
- Fixed issue related to the crashing of the app on Android during reconnection.
v2.0.6
- Added return types for promises.
- Added a method for getting JoinedGroups GUIDs.
- Added a method to register token for subscribing to Push Notification.
- Fixes in converting message to conversation.
- Optimized Login while connecting to websocket server.
- Added a fallback for websocket connection.
- Added validation for sending media message.
- Fixed Issue of Async Storage warning in iOS.
v2.0.5
- Added last message validation in ConversationRequest Builder.
- Added a method to get all the joined groups for the logged in user.
- Fixed issue with async storage getting cleared
- Fixed issue with media message callback not being called if metadata is being set.