Skip to content

Latest Enhanced Version 7.8.5483 @2024.02.01

Compare
Choose a tag to compare
@vinsonswang vinsonswang released this 19 Feb 03:48
· 195 commits to master since this release
4f9feb8

SDK

  • Support HarmonyOS platform
  • Support Loongson architecture
  • Release TIMPush-UniApp
  • FCM push supports pass-through messages
  • Add permission group function for community topics
  • Add stranger attention/fan function
  • Support configuring cloud message audit policy
  • Support deleting accounts
  • Topic information supports obtaining the readSequence field
  • Fix the problem that after deleting a local inserted group message, the new message received does not update the unread count
  • Fix the problem that the SDK does not callback occasionally after the user subscribes to multiple official accounts at the same time
  • Fix the inconsistency of msgID before and after sending official account messages
  • Fix the problem that the callback does not occur occasionally after subscribing to conversation group unread counts
  • Fix the problem of abnormal creation time of topics
  • Fix the problem that when pulling topic information before and after joining the community, the unread count does not change.
  • Fix the problem of incorrect notification message type for topic information updates
  • Fix the problem that withdrawn status messages can be searched under certain conditions
  • Fix the issue of onApplicationProcessed callback being called multiple times

TUIKit & Demo

  • Add the TUIEmojiPlugin plugin to support emoticon response functions
  • TUIChat supports adding and displaying gif dynamic emoticons
  • Upgrade the built-in small emoji pack in TUIChat to the new version of yellow face emojis
  • Fix the problem of TUIChat on iOS black screen when clicking image messages

SDK

  • 支持鸿蒙平台
  • 支持龙芯架构
  • 发布 TIMPush-UniApp
  • FCM 推送支持透传消息
  • 优化推送注册及上报逻辑
  • 新增社群话题的权限组功能
  • 新增陌生人的关注/粉丝功能
  • 支持配置云端消息审核策略
  • 支持删除账号
  • 话题资料支持获取 readSequence 字段
  • 修复删除了本地插入的一条群消息后,再接收一条新的消息没有更新未读数的问题
  • 修复用户同时订阅多个公众号后,SDK 偶现不回调的问题
  • 修复发送公众号消息前后 msgID 不一致的问题
  • 修复偶现的订阅会话分组未读数后不回调的问题
  • 修复话题的创建时间获取异常问题
  • 修复加入社群前后分别拉取话题资料,其未读数不变的问题
  • 修复话题资料更新的通知消息类型错误的问题
  • 修复某种条件下可以搜索到撤回状态消息的问题
  • 修复 onApplicationProcessed 重复回调问题

TUIKit & Demo

  • 新增 TUIEmojiPlugin 插件,支持表情回应功能
  • 支持在 TUIChat 中添加和显示 gif 动态表情
  • TUIChat 内置的小表情包升级为新版黄脸表情
  • 修复 iOS 端点击图片消息黑屏的问题