🐛 fix(frontend): remove retired gateway dependencies - #182
Merged
Conversation
Contributor
|
Closing this PR without merging. The |
Contributor
|
🎉 This PR is included in version 1.21.0-dev.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
1 task
Contributor
|
🎉 This PR is included in version 1.21.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
后端 1.20.2 已移除旧 gateway 模式,但前端仍通过
/v1/admin/system/module和/basic/*查询版本、执行升级。本次删除这些失效依赖,将系统服务卡片改为调用/v1/admin/tool/version,保留后端重启,并移除一键升级入口。/v1、/v2;保留可选 API 前缀,并在开发代理中去掉该前缀。📝 补充信息 | Additional Information
已通过
bun run check、bun run test、OpenAPI 相关契约测试、管理端和用户端构建、文档构建。两端构建产物中均不再包含旧网关接口。旧 gateway 部署需要按迁移说明调整后端监听地址和反向代理上游,并重新部署前端。
develop已同步main的 Swagger 提交1f8f1bc。