Skip to content

Releases: cometchat/chat-sdk-react-native

v3.0.5

14 Jan 13:04
Compare
Choose a tag to compare
  • WebSocket Connection Optimizations.

v3.0.4

30 Dec 15:06
Compare
Choose a tag to compare
  • Added ability to tag Conversations.
  • Added ability to tag Messages.

v3.0.3

15 Dec 07:04
Compare
Choose a tag to compare
  • Added connect() & disconnect() methods to manage WebSocket Connection.
  • Added autoEstablishSocketConnection() method in AppSettingsBuilder to enable/disable auto connection of WebSocket on login.
  • Fixed issue with sending media message in react-native-web.

v3.0.2

01 Nov 11:55
Compare
Choose a tag to compare
  • Bugfix for marking self messages as delivered and read.

v3.0.1

07 Sep 11:25
Compare
Choose a tag to compare
  • Added callbacks in markAsRead & markAsDelivered.

v3.0.0

11 Aug 15:10
Compare
Choose a tag to compare
  • Merged all the changes of the latest stable SDK (v2.4.0)
  • Added a method to fetch online user count for the app.
  • Added a method to fetch online group member count for the specified GUIDs.
  • Added a method to fetch user & group tags in the conversation list.
  • Added a method to send transient messages.
  • Disabled auto marking messages as delivered in SDK.
  • Optimized the reconnection logic.

v2.4.0

01 Jul 15:35
Compare
Choose a tag to compare
  • Separated Calling Component from Core SDK.

v3.0.0-beta5

08 Jun 16:22
Compare
Choose a tag to compare
v3.0.0-beta5 Pre-release
Pre-release
  • Added a method to get the raw message as JSON from the Message object.
  • Fixed issue with the push notification token getting deleted on extensions enabled/disabled.

v2.3.4

07 Jun 16:21
Compare
Choose a tag to compare
  • Added a method to get the raw message as JSON from the Message object.
  • Fixed issue with the push notification token getting deleted on extensions enabled/disabled.

v3.0.0-beta4

28 May 13:19
Compare
Choose a tag to compare
v3.0.0-beta4 Pre-release
Pre-release
  • Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.