From 845e6ff8aa534255b11208a7daf8cbd15f793ec0 Mon Sep 17 00:00:00 2001 From: heavyrian2012 Date: Sun, 29 Sep 2024 08:18:17 +0800 Subject: [PATCH] version and release note --- broker/pom.xml | 2 +- common/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- release_note.md | 8 ++++++++ sdk/pom.xml | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/broker/pom.xml b/broker/pom.xml index f9d16d123..17d30e422 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -5,7 +5,7 @@ ../ wildfirechat-parent cn.wildfirechat - 1.2.9 + 1.3.0 moquette-broker diff --git a/common/pom.xml b/common/pom.xml index 225b75bca..0cc34ce61 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ wildfirechat-parent cn.wildfirechat - 1.2.9 + 1.3.0 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 8c88fccb0..5588d7193 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -6,7 +6,7 @@ wildfirechat-parent cn.wildfirechat - 1.2.9 + 1.3.0 distribution diff --git a/pom.xml b/pom.xml index fcaf84d0b..1dbd7a578 100755 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ wildfirechat-parent pom - 1.2.9 + 1.3.0 Wildfire Chat Wildfire Chat Server 2019 diff --git a/release_note.md b/release_note.md index a78a916ce..70ff87932 100644 --- a/release_note.md +++ b/release_note.md @@ -12,6 +12,14 @@ # 更新记录 +-------------- +Release note 1.3.0: +1. 推送信息中添加republish参数,用于标识消息是重新发布的。 +2. 添加好友请求限频功能,在IM服务配置中可以配置每天限制添加的好友数。 +3. 添加配置,是否允许用户发送消息给被拉黑的用户。 +4. 添加鸿蒙回调地址。 +5. 创建群组或者添加群组成员时,群组成员的Extra会放到通知消息的extra中,这样便于业务处理通知消息。 + -------------- Release note 1.2.9: 1. 解决server api获取群组信息不全的问题。 diff --git a/sdk/pom.xml b/sdk/pom.xml index b6f19a166..7f202f585 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -3,7 +3,7 @@ wildfirechat-parent cn.wildfirechat - 1.2.9 + 1.3.0 4.0.0