Skip to content

Releases: cometchat/chat-sdk-react-native

v2.0.10

08 Jun 17:37
Compare
Choose a tag to compare
  • Bug fixes related to userAgent length.
  • Bug fixes related to sending media messages with metadata.
  • Internal modifications and optimizations

v2.0.9

27 May 11:41
Compare
Choose a tag to compare
  • 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

22 Apr 21:20
Compare
Choose a tag to compare
v2.0.9-beta1 Pre-release
Pre-release
  • 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

13 Apr 16:54
Compare
Choose a tag to compare
  • 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

11 Mar 10:28
Compare
Choose a tag to compare
v2.0.8-beta2 Pre-release
Pre-release
  • Fixed issue with Async Storage getting cleared.

v2.0.8-beta1

29 Feb 10:29
Compare
Choose a tag to compare
v2.0.8-beta1 Pre-release
Pre-release
  • 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

12 Feb 16:18
Compare
Choose a tag to compare
  • Added create/update User via SDK.
  • Changed validations in updateGroup().

v2.0.7-beta1

10 Feb 17:49
Compare
Choose a tag to compare
v2.0.7-beta1 Pre-release
Pre-release
  • Fixed issue related to the crashing of the app on Android during reconnection.

v2.0.6

09 Jan 13:01
Compare
Choose a tag to compare
  • 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

17 Dec 09:19
Compare
Choose a tag to compare
  • 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.