Skip to content

Commit 0b3a08b

Browse files
committed
update CHANGELOG.md files.
1 parent 2e31593 commit 0b3a08b

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

im_flutter_sdk/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## 4.17.0
2+
- 安卓依赖 SDK 升级到 4.17.1;
3+
- iOS依赖 SDK 升级到 4.17.1;
4+
- 长连接支持 WebSocket 协议;
5+
- 私有化部署底层链路支持 TCP 和 WebSocket 之间切换;
6+
17
## 4.16.0
28
- 安卓依赖 SDK 升级到 4.16.1;
3-
- iOS以来 SDK 升级到 4.16.2;
9+
- iOS依赖 SDK 升级到 4.16.2;
410
- 新增 `loadMessagesWithIds` API;
511
- 修复 `Thread` 子区会被加入到 `conversation` 列表中;
612
- 修复 当修改文本和自定义消息之外的消息时,`EEMChatEventHandler#onMessageContentChanged` 回调中不返回修改的信息的问题;

im_flutter_sdk_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.17.0
2+
- 安卓依赖 SDK 升级到 4.17.1;
3+
- 长连接支持 WebSocket 协议;
4+
- 私有化部署底层链路支持 TCP 和 WebSocket 之间切换;
5+
16
## 4.16.0
27
- 安卓依赖 SDK 升级到 4.16.1;
38
- 新增 `loadMessagesWithIds` API;

im_flutter_sdk_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 4.17.0
2+
13
## 4.16.0
24
- 新增 `loadMessagesWithIds` API;
35

im_flutter_sdk_ios/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## 4.17.0
2+
- iOS依赖 SDK 升级到 4.17.1;
3+
- 长连接支持 WebSocket 协议;
4+
- 私有化部署底层链路支持 TCP 和 WebSocket 之间切换;
5+
16
## 4.16.0
2-
- iOS以来 SDK 升级到 4.16.2;
7+
- iOS依赖 SDK 升级到 4.16.2;
38
- 新增 `loadMessagesWithIds` API;
49
- 修复 当修改文本和自定义消息之外的消息时,`EEMChatEventHandler#onMessageContentChanged` 回调中不返回修改的信息的问题;
510
- 修复 拉取漫游消息时,设置为不保存消息 `FetchMessageOptions#needSave 设置为 false`,也会生成新的本地会话的问题;

0 commit comments

Comments
 (0)