Skip to content

Dash-FastAPI-Admin v1.0.7

Choose a tag to compare

@insistence insistence released this 28 Oct 04:50
· 314 commits to master since this release
c4f6e41

更新内容

重要
1.更新依赖feffery-antd-components版本为0.2.11rc0,命令:pip install feffery-antd-components==0.2.11rc0 -i https://mirrors.aliyun.com/pypi/simple/。
2.运行dash-fastapi-backend/sql下最新的sql文件。
新增功能:
1.新增缓存列表模块,用于监控redis中缓存的相关信息。
BUG修复
1.修复数据库密码存在@等特殊字符时无法正常连接数据库的bug。
2.修复修改菜单排序后侧边栏菜单排序不生效的bug。
3.部门管理引入数据权限,修复部门数据越权的bug。
4.修复标签页相关bug。
5.修复其他已知bug。
代码及性能优化
1.优化文件上传及回显相关内容。
2.新增自定义权限异常PermissionException,优化监听逻辑。
缓存列表

Full Changelog: v1.0.6...v1.0.7