From f3f08b3026ac467a8ff073e5858fbe1537943797 Mon Sep 17 00:00:00 2001 From: heavyrian2012 Date: Wed, 30 Oct 2024 19:12:31 +0800 Subject: [PATCH] version & release note --- broker/pom.xml | 2 +- common/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- release_note.md | 7 +++++++ sdk/pom.xml | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/broker/pom.xml b/broker/pom.xml index 17d30e422..e32776b86 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -5,7 +5,7 @@ ../ wildfirechat-parent cn.wildfirechat - 1.3.0 + 1.3.1 moquette-broker diff --git a/common/pom.xml b/common/pom.xml index 0cc34ce61..5be6a9569 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ wildfirechat-parent cn.wildfirechat - 1.3.0 + 1.3.1 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 5588d7193..9d70b131c 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -6,7 +6,7 @@ wildfirechat-parent cn.wildfirechat - 1.3.0 + 1.3.1 distribution diff --git a/pom.xml b/pom.xml index 1dbd7a578..c7e2af47d 100755 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ wildfirechat-parent pom - 1.3.0 + 1.3.1 Wildfire Chat Wildfire Chat Server 2019 diff --git a/release_note.md b/release_note.md index 70ff87932..aa7cddf1c 100644 --- a/release_note.md +++ b/release_note.md @@ -12,6 +12,13 @@ # 更新记录 +-------------- +Release note 1.3.1: +1. 透传消息去掉消息ID,减少消息传输大小。 +2. 修改添加好友策略,可以设置禁止加自己好友。 +3. Server API创建群组时,检查是否设置operator。 +4. SDK添加删除广播和组播消息接口 + -------------- Release note 1.3.0: 1. 推送信息中添加republish参数,用于标识消息是重新发布的。 diff --git a/sdk/pom.xml b/sdk/pom.xml index 7f202f585..75fd8c9aa 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -3,7 +3,7 @@ wildfirechat-parent cn.wildfirechat - 1.3.0 + 1.3.1 4.0.0