Skip to content

v0.0.20

  • issue 98 启动时优化 setup_route 流程
  • issue 100 Add concurrency features
  • 重新整理 docs 文档

v0.0.19

  • issue 97 BUG: serializer 中 exclude 了某些字段,如果在 detail_display 中未去除会报错
  • issue 96 BUG: customAdmin 无法使用

v0.0.18

v0.0.17

  • issue #69 解决 serializer 没有正确处理 null=true 的情况
  • issue #71 解决 AdminSite model 缺少的字段
  • issue #73 Auth 模块增加 create-superuser 命令
  • issue #76 重新整理所有 admin 相关的字段和属性

v0.0.16

  • 增强了 admin 配置的可定制性
  • 更新了认证 endpoints 返回结构化的响应
  • 改进静态文件处理 HTML 目录
  • 修复测试断言和 admin 模型配置

v0.0.15

本次更新完成了对 admin 和 auth 模块的实际实现。

  • 重新调整了 admin 和 auth 模块的结构和代码
  • [issue 58] 使用 cursor 自动调整了所有文档

v0.0.14

本次更新主要修复了 v0.0.13 带出的问题。

  1. 移除 run_in_loop 函数以及 loop.call_soon,使用 loop.run_until_complete 替代
  2. 增加 ipython 未安装的警告
  3. 更改模版中的 unfazed 版本号
  4. 修复的 admin 组件中 Model_saveBodyModel 的 bug
  5. 调整部份测试代码

v0.0.13

  • issue 57 使用 ipython 实现 shell
  • issue 56 支持 mount 路由
  • issue 55 当 app name 与 pkg name 不一致时报错
  • issue 54 解决 static 路由被 openapi 组件报错的问题

v0.0.12

  • issue #39 增加 middleware 在启动时的打印日志
  • issue #44 log 文件名添加 hostname 标识
  • issue #45 Redis 连接支持连接池相关参数
  • issue #49 放弃支持 3.0.x,只支持 3.1.x
  • issue #50 Add timer for unfazed setup
  • issue #51 delete useless logs in command

v0.0.11

v0.0.10

  • issue #30 add export_openapi command
  • issue #31 add OperationId in path function
  • issue #32 add enable_relations to Serializer Meta class, default is False
  • issue #33 opt TestClient Doc
  • issue #34 add allow_public to OpenAPI settings
  • issue #35 add more docs for CORS/GZIP/TRUSTED_HOSTS/SESSION

v0.0.9

  • issue #28 sys.exit when unfazed setup failed
  • issue #27 fix t.Annotated[int, p.Query(default=0)] bug
  • change publish workflow name from build to publish
  • change all unfazed log level to debug and display unfazed setup summary

v0.0.8

  • issue #24 support order_by in serializer
  • use unfazed-cli xxx to replace python manage.py xxx
  • issue #22 fix support pydantic 2.11.x

V0.0.7

  • use cursor to optimize code and add docstring
  • fix #17: add register_settings to conviniently register settings
  • add Scope/Send/Receive/Scope in unfazed.type