v2.0.6
higress-group/higressv2.0.6Jan 17, 2025by johnlanni
AI Summary
This release optimizes the gateway's metrics, caching, and WASM plugin capabilities, while introducing micro-frontend grayscale scenarios and fixing TLS configuration issues.
Key Highlights
- Enabled LDS cache and improved metrics reporting for better performance.
- Added support for micro-frontend grayscale scenarios via the frontend-gray plugin.
- Fixed TLS version annotation support for per-rule configuration.
- Improved AI plugins and removed dependencies on the deprecated ai-statistics plugin.
New Features
- LDS cache enablement
- Frontend-gray micro-frontend scenario support (IncludePathPrefixes field)
- TLS version annotation support for per-rule configuration
- AI plugins improvement
- Removed ai-statistic dependency
Full Release Notes
## What's Changed * feat: add TLS version annotation support for per-rule configuration by @yunmaoQu in https://github.com/alibaba/higress/pull/1592 * fix tls version annotation by @johnlanni in https://github.com/alibaba/higress/pull/1652 * Update metrics & enable lds cache by @johnlanni in https://github.com/alibaba/higress/pull/1650 * rel: Release 2.0.6-rc.1 by @johnlanni in https://github.com/alibaba/higress/pull/1653 * Optimize wasmplugin proto by @johnlanni in https://github.com/alibaba/higress/pull/1656 * Improve ai plugins by @rinfx in https://github.com/alibaba/higress/pull/1657 * remove dependency for ai-statistic by @rinfx in https://github.com/alibaba/higress/pull/1660 * [frontend-gray] Micro-frontend grayscale scenario, supporting the IncludePathPrefixes field by @heimanba in https://github.com/alibaba/higress/pull/1666 * fix: resolve blocking issue with minimax responses in ai-proxy by @hanxiantao in https://github.com/alibaba/higress/pull/1663 * add higress architecture doc by @2456868764 in https://github.com/alibaba/higress/pull/1662 * add ai_log field by @johnlanni in https://github.com/alibaba/higress/pull/1669 * fix: Fix a typo in the README files of ai-statistics plugin by @CH3CHO in https://github.com/alibaba/higress/pull/1670 * Release 2.0.6-rc.2 by @johnlanni in https://github.com/alibaba/higress/pull/1671 * update cpp wasm plugins by @johnlanni in https://github.com/alibaba/higress/pull/1675 * Fix istio lds cache by @johnlanni in https://github.com/alibaba/higress/pull/1679 * release 2.0.6-rc.3 by @johnlanni in https://github.com/alibaba/higress/pull/1680 * fix: baidu api issue by @cr7258 in https://github.com/alibaba/higress/pull/1685 * Release 2.0.6 by @johnlanni in https://github.com/alibaba/higress/pull/1686 ## New Contributors * @yunmaoQu made their first contribution in https://github.com/alibaba/higress/pull/1592 **Full Changelog**: https://github.com/alibaba/higress/compare/v2.0.5...v2.0.6