@@ -9,22 +9,22 @@ title: 更新日志
9
9
的成熟与稳定,更意味着它已完全通过验证,可以安心投入生产环境使用。在未来的版本迭代中,我们将持续为开发者带来更优质的产品体验。敬请期待!🤗
10
10
:::
11
11
12
- ## [ v1.1.2 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.1.2 ) - 2025-04-23
12
+ ## [ v1.2.0 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.2.0 ) - 2025-05-01
13
13
14
14
### What's Changed
15
15
16
- * Update the changelog for v1.1.1 by [ @wu-clan ] ( https://github.com/wu-clan )
17
- in [ #583 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/583 )
18
- * Fix the condition to query menu by title by [ @wu-clan ] ( https://github.com/wu-clan )
19
- in [ #584 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/584 )
20
- * Fix cache cleanup when updating role menu by [ @wu-clan ] ( https://github.com/wu-clan )
21
- in [ #585 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/585 )
22
- * Optimize the userinfo cache cleaning logic by [ @wu-clan ] ( https://github.com/wu-clan )
23
- in [ #586 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/586 )
24
- * Bump fastapi pagination from 0.12.34 to 0.13.0 by [ @wu-clan ] ( https://github.com/wu-clan )
25
- in [ #587 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/587 )
26
- * Update the routing style of the task app by [ @wu-clan ] ( https://github.com/wu-clan )
27
- in [ #588 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/588 )
16
+ * Update changelog for v1.1.2 by [ @wu-clan ] ( https://github.com/wu-clan )
17
+ in [ #589 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/589 )
18
+ * Update code generator table columns by [ @wu-clan ] ( https://github.com/wu-clan )
19
+ in [ #590 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/590 )
20
+ * Update the default RBAC solution by [ @wu-clan ] ( https://github.com/wu-clan )
21
+ in [ #593 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/593 )
22
+ * Optimize the server information retrieval by [ @wu-clan ] ( https://github.com/wu-clan )
23
+ in [ #595 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/595 )
24
+ * Refactor the data rule to scope rule by [ @wu-clan ] ( https://github.com/wu-clan )
25
+ in [ #596 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/596 )
26
+ * Update the SQL script for creat tables by [ @wu-clan ] ( https://github.com/wu-clan )
27
+ in [ #597 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/597 )
28
28
29
29
## 完整日志
30
30
0 commit comments