Skip to content

Releases: suyuan32/simple-admin-core

v0.1.4-beta

07 Nov 03:28
Compare
Choose a tag to compare

replace gorm by ent


用 ent 替代 gorm

v0.1.3

02 Nov 14:35
Compare
Choose a tag to compare

refactor: project structure
fix: job code


重构: 优化项目目录结构
修复: 多个 bug

v0.1.2

28 Oct 01:43
Compare
Choose a tag to compare

Big change

Feat: cron and message queue
Perf: change file name format to snake
Perf: optimize api route swagger generating


大更新
新增:定时任务和消息队列
优化: 文件名格式改下划线
优化: swagger 生成

V0.1.1

21 Oct 11:18
Compare
Choose a tag to compare

feat: JWT black list
feat: force log out
fix: bugs in database error


新增: JWT黑名单
新增: 强制退出
修复: 数据库错误BUG

v0.1.0

17 Oct 06:28
Compare
Choose a tag to compare

feat: service monitoring in k8s
feat: log collecting in k8s


新增: 服务监控(K8s)
新增: 日志收集 (K8s)

What's Changed

Full Changelog: v0.0.9...v0.1.0

v0.0.9

12 Oct 06:22
Compare
Choose a tag to compare

feat: k8s deployment tutorial
feat: gitlab ci file
fix: optimize doc


新增 k8s 部署全流程
优化本地调试体验
优化文档

v0.0.8.1

10 Oct 10:36
Compare
Choose a tag to compare

This release is the last release deault using consul as service discover.


这个版本是最后一个默认使用consul的版本,这个版本之后默认使用k8s进行部署。

v0.0.8

08 Oct 09:04
Compare
Choose a tag to compare

feat: oauth
notice: you should update the nginx configuration

新增oauth 管理
注意:新版vue修改了vite history模式,需要修改nginx,请查看文档

v0.0.7

30 Sep 04:40
Compare
Choose a tag to compare

feat: dictionary management
fix: bugs in authority and menu


新增字典管理
修复菜单树生成bug

v0.0.7-beta

29 Sep 08:43
Compare
Choose a tag to compare
v0.0.7-beta Pre-release
Pre-release

feat: dictionary management


新增: 字典功能