From e9cb8ea3a6d46cbc1282a8e071af5ac660e55040 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Wed, 22 Nov 2023 14:52:20 +0800 Subject: [PATCH] modify --- docs/document/applet/releasenote.md | 21 +++++++++++++++++++++ docs/document/web/releasenote.md | 1 - docs/product/product_dynamics.md | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/docs/document/applet/releasenote.md b/docs/document/applet/releasenote.md index a4eae9eb..ed60dcdd 100644 --- a/docs/document/applet/releasenote.md +++ b/docs/document/applet/releasenote.md @@ -2,6 +2,27 @@ +## 版本 V4.3.0 Dev 2023-11-17(开发版) + +### 新增特性 + +- [IM SDK] 新增[好友备注功能](user_relationship.html#设置好友备注)。 +- [IM SDK] 消息结构新增 `broadcast` 字段, 用于判断该消息是否为聊天室全局广播消息。可通过[调用 REST API 发送聊天室全局广播消息](/document/server-side/message_chatroom.html#发送聊天室全局广播消息)。 + +### 优化 + +- [IM SDK] Token 登录增加即将过期及已过期的回调,即 Token 已过期或有效期过半时也触发 `onTokenExpired` 和 `onTokenWillExpire` 回调。 + +### 修复 + +- [IM SDK] 修复会话列表最后一条消息中获取不到 `reaction` 的问题。 + +## 版本 V4.2.1 Dev 2023-09-27(开发版) + +### 新增特性 + +- [IM SDK] 用户申请加群被拒绝的回调 `joinPublicGroupDeclined` 中增加申请人的用户 ID。 + ## 版本 V4.2.0 Dev 2023-07-27(开发版) ### 新增特性 diff --git a/docs/document/web/releasenote.md b/docs/document/web/releasenote.md index 5dcbc5ee..38b273a0 100644 --- a/docs/document/web/releasenote.md +++ b/docs/document/web/releasenote.md @@ -17,7 +17,6 @@ - [IM SDK] 修复会话列表最后一条消息中获取不到 `reaction` 的问题。 - ## 版本 V4.2.1 Dev 2023-09-27(开发版) ### 新增特性 diff --git a/docs/product/product_dynamics.md b/docs/product/product_dynamics.md index e5073e03..332a2ff3 100644 --- a/docs/product/product_dynamics.md +++ b/docs/product/product_dynamics.md @@ -5,6 +5,6 @@ | 动态名称 | 动态描述 | 发布时间 | 相关文档 | | :----- | :------- | :---------------- | :---------------- | -| SDK 4.2.0 开发版发布 | **新增特性**:
- 客户端支持[好友备注功能](/document/android/releasenote.html)。
- 客户端支持聊天室全局广播消息,可根据消息属性判断。
- 移动端可以[从服务器获取当前用户已加入的群组数量](/document/android/group_manage.html#查询当前用户已加入的群组数量)。
- 移动端在申请入群被拒绝时,返回的回调中增加了申请者和拒绝者。
- 移动端在初始化时可配置获取会话列表时是否返回空会话。
**优化**
- 客户端统一 Agora Token 和 EaseMob Token 登录方式,新增 EaseMob Token 即将过期及已过期的回调。
- 移动端优化发消息时重试的逻辑。
- 移动端优化数据库升级逻辑。| 2023-11-17 |
- [Android 4.2.1 更新日志](/document/android/releasenote.html)
- [iOS 4.2.1 更新日志](/document/ios/releasenote.html)
- [Web 4.3.0 更新日志](/document/web/releasenote.html)。 | +| SDK 4.2.0 开发版发布 | **新增特性**:
- 客户端支持[好友备注功能](/document/android/releasenote.html)。
- 客户端支持聊天室全局广播消息,可根据消息属性判断。
- 移动端可以[从服务器获取当前用户已加入的群组数量](/document/android/group_manage.html#查询当前用户已加入的群组数量)。
- 移动端在申请入群被拒绝时,返回的回调中增加了申请者和拒绝者。
- 移动端在初始化时可配置获取会话列表时是否返回空会话。
**优化**
- 客户端统一 Agora Token 和 EaseMob Token 登录方式,新增 EaseMob Token 即将过期及已过期的回调。
- 移动端优化发消息时重试的逻辑。
- 移动端优化数据库升级逻辑。| 2023-11-17 |
- [Android 4.2.1 更新日志](/document/android/releasenote.html)
- [iOS 4.2.1 更新日志](/document/ios/releasenote.html)
- [Web 4.3.0 更新日志](/document/web/releasenote.html)
- [小程序 4.3.0 更新日志](/document/applet/releasenote.html)。 | | REST API | 支持[通过 REST API 向 app 下的所有活跃聊天室发送全局广播消息](/document/server-side/message_chatroom.html#发送聊天室全局广播消息) 。活跃聊天室指聊天室至少存在一个成员,而且至少发送过一条消息。| 2023-11-17 | 详见[发送聊天室广播消息](/document/server-side/message_chatroom.html#发送聊天室全局广播消息)。 | | IM Demo | 好友详情页面可添加和修改好友备注。 | 2023-11-17 |
- [Android 4.2.1 Demo](https://www.easemob.com/download/demo)
- [iOS 4.2.0 Demo](https://www.easemob.com/download/demo) | \ No newline at end of file