Skip to main content

Web IM SDK Release Notes

1.9.6

Release date : 2025-12-08

  • Feat: Add an encryption hook for msgContent.
  • Fix: Add conditional checks to encryption callbacks.
  • Fix: Add compatibility with non-empty functions.
  • Fix: Support file download URLs delivered by the server.
  • Fix: Do not update the latest conversation message for messages that are not stored.

1.9.5

Release date : 2025-11-18

  • Feat: Honor the protocol specified in serverList when a WSS URL is provided.
  • Feat: Add utility functions.
  • Feat: Add encryption and decryption hooks before and after sending messages.
  • Feat: Add initialization parameters.

1.9.4

Release date : 2025-11-05

  • Feat: Add read timestamps to private-chat message history.
  • Fix: Correct the unread count after a deleted conversation receives another message.
  • Fix: Support setting the lifeTime field for merged forwarded messages.

1.9.3

Release date : 2025-10-31

  • Feat: Support scheduled deletion and burn-after-reading messages.
  • Fix: Expose sent and read timestamps in read notifications.
  • Fix: Add msgType when modifying messages.
  • Fix: Add the conversation pin timestamp.

1.8.8

Release date : 2025-10-23

  • Fix: Add compatibility with older WebKit engines.

1.8.7

Release date : 2025-05-04

  • Fix: Adjust the heartbeat interval.

1.8.6

Release date : 2025-05-03

  • Fix: Improve handling of network disconnections.

1.8.2

Release date : 2025-03-07

  • Feat: Retrieve context for unread messages.
  • Feat: Retrieve message history context.

1.8.1

Release date : 2025-02-26

  • Feat: Add pinned-conversation ordering.
  • Feat: Reuse the existing synchronization timestamp when joining a chatroom repeatedly.
  • Feat: Add user information support to reactions.
  • Feat: Add group nicknames.
  • Fix: Remove key escaping from reactions.
  • Fix: Fix garbled content when modifying messages online.

1.7.25

Release date : 2025-01-22

  • Feat: Replace the message type and content when sending a message.
  • Feat: Add mentionType to the conversation list.
  • Feat: Add UniApp support.
  • Feat: Add message pinning and favorites.
  • Feat: Trigger listeners when the current user pins a message.

1.7.23

Release date : 2024-12-20

  • Feat: Support public-read access for S3 uploads.
  • Feat: Add streaming messages.
  • Feat: Expose enumerations.
  • Feat: Add the user type field.
  • Feat: Add a translation API.
  • Feat: Support S3 storage.

1.7.21

Release date : 2024-12-14

  • Fix: Fix an exception when retrieving a single conversation.
  • Feat: Expose MediaType.
  • Feat: Add room media types.
  • Feat: Add signaling for ending one-to-one calls.

1.7.20

Release date : 2024-12-03

  • Fix: Consolidate all exception handling.
  • Feat: Add connection validation.

1.7.19

Release date : 2024-12-02

  • Feat: Add RTC signaling.
  • Fix: Reset the connection status when disconnect is called while connecting.
  • Fix: Fix log uploads.

1.7.16

Release date : 2024-10-28

  • Fix: Correct unread counts.
  • Feat: Add client-side message deduplication.

1.7.15

Release date : 2024-10-24

  • Feat: Validate trusted domains.
  • Feat: Synchronize tag events.
  • Feat: Support message modification.
  • Feat: Synchronize message-deletion events.
  • Feat: Synchronize message-recall commands.
  • Feat: Synchronize clear-message-history events
  • Feat: Synchronize message-read events.
  • Fix: Return a timeout only after disconnecting the connection when signaling times out.

1.7.14

Release date : 2024-10-24

  • Feat: Handle exceptions when sending messages.
  • Feat: Adjust when user information is attached to modified messages.
  • Feat: Allow a message count to be specified when joining a chatroom.
  • Fix: Do not validate the connection when sending messages.

1.7.12

Release date : 2024-10-21

  • Feat: Update the .d.ts files.
  • Feat: Do not retrieve offline messages on the initial Web connection.
  • Fix: Fix conversation unreadIndex values of 0.
  • Fix: Fix the declaration file.

1.7.9

Release date : 2024-10-15

  • Feat: Package the .d.ts files.
  • Feat: Add enumeration values.
  • Feat: Package the abstract configuration.

1.7.5

Release date : 2024-10-09

  • Feat: Synchronize tags across clients.
  • Feat: Synchronize the tag list with the PC client.
  • Feat: Add compatibility with PC tags.
  • Feat: Add conversation grouping.
  • Feat: Tag List
  • Feat: conversation tag
  • Fix: Add tags to messages and conversations.

1.7.4

Release date : 2024-09-26

  • Fix: Correct where targetId is retrieved.
  • Feat: Add message reactions.

1.7.1

Release date : 2024-09-14

  • Fix: Update conversation mentions when deleting a message.
  • Fix: Update the conversation when the current user deletes a message.
  • Fix: Update the conversation list when recalling an @-mention message
  • Fix: Fix video-message thumbnails.
  • Fix: Add push notification titles and text.

1.6.9

Release date : 2024-09-12

  • Fix: Allow the pin parameter to accept an array.
  • Fix: Prioritize conversation-list synchronization.
  • Fix: Synchronize conversations before messages.

1.6.6

Release date : 2024-09-09

  • Feat: Include the SDK version in uploaded logs.
  • Feat: Add chatroom compatibility with isSend.
  • Feat: Retrieve the first unread message in a specified conversation.
  • Feat: Extend search fields.
  • Fix: Fix mentionType.
  • Fix: Remove a recalled @-mention message from the mention list.
  • Fix: Filter local messages.
  • Fix: Retrieve the @-mention message list.
  • Fix: Consolidate APIs.
  • Fix: Handle error codes during message synchronization.
  • Fix: Handle error codes during conversation synchronization.

1.0.0

Release date : 2024-03-15

  • Feat: Add core connection capabilities.
  • Feat: Add core message-sending capabilities.
  • Feat: Add core conversation capabilities.
  • Feat: Publish the initial release.