This commit is contained in:
Looly
2021-10-07 22:36:41 +08:00
parent 75d915716d
commit cff7c1cedd
4 changed files with 498 additions and 59 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.14 (2021-09-30)
# 5.7.14 (2021-10-07)
### 🐣新特性
* 【extra 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题issue#I4B70D@Gitee
@@ -18,6 +18,7 @@
* 【core 】 优化Base64.isBase64方法减少一次多余的判断pr#1860@Github
* 【core 】 优化Base64.isBase64方法减少一次多余的判断pr#1860@Github
* 【cache 】 优化FIFOCache未设置过期策略时无需遍历判断过期对象pr#425@Gitee
* 【core 】 增加Opt类pr#426@Gitee
### 🐞Bug修复
* 【http 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题pr#418@Gitee