Skip to content

5.9.1872 @2021.12.20 - Enhanced Edition - 增强版

Compare
Choose a tag to compare
@harperhpliu harperhpliu released this 22 Aug 07:33
· 1950 commits to master since this release

SDK

  • Added support for sending targeted group messages.
  • Added support for COS download authentication.
  • Added support for AES encryption channels of persistent connections.
  • Added support for access point anti-islanding for the connection logic.
  • Added support for backend configuration of COS file upload and download concurrence.
  • Added the option of giving priority to IPv6 in a dual-stack network.
  • Added the feature of displaying the 20 historical messages before a user joins an audio-video group (AVChatRoom). Users must activate the Flagship Edition package before they can use the feature.
  • Added support for backend configuration of the maximum number of roaming messages when a user gets historical group messages.
  • Optimized the description of some error codes.
  • Fixed the issue where the backend returned Failed for quickly clearing unread messages if there were deleted group conversations in the local storage.
  • Fixed the issue where when a user sent through RESTful API messages excluded from the unread count, the SDK occasionally failed to clear the unread count when issuing a read report.
  • Fixed the issue where when a user logged in again after quickly entering or leaving a group through RESTful API during offline, an error occurred occasionally when the user got the joined group list.
  • Fixed the issue where when a user sent messages excluded from unread count when the recipient is offline, the unread count was occasionally inaccurate after the recipient was online again.

TUIKit and demo

  • Added support for selecting a country/region on the login page.
  • Added the feature of clearing initialization operations performed before a user accepts the privacy agreement.

SDK

  • 支持发送群内定向消息
  • 支持 cos 下载鉴权
  • 长连接加密通道增加 AES 支持
  • 连网逻辑增加接入点防孤岛的支持
  • cos 文件上传下载并发数支持后台配置
  • 双栈网络可以配置优先使用 IPV6
  • 支持印度国际站
  • 优化部分错误码描述
  • 修复一键清未读时,如果本地包含解散的群会话,后台会返回失败的问题
  • 加入 AVChatRoom 直播群时,支持返回进群前 20 条消息;需开通旗舰版套餐包
  • 拉取群历史消息时,漫游消息的最大拉取次数支持后台配置
  • 修复通过 restapi 发送不计未读的消息,SDK 做已读上报偶现清不掉未读数的问题
  • 修复离线期间通过 restapi 快速进退群,被操作用户重新登录后,获取加入的群列表偶现错误的问题
  • 修复离线期间发送不计入未读的消息,消息接收者重新上线后,偶现未读数不准确的问题

TUIKit & Demo

  • 登录界面支持国家地区的选择
  • 清理用户在同意接受隐私协议之前做的初始化操作