Skip to content

Commit

Permalink
Merge pull request #519 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Add Applet 4.3.0 Release Notes
  • Loading branch information
haoxiuwen authored Nov 22, 2023
2 parents d883d05 + e9cb8ea commit 825d95e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/document/applet/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

<Toc />

## 版本 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(开发版)

### 新增特性
Expand Down
1 change: 0 additions & 1 deletion docs/document/web/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

- [IM SDK] 修复会话列表最后一条消息中获取不到 `reaction` 的问题。


## 版本 V4.2.1 Dev 2023-09-27(开发版)

### 新增特性
Expand Down
2 changes: 1 addition & 1 deletion docs/product/product_dynamics.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

| 动态名称 | 动态描述 | 发布时间 | 相关文档 |
| :----- | :------- | :---------------- | :---------------- |
| SDK 4.2.0 开发版发布 | **新增特性**:<br/> - 客户端支持[好友备注功能](/document/android/releasenote.html)。<br/> - 客户端支持聊天室全局广播消息,可根据消息属性判断。<br/> - 移动端可以[从服务器获取当前用户已加入的群组数量](/document/android/group_manage.html#查询当前用户已加入的群组数量)。<br/> - 移动端在申请入群被拒绝时,返回的回调中增加了申请者和拒绝者。<br/> - 移动端在初始化时可配置获取会话列表时是否返回空会话。<br/> **优化** <br/> - 客户端统一 Agora Token 和 EaseMob Token 登录方式,新增 EaseMob Token 即将过期及已过期的回调。<br/> - 移动端优化发消息时重试的逻辑。<br/> - 移动端优化数据库升级逻辑。| 2023-11-17 | <br/> - [Android 4.2.1 更新日志](/document/android/releasenote.html)<br/> - [iOS 4.2.1 更新日志](/document/ios/releasenote.html)<br/> - [Web 4.3.0 更新日志](/document/web/releasenote.html)。 |
| SDK 4.2.0 开发版发布 | **新增特性**:<br/> - 客户端支持[好友备注功能](/document/android/releasenote.html)。<br/> - 客户端支持聊天室全局广播消息,可根据消息属性判断。<br/> - 移动端可以[从服务器获取当前用户已加入的群组数量](/document/android/group_manage.html#查询当前用户已加入的群组数量)。<br/> - 移动端在申请入群被拒绝时,返回的回调中增加了申请者和拒绝者。<br/> - 移动端在初始化时可配置获取会话列表时是否返回空会话。<br/> **优化** <br/> - 客户端统一 Agora Token 和 EaseMob Token 登录方式,新增 EaseMob Token 即将过期及已过期的回调。<br/> - 移动端优化发消息时重试的逻辑。<br/> - 移动端优化数据库升级逻辑。| 2023-11-17 | <br/> - [Android 4.2.1 更新日志](/document/android/releasenote.html)<br/> - [iOS 4.2.1 更新日志](/document/ios/releasenote.html)<br/> - [Web 4.3.0 更新日志](/document/web/releasenote.html)<br/> - [小程序 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 | <br/> - [Android 4.2.1 Demo](https://www.easemob.com/download/demo) <br/> - [iOS 4.2.0 Demo](https://www.easemob.com/download/demo) |

0 comments on commit 825d95e

Please sign in to comment.