Skip to content

Commit

Permalink
📝 梳理更新记录
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Sep 13, 2024
1 parent 36f2504 commit a7a1c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### v2.3.6 - 2024-09-14
- :sparkles: mica-mqtt server 和 client 优化 stop,支持 stop 后重新配置再启动(注意:需要重新配置,因为老的线程池已经停止)。
- :sparkles: mica-mqtt server 和 client Spring boot starter 支持 Spring boot devtools 热启动。
- :sparkles: `FastJsonMessageSerializer` 重构为 `JsonMessageSerializer`
- :sparkles: 添加 `module-info.java` 方便模块化。

### v2.3.5 - 2024-09-01
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-flatten.version>1.6.0</maven-flatten.version>
<!-- mica-net version -->
<mica-net.version>1.0.7-SNAPSHOT</mica-net.version>
<mica-net.version>1.0.7</mica-net.version>
<mica.version>2.7.18.6</mica.version>
<spring.boot.version>2.7.18</spring.boot.version>
<fastjson.version>1.2.83</fastjson.version>
Expand Down

0 comments on commit a7a1c8d

Please sign in to comment.