@@ -9,26 +9,30 @@ title: 更新日志
9
9
的成熟与稳定,更意味着它已完全通过验证,可以安心投入生产环境使用。在未来的版本迭代中,我们将持续为开发者带来更优质的产品体验。敬请期待!🤗
10
10
:::
11
11
12
- ## [ v1.4.2 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.4.2 ) - 2025-05-29
12
+ ## [ v1.4.3 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.4.3 ) - 2025-06-02
13
13
14
14
### What's Changed
15
15
16
- * Update changelog for v1.4.1 by [ @wu-clan ] ( https://github.com/wu-clan )
17
- in [ #630 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/630 )
18
- * Update non-linked sidebar support by [ @wu-clan ] ( https://github.com/wu-clan )
19
- in [ #633 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/633 )
20
- * Update the captcha invalidation error class by [ @wu-clan ] ( https://github.com/wu-clan )
21
- in [ #634 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/634 )
22
- * Optimize role-related data processing performance by [ @wu-clan ] ( https://github.com/wu-clan )
23
- in [ #635 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/635 )
24
- * Optimize install and build of plugin zip by [ @wu-clan ] ( https://github.com/wu-clan )
25
- in [ #636 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/636 )
26
- * Fix auto-increment id for postgres init data by [ @huyuwei1996 ] ( https://github.com/huyuwei1996 )
27
- in [ #632 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/632 )
28
- * Fix: prevent overwriting existing init files in code generator by [ @lin-wu-1990 ] ( https://github.com/lin-wu-1990 )
29
- in [ #637 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/637 )
30
- * Simplify the user info update business by [ @wu-clan ] ( https://github.com/wu-clan )
31
- in [ #638 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/pull/638 )
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 )
32
36
33
37
## New Contributors
34
38
0 commit comments