Skip to main content

Release Notes (Stable Version)

Note

Only the IM SDK for Android/iOS platforms has development and stable versions.

Design Principles

The iOS platform provides stable versions of the IMLib SDK and IMKit.

  • The stable version of the SDK meets certain metrics in terms of online runtime, stability, and usage volume.
  • It emphasizes stability over introducing new features.

Release Cycle and Version Number Rules

The IM SDK has different version number rules before and after version 5.4.X. After 5.4.X, it's easier to distinguish between development and stable versions.

  • Starting from version 5.4.X and later, the Stable version occupies the second digit of the version number. If the second digit is even, it’s a development version; if it’s odd, it’s a stable version. For example, 5.5.X is the version number used for the stable SDK.
  • Before 5.4.X, the version number rules for stable versions were not fixed.
  • RC monitors the usage of Stable versions by customers and updates the stable version regularly, with the longest update cycle being two months.

Maintenance Notes

  1. If RC releases a new Stable version under the major version number (currently 5.X) that is actively being developed, we recommend that customers using the Stable version upgrade to the new Stable version. After the release of a new Stable version, the maintenance of historical stable versions will be reduced accordingly.
  2. For historical major versions (2.X, 4.X) of the SDK that are no longer actively developed, RC maintains only one Stable version. Customers still using 2.X or 4.X versions are advised to upgrade to the corresponding Stable version or consider upgrading to the 5.X series SDK.

The 5.7.x series is a stable version based on the 5.8.0 Dev version.

5.7.3 Stable

Release Date: 2025/2/6

Optimizations:

  • In the merge-forward feature, if a short video message is included, the "More Files" button in the upper right corner will no longer be displayed.
  • Added support for read status synchronization in one-to-one chat sessions.
  • Optimized the video compression logic.

Bug Fixes

  • Fixed an issue where querying the current message in the extension removal callback showed that the extension was not removed.
  • Fixed an issue where, in a chatroom, if a member was banned by the service and then unbanned, the client would not automatically rejoin the chatroom after reconnecting to the network.
  • Fixed an issue where, after inserting an image message, the original image could not be sent when fetching the message via msgId.
  • Fixed an issue where the left toggle button icon displayed incorrectly when switching to voice mode while typing.
  • Fixed an issue where multi-device sync of read status did not support system conversations.
  • Fixed an issue where clicking on a phone number text message did not trigger the dialer, and clicking on an email did not redirect to the email page.
  • Fixed an issue where, when sending a video message, selecting a video from the album preview page caused an error prompt and prevented selection.
  • Fixed an issue where clicking on a file with an apostrophe in its name in the merge-forward details page did not respond.
  • Fixed an issue where sending a video recorded on an iPhone 16 from the album failed.
  • Fixed an issue where the default content of placeholderLabel could not be hidden.

5.7.2 Stable

Release Date: 2024/10/23

Optimizations:

  • Added the ability to enable or disable synchronization of empty pinned conversations.
  • Optimized the logic for caching drafts when exiting a conversation.

Bug Fixes

  • Fixed an issue where the pushcontent of media messages could not be assigned.
  • Disabled bitcode and resolved compatibility issues with iOS 18.
  • Fixed an issue where there was no failure callback when fetching remote messages.

5.7.0 Stable

Release Date: 2024/05/23

Optimizations:

  • Optimized the occasional lag issue when calling the initialization interface.
  • Optimized the display of file names in referenced messages when they are too long.
  • Optimized the display speed of location anchors when previewing location messages.
  • Added a popup prompt for failed session message deletions. When a user attempts to delete a session message without a network connection, this popup will inform the user that the deletion failed.
  • Optimized the content display format of merge-forwarded messages.
  • Optimized the network disconnection text prompt in the conversation list.

Bug Fixes:

  • Fixed an issue where the original file of a referenced message was already downloaded, but clicking on the reference still showed "Start Downloading."

The 5.5.X series is a stable version based on the 5.4.8 Dev version.

5.5.4 Stable

Release Date: 2024/03/20

Optimizations:

  • Optimized the internal processing logic of media messages.

5.5.3 Stable

Release Date: 2024/02/29

Optimizations:

Bug Fixes:

  • Fixed a memory leak in NSMutableArray *delegateArray in RongLocationlib.
  • Fixed a memory leak issue in IMKit after recording a short video.
  • Fixed an issue where calling AVAudioSession's setCategory conflicted with third-party libraries, causing voice message recording to fail.

5.5.2 Stable

Release Date: 2023/12/08

Optimizations:

  • Added Honor push configuration to RCAndroidConfig in the message push attributes (RCMessagePushConfig).
  • Completed the enumeration values for the area code (AreaCode) in the initialization configuration RCInitOption.
  • Optimized the SDK connection logic.

Bug Fixes:

  • Fixed an issue where receiving messages could block the thread.

5.5.0 Stable

Release Date: 2023/09/08

Optimizations:

  • IMKit optimized to insert a gray bar message even when the locally stored message has been recalled.
  • IMLib removed the 2-second delay before automatically rejoining a chatroom after reconnecting.
  • Optimized the message loading speed in IMKit for one-to-one and group chat sessions.
  • Adjusted the SDK reconnection intervals to 0.05s, 0.25s, 0.5s, 1s, 2s, 4s, 8s, 16s, 32s. After that, retry every 64s.
  • Strengthened the IMKit SDK to prevent crashes caused by illegal characters in rare cases.

Bug Fixes:

  • Fixed an issue in IMKit where turning off the screen mid-recording and then resuming recording caused the video to have no sound.
  • Fixed a crash issue in IMKit when displaying usernames in reply references.
  • Fixed an issue where global Do Not Disturb did not take effect in 12-hour mode.
  • IMLib optimized the time-consuming issue of deleting all messages in a single session.
  • Fixed an issue in IMKit where the album list page was blank when scrolling through the image selection list.
  • Fixed an issue in IMKit where merge-forwarded messages that were too long (over 4 lines) did not display an ellipsis.
  • Fixed an issue in IMKit where clicking the location plugin in the session interface caused the navigation bar and status bar to turn black.
  • Fixed an issue in IMKit where the multi-select button did not refresh.
  • Fixed an issue in IMKit where the album list page was blank when scrolling through the image selection list.
  • Fixed an issue in IMKit where file message content checks did not return an error.
  • Fixed an issue where Arabic text was left-aligned incorrectly.
  • Fixed an issue in IMKit where enabling dynamic common phrases and swiping right on the session page without exiting caused UI confusion.
  • Fixed a crash issue when entering the session page without initialization.
  • Fixed an issue where users did not receive all offline extension (KV) update messages.

The 5.3.X series is a stable version based on the 5.3.5 Dev version. The 5.3.X series stable versions are now outdated. Please upgrade to the latest Stable version or the latest dev version as soon as possible.

5.3.7 Stable

Release Date: 2023/07/07

Optimizations

  • Deprecated defaultRemoteHistoryMessageCount and defaultLocalHistoryMessageCount, using defaultMessageCount to set the number of messages fetched from the remote server when refreshing the session page.

Bug Fixes

  • Fixed a crash issue when forwarding messages due to non-string type values in message extensions.
  • Optimized the interface for fetching messages before or after a specified timestamp, using the actual timestamp passed in without SDK internal adjustments of +1 or -1.
  • Fixed an issue where users did not receive all offline extension (KV) update messages.
  • Fixed an issue where custom font colors through unReadMentionedLabel were invalid.

5.3.6 Stable

Release Date: 2023/05/05

  1. The IMLib/IMKit SDK now supports specifying the vivo push category parameter in the message push attribute configuration.
  2. The IMLib/IMKit SDK now supports specifying the Huawei push category parameter in the message push attribute configuration.

The 5.1.9 Stable version is the first stable version in the 5.X series. The 5.1.9 Stable version is now outdated. Please upgrade to the latest Stable version or the latest dev version as soon as possible.

5.1.9 Stable

Release Date: 2022/08/22

Please upgrade to the latest Stable version or the latest dev version as soon as possible.

New Features:

  1. Added an interface to fetch the list of unread @ messages.