Files
higress/release-notes/2.1.11/README_ZH.md
github-actions[bot] b3fb6324a4 Add release notes (#3524)
Co-authored-by: johnlanni <6763318+johnlanni@users.noreply.github.com>
2026-02-22 20:14:09 +08:00

63 lines
3.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Higress Console
## 📋 本次发布概览
本次发布包含 **6** 项更新涵盖了功能增强、Bug修复、性能优化等多个方面。
### 更新内容分布
- **新功能**: 4项
- **Bug修复**: 2项
---
## 📝 完整变更日志
### 🚀 新功能 (Features)
- **Related PR**: [#666](https://github.com/higress-group/higress-console/pull/666) \
**Contributor**: @johnlanni \
**Change Log**: 此PR向内置插件添加了`pluginImageRegistry``pluginImageNamespace`配置支持,并通过环境变量来指定这些配置,使用户可以在不修改`plugins.properties`文件的情况下自定义插件镜像的位置。 \
**Feature Value**: 新增的功能允许用户更灵活地管理其应用的插件镜像源,提高了系统的可配置性和便利性,特别对于需要使用特定镜像仓库或命名空间的用户来说十分有用。
- **Related PR**: [#665](https://github.com/higress-group/higress-console/pull/665) \
**Contributor**: @johnlanni \
**Change Log**: 本PR为Zhipu AI及Claude引入了高级配置选项支持包括自定义域、代码计划模式切换以及API版本设置。 \
**Feature Value**: 增强了AI服务的灵活性和功能性用户现在可以更精细地控制AI服务的行为特别是对于需要优化代码生成能力的场景特别有用。
- **Related PR**: [#661](https://github.com/higress-group/higress-console/pull/661) \
**Contributor**: @johnlanni \
**Change Log**: 此PR为ai-statistics插件配置启用了轻量模式添加了USE_DEFAULT_RESPONSE_ATTRIBUTES常量并在AiRouteServiceImpl中应用了这一设置。 \
**Feature Value**: 通过启用轻量模式此功能优化了AI路由的性能尤其适合生产环境减少了响应属性缓冲提升了系统效率。
- **Related PR**: [#657](https://github.com/higress-group/higress-console/pull/657) \
**Contributor**: @liangziccc \
**Change Log**: 此PR移除了原有的输入框搜索功能新增了针对路由名称、域名等多个属性的多选下拉筛选框并实现了中英文语言适配。 \
**Feature Value**: 通过增加多条件筛选功能,用户能够更精确地定位和管理特定路由信息,提升了系统的易用性和灵活性,有助于提高工作效率。
### 🐛 Bug修复 (Bug Fixes)
- **Related PR**: [#662](https://github.com/higress-group/higress-console/pull/662) \
**Contributor**: @johnlanni \
**Change Log**: 该PR修正了mcp-server OCI镜像路径从`mcp-server/all-in-one``plugins/mcp-server`的变更,以匹配新的插件结构。 \
**Feature Value**: 通过更新镜像路径确保与新插件目录一致,从而保证服务正常运行,避免因路径错误导致的部署或运行问题。
- **Related PR**: [#654](https://github.com/higress-group/higress-console/pull/654) \
**Contributor**: @fgksking \
**Change Log**: 此PR通过升级springdoc内置的swagger-ui依赖解决了请求体显示为空的问题保证了API文档的准确性。 \
**Feature Value**: 修复了Swagger UI中空请求体值的问题提升了用户体验和开发者对API文档的信任度确保接口测试与实际使用的一致性。
---
## 📊 发布统计
- 🚀 新功能: 4项
- 🐛 Bug修复: 2项
**总计**: 6项更改
感谢所有贡献者的辛勤付出!🎉