v1.3.0
Simple Admin Core/Common/Job/File v1.3.0 更新
- 新增(Common): NewRedis 和 NewRedisCluster 方法合并为 NewUniversalRedis, 使得 redis 同时支持单体和集群
- 优化(Common): Captcha store 使用 universal redis
- 重构(Core): errorhandler 包重构为 dberrorhandler
- 新增(Core): token 新增 username 字段,方便后台查看
- 优化:各个项目均已适配最新 Universal Redis
- 更新:更新依赖
Goctls v1.6.20 更新
- 优化(ent): 更新 cache 模板,支持 universal redis
- 优化(api,rpc): 默认 redis 由 Client 改为 UniversalClient, 更新 middle ware
- 更新: 更新依赖
Simple Admin Backend UI v1.3.0 更新
- 新增(token): token 页新增用户名字段
- 优化(page):默认分页改为 50
- 更新: 更新系统依赖和版本号
注意: 本次更新需要修改 redis 配置为 universal
What's Changed
- Dev by @suyuan32 in #241
- refactor: errorhandler rename to dberrorhandler by @suyuan32 in #242
- feat: username in token page by @suyuan32 in #243
- fix: use universal redis by @suyuan32 in #244
Full Changelog: v1.2.8...v1.3.0