fastapi driver support forward connect

This commit is contained in:
yanyongyu
2021-07-23 00:51:19 +08:00
parent 54a7e4808c
commit cf747f954c
5 changed files with 244 additions and 33 deletions

View File

@ -14,6 +14,9 @@ sidebar: auto
- 修复 `type_updater` `permission_updater` 未传递的错误
- 修复 `type_updater` `permission_updater` 参数 `state` 错误
- 修复使用 `state_factory` 后导致无法在 session 内传递 `state`
- 新增正向 Driver(Client) 支持
- 新增 `aiohttp` 正向 Driver
- `fastapi` Driver 新增正向支持
## v2.0.0a13.post1