File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ### v1.36.0 @2023-9-22
4+ - sa-token-core:
5+ - 修复:API接口签名校验参数接口NPE问题,增加必须参数的非空校验处理。
6+ - 新增:加密工具类新增 sha384、sha512 实现。 感谢 `@若初995` 提交的pr。 **[重要]**
7+ - 修复:`SaFoxUtil.vagueMatch()` 正则匹配的一些问题。 **[漏洞修复]**
8+ - 修复:`SaRouter.match()` 路由匹配的一些问题。 **[漏洞修复]**
9+ - 其它:
10+ - 优化:`sa-token-alone-redis` 去掉不必要的配置项判断。
11+ - 新增:`sa-token-solon-plugin` 增加对 solon 网关的支持。
12+ - 新增:新增第三方插件专用仓库:`sa-token-three-plugin` 。
13+ - 升级:`sa-token-solon-plugin` 增加对 solon 网关的支持。
14+ - 文档:
15+ - 新增:新增开启全局懒加载时不能注入上下文处理器的处理方案 。
16+ - 新增:新增 RefreshToken 示例。 **[重要]**
17+ - 新增:文档新增 sa-token 小助手,可在线实时技术提问。 **[重要]**
18+ - 优化:其它一些优化。
19+ - 新增插件:
20+ - `sa-token-redisson-jackson2`:通用 redisson 集成方案 (spring, solon, jfinal 等都可用)
21+
22+
323
424### v1.35.0 @2023-6-23
525- sa-token-core:
Original file line number Diff line number Diff line change 1313- sa-token-redis-fastjson:Redis集成包,使用 fastjson 序列化方式。
1414- sa-token-redis-fastjson2:Redis集成包,使用 fastjson2 序列化方式。
1515- sa-token-redisson-jackson:Redis集成包,Redisson客户端使用,jackson 序列化方式。
16+ - sa-token-redisson-jackson2:通用 redisson 集成方案 (spring, solon, jfinal 等都可用)。
1617
1718有关 Redis 集成,详细参考:[ 集成Redis] ( /up/integ-redis ) ,更多存储方式欢迎提交PR
1819
You can’t perform that action at this time.
0 commit comments