Skip to content

Commit

Permalink
✨ 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Aug 26, 2022
1 parent 60dabb9 commit f1533ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# 变更记录

## 发行版本
### v1.3.9 - 2022-08-21

### v1.3.9 - 2022-08-28
- :sparkles: mica-mqtt server 添加消息拦截器,gitee #I5KLST
- :sparkles: 优化 mqtt 客户端心跳和心跳日志优化。
- :sparkles: mica-mqtt client、server ack 优化和完善,可自定义 ackService。
- :sparkles: mica-mqtt client 优化客户端心跳和心跳日志优化。
- :sparkles: mica-mqtt client 订阅代码优化。
- :sparkles: mica-mqtt codec 代码优化。
- :sparkles: test 代码优化,更加符合 junit5 规范。
- :bug: mqtt client Qos2 修复。

### v1.3.8 - 2022-08-11
- :sparkles: mica-mqtt codec 代码优化。
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<maven-flatten.version>1.2.2</maven-flatten.version>
<!-- tio version -->
<tio.version>3.7.5.v20211028-RELEASE</tio.version>
<spring.boot.version>2.7.2</spring.boot.version>
<mica.version>2.7.2</mica.version>
<spring.boot.version>2.7.3</spring.boot.version>
<mica.version>2.7.3</mica.version>
<mica.auto.version>2.3.1</mica.auto.version>
<fastjson.version>1.2.83</fastjson.version>
<micrometer-core.version>1.9.0</micrometer-core.version>
Expand Down

0 comments on commit f1533ce

Please sign in to comment.