From c805bddca15e0fe6bbeceefee8ffd4093dddadd2 Mon Sep 17 00:00:00 2001 From: heavyrian2012 Date: Sun, 14 Jan 2024 10:47:49 +0800 Subject: [PATCH] version and release note --- broker/pom.xml | 4 ++-- common/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- release_note.md | 9 +++++++++ sdk/pom.xml | 2 +- sdk/sdk_readme.txt | 4 ++-- 7 files changed, 17 insertions(+), 8 deletions(-) diff --git a/broker/pom.xml b/broker/pom.xml index 4cbb1e98e..485c4b8bb 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -5,7 +5,7 @@ ../ wildfirechat-parent cn.wildfirechat - 1.2.1 + 1.2.2 moquette-broker @@ -169,7 +169,7 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - 1.2.1 + 1.2.2 diff --git a/common/pom.xml b/common/pom.xml index 9eb66a913..c6865d9ac 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ wildfirechat-parent cn.wildfirechat - 1.2.1 + 1.2.2 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 969efb8c9..c8fde1a41 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -6,7 +6,7 @@ wildfirechat-parent cn.wildfirechat - 1.2.1 + 1.2.2 distribution diff --git a/pom.xml b/pom.xml index 153d5eaf7..f83ee7aba 100755 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ wildfirechat-parent pom - 1.2.1 + 1.2.2 Wildfire Chat Wildfire Chat Server 2019 diff --git a/release_note.md b/release_note.md index b61b2e058..dfefcafba 100644 --- a/release_note.md +++ b/release_note.md @@ -12,6 +12,15 @@ # 更新记录 +-------------- +Release note 1.2.2: +1. 解决搜索特殊字符时的转义问题。 +2. SDK添加流式消息。 +3. 添加配置,是否禁止拉陌生人入群。 +4. 放被拉黑时禁止被拉入群 +5. 群组信息变更回调时加上群组信息 +6. 机器人sdk添加撤回和更新消息接口 + -------------- Release note 1.2.1: 1. 添加获取在线用户功能。 diff --git a/sdk/pom.xml b/sdk/pom.xml index 87106ae3b..7d65cbbbe 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -3,7 +3,7 @@ wildfirechat-parent cn.wildfirechat - 1.2.1 + 1.2.2 4.0.0 diff --git a/sdk/sdk_readme.txt b/sdk/sdk_readme.txt index 1500d85fd..d7daf9789 100644 --- a/sdk/sdk_readme.txt +++ b/sdk/sdk_readme.txt @@ -45,7 +45,7 @@ cn.wildfirechat sdk - 1.2.1 + 1.2.2 system ${project.basedir}/src/lib/sdk-1.1.9.jar @@ -53,7 +53,7 @@ cn.wildfirechat common - 1.2.1 + 1.2.2 system ${project.basedir}/src/lib/common-1.1.9.jar