Skip to content

Commit 845e6ff

Browse files
author
heavyrian2012
committed
version and release note
1 parent 6d91f38 commit 845e6ff

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../</relativePath>
66
<artifactId>wildfirechat-parent</artifactId>
77
<groupId>cn.wildfirechat</groupId>
8-
<version>1.2.9</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>moquette-broker</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>wildfirechat-parent</artifactId>
77
<groupId>cn.wildfirechat</groupId>
8-
<version>1.2.9</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--<relativePath>../pom.xml</relativePath>-->
77
<artifactId>wildfirechat-parent</artifactId>
88
<groupId>cn.wildfirechat</groupId>
9-
<version>1.2.9</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>distribution</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>wildfirechat-parent</artifactId>
1313

1414
<packaging>pom</packaging>
15-
<version>1.2.9</version>
15+
<version>1.3.0</version>
1616
<name>Wildfire Chat</name>
1717
<description>Wildfire Chat Server</description>
1818
<inceptionYear>2019</inceptionYear>

release_note.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
# 更新记录
1414

15+
--------------
16+
Release note 1.3.0:
17+
1. 推送信息中添加republish参数,用于标识消息是重新发布的。
18+
2. 添加好友请求限频功能,在IM服务配置中可以配置每天限制添加的好友数。
19+
3. 添加配置,是否允许用户发送消息给被拉黑的用户。
20+
4. 添加鸿蒙回调地址。
21+
5. 创建群组或者添加群组成员时,群组成员的Extra会放到通知消息的extra中,这样便于业务处理通知消息。
22+
1523
--------------
1624
Release note 1.2.9:
1725
1. 解决server api获取群组信息不全的问题。

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>wildfirechat-parent</artifactId>
55
<groupId>cn.wildfirechat</groupId>
6-
<version>1.2.9</version>
6+
<version>1.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)