@@ -9,30 +9,35 @@ title: 更新日志
9
9
的成熟与稳定,更意味着它已完全通过验证,可以安心投入生产环境使用。在未来的版本迭代中,我们将持续为开发者带来更优质的产品体验。敬请期待!🤗
10
10
:::
11
11
12
- ## [ v1.4.3 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.4.3 ) - 2025-06-02
12
+ ## [ v1.5.0 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.5.0 ) - 2025-06-09Add commentMore actions
13
13
14
14
### What's Changed
15
15
16
- * Update changelog for v1.4.2 by [ @wu-clan ] ( https://github.com/wu-clan )
17
- in [ #639 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/639 )
18
- * Fix the role update business variables by [ @wu-clan ] ( https://github.com/wu-clan )
19
- in [ #640 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/640 )
20
- * Fix the menu delete interface arg description by [ @wu-clan ] ( https://github.com/wu-clan )
21
- in [ #641 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/641 )
22
- * Fix the filter of query all menus by [ @wu-clan ] ( https://github.com/wu-clan )
23
- in [ #642 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/642 )
24
- * Refactor routes to better align with RESTful by [ @wu-clan ] ( https://github.com/wu-clan )
25
- in [ #645 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/645 )
26
- * Update the server startup time to string by [ @wu-clan ] ( https://github.com/wu-clan )
27
- in [ #646 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/646 )
28
- * Add get all data scope rules interface by [ @wu-clan ] ( https://github.com/wu-clan )
29
- in [ #647 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/647 )
30
- * Add data permission condition for filter data by [ @wu-clan ] ( https://github.com/wu-clan )
31
- in [ #648 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/648 )
32
- * Update default value for role filter scopes by [ @wu-clan ] ( https://github.com/wu-clan )
33
- in [ #649 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/649 )
34
- * Fix data permission condition for filter data by [ @wu-clan ] ( https://github.com/wu-clan )
35
- in [ #650 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/650 )
16
+ * Update changelog for v1.4.3 by [ @wu-clan ] ( https://github.com/wu-clan )
17
+ in [ #651 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/651 )
18
+ * Update OAuth2 callback interface return by [ @wu-clan ] ( https://github.com/wu-clan )
19
+ in [ #653 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/653 )
20
+ * Update user email and phone operation logic by [ @wu-clan ] ( https://github.com/wu-clan )
21
+ in [ #654 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/654 )
22
+ * Simplify OAuth2 model and optimize auth service by [ @wu-clan ] ( https://github.com/wu-clan )
23
+ in [ #655 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/655 )
24
+ * Add OAuth2 user to auto bind a role by [ @wu-clan ] ( https://github.com/wu-clan )
25
+ in [ #656 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/656 )
26
+ * Update data scope and rule to m2m by [ @wu-clan ] ( https://github.com/wu-clan )
27
+ in [ #657 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/657 )
28
+ * Update code generate interface permission by [ @wu-clan ] ( https://github.com/wu-clan )
29
+ in [ #658 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/658 )
30
+ * Update the plugin download interface permission by [ @wu-clan ] ( https://github.com/wu-clan )
31
+ in [ #659 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/659 )
32
+ * Update auth failed default status code by [ @wu-clan ] ( https://github.com/wu-clan )
33
+ in [ #660 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/660 )
34
+ * Update menu sort in init test sql by [ @wu-clan ] ( https://github.com/wu-clan )
35
+ in [ #661 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/661 )
36
+ * Add data permission in init test sql by [ @wu-clan ] ( https://github.com/wu-clan )
37
+ in [ #662 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/662 )
38
+ * Update the version to 1.5.0 by [ @wu-clan ] ( https://github.com/wu-clan )
39
+ in [ #663 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/663 )
40
+ Add comment
36
41
37
42
## New Contributors
38
43
0 commit comments