Skip to content

Releases: fastapi-practices/fastapi_best_architecture

v1.11.0

12 Nov 05:07
2b56168

Choose a tag to compare

What's Changed

  • Update changelog for v1.10.4 by @wu-clan in #916
  • Refactor foreign keys and relationships to pure logic by @wu-clan in #901

Full Changelog: v1.10.4...v1.11.0

v1.10.4

12 Nov 04:01
93e2f0f

Choose a tag to compare

What's Changed

  • Update changelog for v1.10.3 by @wu-clan in #895
  • Bump fastapi oauth2 from 0.0.1 to 0.0.2 by @wu-clan in #896
  • Update the interface timing accuracy in log by @wu-clan in #897
  • Optimize redis batch get and delete operations by @wu-clan in #899
  • Update the time column type in the task by @wu-clan in #900
  • Add the user social independent enum file by @wu-clan in #902
  • Optimize the request params of the service layer by @wu-clan in #903
  • Optimize the data permission condition build by @wu-clan in #904
  • Fix response status codes in the request logs by @wu-clan in #905
  • Add dept validation to user updates by @wu-clan in #906
  • Update the version number to 1.10.4 by @wu-clan in #907
  • Fix typo in the data permission prompt by @wu-clan in #909
  • Fix user cache cleanup when operating data rules by @wu-clan in #910
  • Fix create and delete department validations by @wu-clan in #911
  • Fix the user menu sidebar parsing by @wu-clan in #912
  • Add user social unbinding account interface by @wu-clan in #913
  • Fix user cache cleanup when updating data scope by @wu-clan in #915
  • Fix dept and menu table subqueries by @wu-clan in #914

Full Changelog: v1.10.3...v1.10.4

v1.10.3

30 Oct 11:26
90588eb

Choose a tag to compare

What's Changed

  • Update changelog for v1.10.2 by @wu-clan in #873
  • Fix docker default database env variables by @wu-clan in #874
  • Add port for fba sever in docker compose by @wu-clan in #875
  • Update the container naming in docker scripts by @wu-clan in #876
  • Fix the httpurl type compatibility with postgresql by @wu-clan in #877
  • Update the default length of user email column by @wu-clan in #878
  • Update the serializer of httpurl type by @wu-clan in #879
  • Fix the OAuth2 link acquisition in HTTPS by @wu-clan in #881
  • Add Google OAuth2 callback to opera log exclusion by @wu-clan in #882
  • Update the length style of the model columns by @wu-clan in #883
  • Bump dependencies to the latest version by @wu-clan in #890
  • Fix import in code generation api template by @wu-clan in #891
  • Fix celery compatibility with psycopg version by @wu-clan in #892
  • Fix the venv pip availability in Linux by @wu-clan in #893
  • Add the celery rabbitmq vhost config by @wu-clan in #894

Full Changelog: v1.10.2...v1.10.3

v1.10.2

21 Oct 07:54
1f958fc

Choose a tag to compare

What's Changed

  • Update the changelog for v1.10.1 by @wu-clan in #869
  • Bump rtoml and uvicorn to support python 3.14 by @wu-clan in #871
  • Optimize sqlalchemy types to simplify compatibility by @wu-clan in #870
  • Bump fastapi to remove warning for python 3.14 by @wu-clan in #872

Full Changelog: v1.10.1...v1.10.2

v1.10.1

18 Oct 10:20
d034b78

Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

17 Oct 15:04
b28a4d7

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

16 Oct 04:55
15a9527

Choose a tag to compare

What's Changed

  • Update changelog for v1.8.3 by @wu-clan in #849
  • Bump fastapi and pydantic to the latest by @wu-clan in #851
  • Update superuser verify to dependency injection by @wu-clan in #852
  • Fix the superuser verify missing auth by @wu-clan in #854
  • Update request state usage to context variable by @wu-clan in #853
  • Fix safely of access ctx in exception handlers by @wu-clan in #855
  • Refactor the service layer db session call method by @wu-clan in #850

Full Changelog: v1.8.3...v1.9.0

v1.8.3

13 Oct 09:30
74df1d1

Choose a tag to compare

What's Changed

  • Update changelog for v1.8.2 by @wu-clan in #841
  • Fix the pgsql script in dict plugin by @wu-clan in #842
  • Fix SQL script syntax error in config plugin by @wu-clan in #843
  • Bump dependencies and pre-commits by @wu-clan in #845
  • Update the ruff rules and format the code by @wu-clan in #846
  • Bump fastapi and sqlalchemy to support python 3.14 by @wu-clan in #847
  • Bump sqlalchemy-crud-plus from 0.12.0 to 0.12.1 by @wu-clan in #848

Full Changelog: v1.8.2...v1.8.3

v1.8.2

26 Sep 05:29
2f535e3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

09 Sep 11:18
2099c33

Choose a tag to compare

What's Changed

  • Update changelog for v1.8.0 by @wu-clan in #772
  • Optimize the celery crontab expression validation by @yanlingsishao in #773
  • Add bulk update interface for config plugin by @wu-clan in #774
  • Optimize email sending config update logic by @wu-clan in #775
  • Add test data SQL script for config plugin by @wu-clan in #776
  • Update the env parameter value in env file by @wu-clan in #777
  • Fix the docker compose env configuration file by @wu-clan in #778
  • Fix redis client not close after plugin parse by @wu-clan in #780
  • Fix the celery beat distributed lock timeout by @wu-clan in #779
  • Fix the plugin model object detection logic by @wuyao4 in #782
  • Update the celery task result table creation logic by @wu-clan in #783
  • Fix code generation template params and filename by @wu-clan in #784
  • Fix CLI openapi url in production environment by @siyue-wang in #785
  • Update the model datetime column type to custom by @wu-clan in #786
  • Update the opera log exception message record by @wu-clan in #788
  • Update the handling of CORS 500 status code by @wu-clan in #789
  • Add the Google OAuth2 login by @wu-clan in #790
  • Fix the tzinfo comparison in the timezone type by @IAseven in #787
  • Bump dependencies and pre-commits by @wu-clan in #791
  • Update the notice model and pagination by @wu-clan in #792
  • Add the dict type query all interface by @wu-clan in #794
  • Fix sql script syntax error in config plugin by @wu-clan in #793
  • Fix the psycopg dependency naming by @wu-clan in #795
  • Add schema for the tree data by @wu-clan in #796
  • Add the code generator to the CLI by @wu-clan in #798
  • Optimize the code generation interaction logic by @wu-clan in #799
  • Fix console import in main module by @wu-clan in #800
  • Fix the subprocess check call failed in windows by @yzbf-lin in #802
  • Fix alembic migration file missing import by @wu-clan in #803

New Contributors

Full Changelog: v1.8.0...v1.8.1