From cc561b846e6aa98656def2bebb8a06d57435c913 Mon Sep 17 00:00:00 2001 From: heavyrian2012 Date: Wed, 28 Dec 2022 08:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=92=8Crelease=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broker/pom.xml | 2 +- common/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- release_note.md | 11 +++++++++++ sdk/pom.xml | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/broker/pom.xml b/broker/pom.xml index 3da10a715..1486b1f38 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -5,7 +5,7 @@ ../ wildfirechat-parent cn.wildfirechat - 0.99 + 1.0 moquette-broker diff --git a/common/pom.xml b/common/pom.xml index 3845cbde2..14221b517 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ wildfirechat-parent cn.wildfirechat - 0.99 + 1.0 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index a719a5042..d2cd4b43a 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -6,7 +6,7 @@ wildfirechat-parent cn.wildfirechat - 0.99 + 1.0 distribution diff --git a/pom.xml b/pom.xml index 07b9c3fd1..305f2693c 100755 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ wildfirechat-parent pom - 0.99 + 1.0 Wildfire Chat Wildfire Chat Server 2019 diff --git a/release_note.md b/release_note.md index b6470d77a..7f6b242b8 100644 --- a/release_note.md +++ b/release_note.md @@ -12,6 +12,17 @@ # 更新记录 +-------------- +Release note 1.0: +1. SDK检查工具添加help命令 +2. 去掉短连接端口被网络爬虫扫描输出的异常日志 +3. API支持创建组织群 +4. 添加配置禁止客户端进行某些群操作 +5. 解决route请求时可能不能正确携带推送类型的问题 +6. 会议成员离开加上离开原因 +7. 添加停止程序的命令 +8. 添加RTP Forward的API + -------------- Release note 0.99: 1. API获取用户信息时,过滤掉已经删除用户。 diff --git a/sdk/pom.xml b/sdk/pom.xml index f5b060955..ffea84a14 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -3,7 +3,7 @@ wildfirechat-parent cn.wildfirechat - 0.99 + 1.0 4.0.0