v1.0.4 - 2025-03-28
- Update the changelog for v1.0.3 by @wu-clan in #543
- Updated the backend contribution guide by @wu-clan in #544
- Optimize the return of relationship interfaces by @wu-clan in #545
- Optimize the dynamic import of data models by @wu-clan in #546
- Update git and docker ignore files by @wu-clan in #547
- Optimize dependencies to reduce package size by @wu-clan in #548
- Fix async install plugin dependencies for windows by @wu-clan in #549
- Fix return schema of the config api by @wu-clan in #551
- Optimize schemas with model relationships by @wu-clan in #552
- Fix filters for opera log query list by @ThankCat in #554
- Fix the celery env in docker compose by @wu-clan in #555
- Update volumes of redis in docker compose by @wu-clan in #556
- Fix the query for the sub department by @PoetryL in #557
- Optimize codes and comments with cursor by @wu-clan in #550
Full Changelog: https://github.com/fastapi-practices/fastapi_best_architecture/compare/v1.0.3...v1.0.4
v1.0.3 - 2025-03-11
- Update the changelog for v1.0.2 by @wu-clan in #536
- Update docker scripts in backend README by @wu-clan in #537
- Refactor toml and dependencies file dir by @wu-clan in #538
- Fix typos in Dockerfile comments by @huyuwei1996 in #539
- Fix Dockerfile mounts for dependency installation by @huyuwei1996 in #540
- Add Aliyun mirror to PyPI index in pyproject.toml by @huyuwei1996 in #541
- Update docker scripts and nginx conf by @wu-clan in #542
Full Changelog: https://github.com/fastapi-practices/fastapi_best_architecture/compare/v1.0.2...v1.0.3
v1.0.2 - 2025-03-01
- Update the changelog for v1.0.1 by @wu-clan in #532
- Fix celery async task worker pool by @wu-clan in #533
- Add log module root and output levels by @wu-clan in #534
- Add plugin related interfaces by @wu-clan in #535
Full Changelog: https://github.com/fastapi-practices/fastapi_best_architecture/compare/v1.0.1...v1.0.2
v1.0.1 - 2025-02-26
- Update the changelog for v1.0.0 by @wu-clan in #524
- Add missing volume config for docker deploy by @huyuwei1996 in #525
- Add async attrs for sqla mapped base by @wu-clan in #528
- Add sqlalchemy connection pool config by @wu-clan in #529
- Fix the sql script for init data by @wu-clan in #530
- Optimize Dockerfile for faster builds by @huyuwei1996 in #526
- @huyuwei1996 made their first contribution in #525
Full Changelog: https://github.com/fastapi-practices/fastapi_best_architecture/compare/v1.0.0...v1.0.1
v1.0.0 - 2025-02-24
- add base code by @wu-clan in #12
- fix get_user_info func return None #9 by @wu-clan in #14
- simplify user apis #11 by @wu-clan in #18
- Add environment variable management and fix Pydantic validation error by @downdawn in #15
- update the ruff rules and format the code by @wu-clan in #24
- improving project configuration by @wu-clan in #25
- update to python3.10 by @downdawn in #29
- update Dockerfile and docker-compose.yml by @wu-clan in #31
- Update the sub routers setting in the subdirectory by @wu-clan in #32
- add the get project config api by @wu-clan in #33
- add test code by @wu-clan in #37
- fix that the data validation global exception handler does not work by @wu-clan in #40
- Fix the swagger form login structure abnormality by @wu-clan in #46
- Bump starlette from 0.26.1 to 0.27.0 by @dependabot in #48
- add rbac authorization by @wu-clan in #41
- Bump fastapi from 0.95.0 to 0.95.2 by @wu-clan in #53
- Update the uniform return method to success by @wu-clan in #55
- add token storage and logout by @downdawn in #57
- fix jwt parameter parsing error by @downdawn in #61
- add token refreshing mechanism by @wu-clan in #62
- Update uniform return to custom encoder by @wu-clan in #60
- update token default exception return message by @wu-clan in #65
- add English and Chinese README jump links by @wu-clan in #66
- update token refresh expire time rule by @wu-clan in #67
- update the casbin to asynchronous by @wu-clan in #69
- Update tests structure. by @downdawn in #68
- Add apis rate limiter by @wu-clan in #72
- add tests exclusion E402 rule by @wu-clan in #73
- update where query by @downdawn in #74
- simplify crud method naming by @wu-clan in #75
- add login logs by @wu-clan in #76
- add different log files by @wu-clan in #77
- add offline ip location resolution by @wu-clan in #78
- add api module Interfaces by @wu-clan in #79
- update token handling logic by @wu-clan in #83
- add jwt authentication middleware by @wu-clan in #84
- Fix background task not executed by @wu-clan in #86
- Fix the merge issues by @wu-clan in #87
- Update docker one-click deployment by @wu-clan in #88
- Add role-related interfaces by @wu-clan in #89
- Bump cryptography from 39.0.1 to 41.0.0 by @dependabot in #90
- Add assertion error handler. by @wu-clan in #93
- Add operation log related interfaces by @wu-clan in #92
- Fix user authorization lock by @wu-clan in #94
- Fix the opera log cost_time parameter by @wu-clan in #95
- Add os and browser parameters to opera log by @wu-clan in #97
- Uniform schema class naming convention style. by @wu-clan in #98
- Add sync to async decorator support by @wu-clan in #96
- Add department-related interfaces and others by @wu-clan in #101
- Remove useless jwt role_ids by @downdawn in #103
- Add departmental status authentication by @wu-clan in #104
- Add casbine-related interfaces by @wu-clan in #107
- Replace aioredis to redis. by @wu-clan in #108
- opera_log_middleware method split by @downdawn in #105
- Fix offline parse ip info by @wu-clan in #112
- Update the README document by @wu-clan in #113
- Update development process suggestions by @wu-clan in #114
- Fix log table msg field length by @wu-clan in #117
- Add menu-related interfaces by @wu-clan in #118
- Omitting table names from the autogenerate process by @downdawn in #125
- Add login graphic captcha by @wu-clan in #124
- fix the operation log storage exception by @wu-clan in #130
- add dictionary management interface by @downdawn in #127
- Update and fix permissions logic by @wu-clan in #129
- Update JWT status detection by @wu-clan in #133
- The level field is deprecated but remained by @wu-clan in #134
- Add system monitoring interface by @wu-clan in #135
- Fix the operation log message error by @wu-clan in #140
- Update the server monitoring interface by @wu-clan in #141
- Update the status field type to int by @wu-clan in #143
- Fix the operation log field type error by @wu-clan in #145
- Fix the exception handler HTTPException type error by @wu-clan in #146
- Add the schema base class by @wu-clan in #148
- Add datetime util by @wu-clan in #149
- Fix permitted exception. by @downdawn in #151
- Refactor global datetime to timezone datetime by @wu-clan in #152
- Add processing after password reset by @wu-clan in #154
- Update some routing groups by @wu-clan in #155
- Add task-related interfaces by @wu-clan in #157
- Update the instructions in the readme by @wu-clan in #159
- Update some interface permission checks by @wu-clan in #158
- Add database init sql files by @wu-clan in #160
- Adapt to frontend by @downdawn in #162
- Update menu handling logic by @wu-clan in #163
- Bump fastapi from 0.95.2 to 0.99.0 by @wu-clan in #164
- Enable login interface captcha function by @wu-clan in #165
- Fix CORS 500 status code exception by @wu-clan in #167
- Add menu table title field by @wu-clan in #170
- fix tree data algorithms exception by @downdawn in #169
- Fix the menu query children exception by @wu-clan in #171
- Custom request rate limit callback function by @wu-clan in #174
- Add demo site mode by @wu-clan in #173
- Add query users by department ID by @wu-clan in #175
- Update monitoring return data by @wu-clan in #176
- Update user role interface to standalone by @wu-clan in #177
- Add get roles related interface by @wu-clan in #178
- Add the role status conditional query by @wu-clan in #181
- Update role menu interface is standalone by @wu-clan in #182
- Add interface to get all menus of a role by @wu-clan in #183
- Fix schema enum condition exception by @wu-clan in #185
- Bump Async SQLAlchemy Adapter from 1.1.0 to 1.2.0 by @wu-clan in #187
- Bump cryptography from 41.0.0 to 41.0.2 by @dependabot in #179
- Update SQL files and use them as execution targets by @wu-clan in #188
- Add user password encryption salt by @wu-clan in #191
- Update roles and nickname fields to be optiona by @wu-clan in #190
- Fix casbin async enforcer by @wu-clan in #192
- Add more Casbin related interfaces by @wu-clan in #195
- Update the nickname field creation logic by @wu-clan in #196
- Update the Casbin model matcher rules by @wu-clan in #197
- Add api and casbin related interfaces by @wu-clan in #198
- Update asynccasbin to casbin async api by @wu-clan in #199
- Fix the interface logic for dept details by @wu-clan in #201
- Add ItsDangerous request parameters encryption by @wu-clan in #203
- Add jwt login whitelist by @downdawn in #204
- Add ip location cache by @downdawn in #205
- Fix int enum class inheritance by @wu-clan in #208
- Fix the task interface return data by @wu-clan in #215
- Update the README document by @wu-clan in #214
- Fix token whitelist and new token storage by @wu-clan in #220
- Optimize role menu authorization logic by @wu-clan in #221
- Simplified query interface returns data serialization by @wu-clan in #219
- Update the global unified response code by @wu-clan in #223
- Fix global unknown exception return by @wu-clan in #224
- Update the pytz library to zoneinfo by @wu-clan in #226
- Add token decoding expiration exception by @wu-clan in #227
- Fix the task run method and data type by @wu-clan in #228
- Remove the NoReturn return type by @wu-clan in #232
- Add init pytest data sql file by @wu-clan in #231
- Fix pytest interface unit tests by @wu-clan in #233
- Replace APScheduler to Celery asynchronous tasks by @wu-clan in #229
- Fix the conflict between Access and OperaLog middleware by @wu-clan in #236
- Fix unregistered error received when celery call task by @wu-clan in #239
- Fix database engine UUID type compatibility by @wu-clan in #241
- adopt ruff formatter by @wu-clan in #242
- Bump cryptography from 41.0.2 to 41.0.6 by @dependabot in #243
- Add a telegram interactive link by @wu-clan in #245
- Fix validation error log code return type by @wu-clan in #247
- Fix refresh token interface user type format by @wu-clan in #248
- Optimize operation log code type logic by @wu-clan in #249
- Fix get all G rules interface logic by @wu-clan in #250
- Simplify the multivariate expression of exceptions handler by @wu-clan in #252
- Fix exception handler parameter call by @wu-clan in #253
- Prepare to lock the pydantic-v1 branch by @wu-clan in #254
- Add a stand-alone assertion error handler by @wu-clan in #255
- Clean up todo and fix typo by @wu-clan in #256
- Migrate to pydantic-v2 by @wu-clan in #246
- Add pydantic-v2 migration reminder by @wu-clan in #257
- Add the project status page to the README by @wu-clan in #259
- Clean up outdated pydantic dict methods by @wu-clan in #262
- Fix use request.form() in middleware by @wu-clan in #260
- Reconstruct RBAC authentication logic by @wu-clan in #264
- Attempt to optimize serialization performance by @wu-clan in #266
- Update schemas naming style by @wu-clan in #272
- Update sponsor links and FUNDING by @wu-clan in #273
- Fix dept and menu parent id update logic by @wu-clan in #274
- Update interface coding style by @wu-clan in #275
- Update dao and service instantiation styles by @wu-clan in #276
- Add custom email string type by @wu-clan in #277
- Fix custom validator exception serialization in dev mode by @wu-clan in #278
- Restore the Github ci workflows by @wu-clan in #281
- Add the pdm project manager by @wu-clan in #282
- Add the front-end docker-compose script by @wu-clan in #283
- Update the response status code in exception handlers by @wu-clan in #292
- Update interface file directory level by @wu-clan in #295
- Add the repository star map by @wu-clan in #296
- Add OAuth 2.0 authorization login by @wu-clan in #293
- Prepare to lock the legacy branch by @wu-clan in #301
- Update the README.md branch prompt by @wu-clan in #302
- Refactor the backend architecture by @wu-clan in #299
- Fix English README.md update date by @wu-clan in #308
- Add backend scripts description by @wu-clan in #309
- Fix missing data from alembic migration by @wu-clan in #312
- Update CRUDBase to sqlalchemy-crud-plus by @wu-clan in #317
- Upgrade and update fastapi service startup by @wu-clan in #319
- Delete the gzip middleware to improve performance by @wu-clan in #325
- Add interface fast response method by @wu-clan in #327
- Update the opera log middleware task by @wu-clan in #326
- Add test account to README by @wu-clan in #330
- Restore the main startup of fastapi service by @wu-clan in #336
- Update app route definition rules by @wu-clan in #341
- Add Linux Do OAuth2 login by @wu-clan in #343
- Fix user social binding query by @wu-clan in #344
- Refactor global log default handler by @obrua in #347
- Add code generator app by @wu-clan in #318
- Update and enable access log middleware by @wu-clan in #348
- Add code generator README document by @wu-clan in #349
- Fix model template conditional syntax by @wu-clan in #351
- Update code generation model column type storage by @wu-clan in #352
- Fix gen model and schema template formatting by @wu-clan in #356
- Add code generator to create init files by @wu-clan in #358
- Fix alembic migration failure caused by model by @wu-clan in #359
- Update the docker-compose deployment script by @wu-clan in #360
- Update oauth2 route naming and return by @wu-clan in #361
- Bump fast captcha version to 0.3.2 by @wu-clan in #362
- Update crud user staff field logic by @wu-clan in #363
- Fix code auto-generated model creation by @wu-clan in #364
- Add page to display dynamic configuration by @wu-clan in #365
- Fix celery asynchronous task execution by @wu-clan in #367
- Update operation log middleware info reading by @wu-clan in #368
- Update create new token function return type by @wu-clan in #369
- Update access log cost time style by @wu-clan in #370
- Update code generate business model time column by @wu-clan in #371
- Add custom code template pathname config by @wu-clan in #372
- Update some code generation api and params by @wu-clan in #373
- Update code generate download api auth by @wu-clan in #376
- Update current menu status auth by @wu-clan in #374
- Fix code generation model create and update by @wu-clan in #378
- Update user and auth error message by @wu-clan in #379
- Add directory tree and update app notes by @wu-clan in #380
- Optimize serialization and jwt performance by @wu-clan in #382
- Fix arm system cpu frequency retrieval by @yshan2028 in #385
- Fix logging when a login error occurs by @wu-clan in #386
- Update redis cache prefix separator to
:
by @wu-clan in #387 - Bump sqlalchemy crud plus version to 1.3.0 by @wu-clan in #388
- Update the README announcement to note by @wu-clan in #390
- Fix code generation to new features by @wu-clan in #393
- Fix OAuth2 user query conditions by @wu-clan in #396
- Fix the user permissions update services by @wu-clan in #397
- Update code generate comment column format by @wu-clan in #399
- Update the interactive link address by @wu-clan in #402
- Updated refresh token storage logic by @wu-clan in #403
- Fix server monitor io blocking by @wu-clan in #404
- Fix cookie expiration time zone by @wu-clan in #408
- Add request trace ID record by @wu-clan in #409
- Optimize the naming of setting params by @wu-clan in #410
- Add trace ID to exception handlers by @wu-clan in #411
- Update the global exception log stack by @wu-clan in #406
- Bump pydantic from 2.8.1 to 2.9.1 by @wu-clan in #412
- Optimize exception info opera log record by @wu-clan in #413
- Fix log output and logging levels by @wu-clan in #414
- Fix exception logging in opera log by @wu-clan in #417
- Fix the gen model template formatting by @wu-clan in #416
- Optimize the internal implementation of serializers by @wu-clan in #419
- Fix for create new token cache delete by @wu-clan in #420
- Update JWT errors class import by @wu-clan in #421
- Update multi login sync update refresh tokens by @wu-clan in #422
- Update sync function calls in JWT by @wu-clan in #423
- Fix the missing OAuth2 interface parameters by @wu-clan in #425
- Add request state middleware by @wu-clan in #426
- Fix pydantic field and model validator by @wu-clan in #427
- Fix the OAuth2 service login log task by @wu-clan in #428
- Update official documentation link to README by @wu-clan in #429
- Optimize and normalize the code generator by @wu-clan in #430
- Bump redis from 5.0.1 to 5.1.0 by @wu-clan in #433
- Update interactive link descriptions by @wu-clan in #434
- Optimize the serialize return of SQLA select by @wu-clan in #436
- Update project manager pdm to uv by @wu-clan in #440
- Add asynchronous socketio application server by @wu-clan in #437
- Add dependency-groups by PEP 735 by @wu-clan in #444
- Update the usage documentation in README by @wu-clan in #449
- Bump sqlalchemy crud plus version to 1.5.0 by @wu-clan in #450
- Update singleton pattern class typing by @wu-clan in #452
- Update system config to be dynamic by @wu-clan in #447
- Update multiple version dependency specifiers by @wu-clan in #454
- Fix typo in contribution description by @wu-clan in #456
- Fix code generation file missing by @wu-clan in #457
- Update the celery configuration and tasks by @wu-clan in #458
- Update some service class invocations by @wu-clan in #459
- Update code generator API file structure by @wu-clan in #460
- Update api body params to schema by @wu-clan in #461
- Fix celery service functions error by @wu-clan in #462
- Update user password encryption method by @wu-clan in #463
- Update role-based data permissions by @wu-clan in #465
- Bump tornado from 6.4.1 to 6.4.2 in /backend by @dependabot in #466
- Fix schema type of user role rule by @wu-clan in #467
- Simplify data rule and remove type by @wu-clan in #468
- Add the project logo to README by @wu-clan in #469
- Optimized user auth for auth service by @wu-clan in #472
- Fix data rule expression column comment by @wu-clan in #473
- Fix and update alembic env and ini by @wu-clan in #474
- Fix login log parameter error in task by @wu-clan in #476
- Remove data scope in the role model by @wu-clan in #478
- Add postgresql database support by @Meepoljdx in #475
- Update opera log cost time precision by @wu-clan in #479
- Update opera middleware request args parse by @wu-clan in #481
- Bump msgspec from 0.18.6 to 0.19.0 by @wu-clan in #482
- Fix user cache when updated user role by @wu-clan in #483
- Update the route version define location by @wu-clan in #485
- Optimize docker deploy settings and scripts by @wu-clan in #486
- Add system notice interface by @dividduang in #487
- Add response model include data schema by @wu-clan in #490
- Update redocs arg and url to redoc by @wu-clan in #493
- Fix serialization when pagination is empty by @qhp13654398483 in #491
- Update return schema of query interface by @wu-clan in #492
- Add token related interfaces by @wu-clan in #495
- Fix return schema of user me api by @wu-clan in #497
- Fix current user info detail schema by @wu-clan in #499
- Update menu field show to display by @wu-clan in #498
- Fix casbin policy api return schema by @wu-clan in #500
- Fix opera log of non-dict request body by @wu-clan in #501
- Bump dependencies and pre-commits by @wu-clan in #504
- Fix the return datetime data encoder by @wu-clan in #505
- Fix fastapi config variable naming and type by @wu-clan in #506
- Fix the user pagination api return schema by @wu-clan in #507
- Fix OAuth2 service register user args by @wu-clan in #508
- Fix OAuth2 service user last login time by @wu-clan in #509
- Fix OAuth2 service user last login time by @wu-clan in #510
- Add plugin system and notice plugin by @wu-clan in #503
- Delete the threads in gunicorn config by @wu-clan in #512
- Add plugin requirements auto install functions by @wu-clan in #514
- Update casbin rbac verify to plugin by @wu-clan in #513
- Update the logic for create new token by @wu-clan in #516
- Add local file upload interfaces by @wu-clan in #489
- Update loguru and deploy log config by @wu-clan in #517
- Delete the model redundancy level field by @wu-clan in #518
- Update the built-in features in README by @wu-clan in #519
- @downdawn made their first contribution in #15
- @dependabot made their first contribution in #48
- @obrua made their first contribution in #347
- @yshan2028 made their first contribution in #385
- @Meepoljdx made their first contribution in #475
- @dividduang made their first contribution in #487
- @qhp13654398483 made their first contribution in #491
Full Changelog: https://github.com/fastapi-practices/fastapi_best_architecture/commits/v1.0.0