🔀 merge: release frontend gateway removal - #183
Merged
Merged
Conversation
🐛 fix(frontend): remove retired gateway dependencies
## [1.21.0-dev.2](v1.21.0-dev.1...v1.21.0-dev.2) (2026-09-05) ### 🐛 Bug Fixes / 问题修复 * **frontend:** remove retired gateway dependencies ([c038e9a](c038e9a)) ### 📚 Documentation / 文档更新 * **api:** sync Swagger from backend ([1f8f1bc](1f8f1bc))
✅ Deploy Preview for ppane-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
将已在
develop验证的旧 gateway 清理发布到正式分支,适配后端 1.20.2 移除网关模式后的接口行为。管理端版本卡片改用
/v1/admin/tool/version,保留后端重启,删除旧网关升级入口;移除 gateway Swagger 和生成客户端,更新 admin/common 接口,并让两端开发代理直接转发/v1、/v2。自定义 API 前缀继续通过反向代理转发。迁移说明随改动一起更新。📝 补充信息 | Additional Information
develop的 Build and Release 流水线 33948988687 成功,已发布 v1.21.0-dev.2。