Skip to content

Commit

Permalink
update version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Aug 25, 2022
1 parent 9af2bbf commit 8d31e03
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../</relativePath>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.92</version>
<version>0.93</version>
</parent>

<artifactId>moquette-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.92</version>
<version>0.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.92</version>
<version>0.93</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
24 changes: 16 additions & 8 deletions distribution/src/main/files/release_note.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# 本次更新记录
Version 0.92 release note:
1. SDK部分POJO对象添加无参数构造函数解决某些反序列化工具失败问题。
2. 频道只有在auto属性为1时,才会回调函数及订阅事件。
3. 添加配置,在关闭消息漫游时,客户端首次登录同步多久时间之内的消息。
4. 频道添加菜单属性。

# 升级注意事项
1. *** 0.42 版本增加了群成员数限制,默认为2000。如果您想修改默认值,可以在升级版本之后,修改t_setting表,把默认的大小改为您期望的。另外修改t_group表,把已经存在的群组max_member_count改成您期望的,然后重启。***
2. *** 0.46和0.47版本升级到0.48及以后版本时,可能会提示flyway migrate 38错误,请执行 [修复脚本](https://github.com/wildfirechat/server/blob/wildfirechat/flyway_repaire_migrate_38.sql) 进行修复。0.46和0.47版本之外的版本不会出现此问题。***
Expand All @@ -16,7 +9,22 @@ Version 0.92 release note:
8. *** 从0.78 版本起把MySQL数据库中关键字都改为大小写敏感,另外生成id的方法也做了改变,只生成小写的id,避免出现id重复的问题,建议所有客户都升级 ***
9 *** 从0.79 版本起把log4j升级到log4j2,因为log4j已经不再维护而且还有已知的漏洞,建议所有客户都升级,升级时注意更新log4j2的配置文件 ***

# 历史更新记录
# 更新记录

--------------
Release note 0.93:
1. Server API添加订阅频道功能
2. 短链接端口添加HEAD方法处理
3. Server SDK的HTTP Client调整部分参数,解决出现连接错误问题
4. 添加敏感词回调功能

--------------
Release note 0.92:
1. SDK部分POJO对象添加无参数构造函数解决某些反序列化工具失败问题。
2. 频道只有在auto属性为1时,才会回调函数及订阅事件。
3. 添加配置,在关闭消息漫游时,客户端首次登录同步多久时间之内的消息。
4. 频道添加菜单属性。

---------------
Release note 0.91:
1. 创建群组时检查群组类型的有效性。
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>wildfirechat-parent</artifactId>

<packaging>pom</packaging>
<version>0.92</version>
<version>0.93</version>
<name>Wildfire Chat</name>
<description>Wildfire Chat Server</description>
<inceptionYear>2019</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.92</version>
<version>0.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 8d31e03

Please sign in to comment.