Skip to content

Commit

Permalink
v3.16.7 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Oct 31, 2022
1 parent 1489c67 commit bffe38e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.16.6</version>
<version>3.16.7</version>
</dependency>
```

Expand Down
10 changes: 9 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
jboot v3.16.5 2022-10-25:
jboot v3.16.7 2022-10-31:
新增:添加 CachePrinter 的支持,方便把缓存信息输出在控制台或者日志上
优化:JbootResourceLoader 优化过滤掉 Windows 的临时文件
优化:使用注解验证数据时,控制台不再抛出异常信息,只打印基本验证错误信息
优化:为验证码等组件缓存过滤掉线程前缀的设置



jboot v3.16.6 2022-10-25:
修复:HttpUtil.download 出现 NPE 的问题


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.16.7-SNAPSHOT</version>
<version>3.16.7</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit bffe38e

Please sign in to comment.