提交 608a7f79 编写于 作者: 如梦技术's avatar 如梦技术 🐛

🔖 1.2.5

上级 e6157c47
# 变更记录
## 发行版本
### v1.2.5 - 2022-01-23
### v1.2.5 - 2022-01-16
- :sparkles: mica mqtt server 调整发布权限规则。
- :sparkles: mica mqtt server 自定义接口的异常处理。
- :sparkles: mica mqtt server 放开 tio 队列配置。
......
......@@ -54,7 +54,7 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-spring-boot-starter</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>
```
......@@ -65,7 +65,7 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-core</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>
```
......
......@@ -13,7 +13,7 @@
<properties>
<!-- mica-mqtt version -->
<revision>1.2.5-SNAPSHOT</revision>
<revision>1.2.5</revision>
<!-- java version -->
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册