Summary
This release broadens OpenAPI integration — servers can now be defined as YAML endpoints, and OAuth2-secured OpenAPI servers correctly refresh their access token after a 401. It also ships a packaging fix that adds Cargo to the Docker image, corrects the Discord community link, and bumps typeorm and i18next-fs-backend.
Features
- Support OpenAPI YAML endpoints by @samanhappy in #950
Fixes
- fix OpenAPI OAuth2 token refresh after 401 by @samanhappy in #957
- Add Cargo to Docker image by @samanhappy in #956
- fix discord link by @samanhappy in #951
- chore(deps): bump typeorm from 0.3.28 to 0.3.29 by @dependabot in #952
- chore(deps): bump i18next-fs-backend from 2.6.4 to 2.6.6 by @dependabot in #953
摘要
本次发布扩展了 OpenAPI 集成——现在支持以 YAML 端点形式定义 OpenAPI 服务器,并修复了 OAuth2 保护的 OpenAPI 服务器在收到 401 后正确刷新访问令牌的问题。此外还包含一项打包修复(向 Docker 镜像中添加 Cargo)、修正 Discord 社区链接,以及 typeorm 与 i18next-fs-backend 的依赖升级。
功能
- 支持 OpenAPI YAML 端点 by @samanhappy in #950
修复
- 修复 OpenAPI OAuth2 令牌在 401 后的刷新问题 by @samanhappy in #957
- 向 Docker 镜像中添加 Cargo by @samanhappy in #956
- 修复 Discord 链接 by @samanhappy in #951
- chore(deps): 升级 typeorm 从 0.3.28 到 0.3.29 by @dependabot in #952
- chore(deps): 升级 i18next-fs-backend 从 2.6.4 到 2.6.6 by @dependabot in #953
References
- [codex] support OpenAPI YAML endpoints by @samanhappy in #950
- [codex] fix OpenAPI OAuth2 token refresh after 401 by @samanhappy in #957
- [codex] Add Cargo to Docker image by @samanhappy in #956
- fix discord link by @samanhappy in #951
- chore(deps): bump typeorm from 0.3.28 to 0.3.29 by @dependabot in #952
- chore(deps): bump i18next-fs-backend from 2.6.4 to 2.6.6 by @dependabot in #953
- Full changelog: v1.0.20...v1.0.21