v2.0.2
higress-group/higressv2.0.2Nov 8, 2024by johnlanni
AI Summary
This release adds support for Coze AI provider, introduces a model router plugin, and enhances frontend-gray capabilities for micro-frontend deployments.
Key Highlights
- Added support for Coze AI provider in ai-proxy.
- Introduced a model router plugin for request routing.
- Enhanced frontend-gray plugin with localStorage support and skip routes.
- Implemented SSE MIME parser for text/event-stream.
New Features
- Coze AI provider support
- Model router plugin
- Frontend-gray skipedRoutes and skipedByHeaders fields
- SSE MIME parser
- Key-auth consumer independent key source setting
Full Release Notes
## What's Changed * Ai proxy support coze by @rinfx in https://github.com/alibaba/higress/pull/1387 * feat: Support route fallback by default by @CH3CHO in https://github.com/alibaba/higress/pull/1381 * fix mcp service port protocol name by @johnlanni in https://github.com/alibaba/higress/pull/1383 * key-auth consumer support set independent key source by @johnlanni in https://github.com/alibaba/higress/pull/1392 * add dns&static registry e2e test by @2456868764 in https://github.com/alibaba/higress/pull/1393 * fix: Fix clean targets in Makefile by @CH3CHO in https://github.com/alibaba/higress/pull/1397 * feat: Update submodules: envoy/envoy, istio/isitio by @CH3CHO in https://github.com/alibaba/higress/pull/1398 * Update README_EN.md by @Smoothengineer in https://github.com/alibaba/higress/pull/1402 * [frontend-gray] support grayKey from localStorage by @heimanba in https://github.com/alibaba/higress/pull/1395 * fix: add HTTP2 protocol options to skywalking and otel cluster by @whalecold in https://github.com/alibaba/higress/pull/1379 * fix special charactor handle in ai-security-guard plugin by @rinfx in https://github.com/alibaba/higress/pull/1394 * Change http_content to Rc in HttpWrapper by @007gzs in https://github.com/alibaba/higress/pull/1391 * docs: add Japanese README and CONTRIBUTING files by @eltociear in https://github.com/alibaba/higress/pull/1407 * ai cache plugin support set skip ai cache header by @johnlanni in https://github.com/alibaba/higress/pull/1380 * add model router plugin by @johnlanni in https://github.com/alibaba/higress/pull/1414 * Ai data masking fix by @007gzs in https://github.com/alibaba/higress/pull/1420 * fix a bug of ip-restriction plugin by @sjtuzbk in https://github.com/alibaba/higress/pull/1422 * fix: do not create ingressclass when it's empty by @fengxsong in https://github.com/alibaba/higress/pull/1419 * feat: [frontend-gray] add skipedRoutes and skipedByHeaders field by @heimanba in https://github.com/alibaba/higress/pull/1409 * plugin ai-data-mask add log by @007gzs in https://github.com/alibaba/higress/pull/1423 * Improve the grammar of the sentence by @ankur0904 in https://github.com/alibaba/higress/pull/1426 * feat: implements text/event-stream(SSE) MIME parser by @jizhuozhi in https://github.com/alibaba/higress/pull/1416 * bugfix: plugin will block GET request by @rinfx in https://github.com/alibaba/higress/pull/1428 * add PILOT_ENABLE_ALPHA_GATEWAY_API and fix gateway status update by @hanxiantao in https://github.com/alibaba/higress/pull/1421 * fix model-router plugin by @johnlanni in https://github.com/alibaba/higress/pull/1432 * [ai-cache] Implement a WASM plugin for LLM result retrieval based on vector similarity by @Suchun-sv in https://github.com/alibaba/higress/pull/1290 * bugfix: remove config check and fix memory leak in traffic-tag by @tmsnan in https://github.com/alibaba/higress/pull/1435 * rel: Release v2.0.2 by @johnlanni in https://github.com/alibaba/higress/pull/1438 ## New Contributors * @Smoothengineer made their first contribution in https://github.com/alibaba/higress/pull/1402 * @eltociear made their first contribution in https://github.com/alibaba/higress/pull/1407 * @ankur0904 made their first contribution in https://github.com/alibaba/higress/pull/1426 * @tmsnan made their first contribution in https://github.com/alibaba/higress/pull/1435 **Full Changelog**: https://github.com/alibaba/higress/compare/v2.0.1...v2.0.2