Releases: higress-group/higress-console
Releases · higress-group/higress-console
v2.1.3
What's Changed
- fix: Fix the OpenAPI doc generation job by @CH3CHO in #491
- feat: Support updating higress-config ConfigMap by @CH3CHO in #492
- feat: Add a modal telling user how to refer to token values in Secrets by @CH3CHO in #493
- fix: Only show domains with route in the MCP domain list for Nacos 3.x by @CH3CHO in #494
- feat: Show the usage of Nacos 3.x MCP server integration by @CH3CHO in #500
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- fix: Fix an display issue of SNI input in the service source form by @CH3CHO in #482
- feat: Support a new LLM provider type, AWS Bedrock by @CH3CHO in #483
- fix: Disable swagger by default and remove a redundant Bouncy Castle dependency by @CH3CHO in #485
- feat: Support a new registry type: nacos3 by @CH3CHO in #486
- fix: Update the configuration form of Nacos 3 service sources by @CH3CHO in #487
- feat: Show auth config in the route list by @CH3CHO in #488
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- feat:specify the response code that needs fallback by @hzhswyz in #465
- update mcp-server readme by @johnlanni in #474
- feat: 实现域名粒度插件配置的状态显示 by @VinciWu557 in #472
- fix: Fix an NPE when deleting a nonexistent registry by @CH3CHO in #467
- fix: Add a spacing between two buttons in the ai route list page by @CH3CHO in #469
- feat: Update Wasm plugin edit form by @CH3CHO in #471
- fix: Fix the pod env customization in the helm chart by @CH3CHO in #475
- feat: categorize plugins by @cr7258 in #477
- fix: Fix namespace in envoyfilter-route-fallback.yaml template by @firebook in #479
- feat: Add ai-data-masking plugin into the list by @CH3CHO in #480
New Contributors
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- feat: Support customizing imagePullSecret and imagePullPolicy of built-in plugins by @lcfang in #463
- add mcp server plugin by @johnlanni in #464
- update mcp-server README by @johnlanni in #466
New Contributors
Full Changelog: v2.0.5...v2.1.0
v2.1.0-rc.1
What's Changed
- 修复 issue #434: 分页类中,分页取值取错的问题 by @daidaipianzi in #437
- fix: Fix some display issues on the AI route edit page by @CH3CHO in #438
- fix: Use EQUAL match in the generated default route by @CH3CHO in #442
- chore: Add K8s API response details when logging a K8s ApiException by @CH3CHO in #432
- feat: Support customizing image URL of built-in plugins by @CH3CHO in #441
- fix: Remove some unnecessary error logs from AiProxyController by @CH3CHO in #439
- feat: 路由列表支持查看已启用策略,策略列表标注已启用策略 by @VinciWu557 in #429
- fix: Fix some bugs in AI gateway management by @CH3CHO in #443
- add ai-search plugin info by @johnlanni in #444
- feat: add first token latency and request process duration panel by @cr7258 in #448
- feat: Support for customizing environment variables by @NathanChan in #452
- fix: Run loki, prometheus and grafana as root by default to fix access permission issues by @CH3CHO in #436
- feat: Use "unspecified" as the default protocol of static and dns service sources by @CH3CHO in #445
- feat: Support auth config in route management by @CH3CHO in #447
- fix: Remove two redundant envs by @CH3CHO in #449
- feat: Support configuring multiple upstreams when using model predicates in AI routes by @CH3CHO in #450
- feat: Show match rules in the AI route list by @CH3CHO in #451
- feat: Add filter function to the AI route list by @CH3CHO in #453
- feat: Support configuring multiple key-auth credentials in one consumer by @CH3CHO in #454
- fix: Fix incorrect query parameter displays in the swagger doc by @CH3CHO in #460
New Contributors
- @daidaipianzi made their first contribution in #437
- @VinciWu557 made their first contribution in #429
- @NathanChan made their first contribution in #452
Full Changelog: v2.0.4...v2.1.0-rc.1
v2.0.5
What's Changed
- 修复 issue #434: 分页类中,分页取值取错的问题 by @daidaipianzi in #437
- fix: Fix some display issues on the AI route edit page by @CH3CHO in #438
- fix: Use EQUAL match in the generated default route by @CH3CHO in #442
- chore: Add K8s API response details when logging a K8s ApiException by @CH3CHO in #432
- feat: Support customizing image URL of built-in plugins by @CH3CHO in #441
- fix: Remove some unnecessary error logs from AiProxyController by @CH3CHO in #439
- feat: 路由列表支持查看已启用策略,策略列表标注已启用策略 by @VinciWu557 in #429
- fix: Fix some bugs in AI gateway management by @CH3CHO in #443
- add ai-search plugin info by @johnlanni in #444
- feat: add first token latency and request process duration panel by @cr7258 in #448
- feat: Support for customizing environment variables by @NathanChan in #452
- fix: Run loki, prometheus and grafana as root by default to fix access permission issues by @CH3CHO in #436
- feat: Use "unspecified" as the default protocol of static and dns service sources by @CH3CHO in #445
- feat: Support auth config in route management by @CH3CHO in #447
- fix: Remove two redundant envs by @CH3CHO in #449
- feat: Support configuring multiple upstreams when using model predicates in AI routes by @CH3CHO in #450
- feat: Show match rules in the AI route list by @CH3CHO in #451
- feat: Add filter function to the AI route list by @CH3CHO in #453
- feat: Support configuring multiple key-auth credentials in one consumer by @CH3CHO in #454
- fix: Fix incorrect query parameter displays in the swagger doc by @CH3CHO in #460
New Contributors
- @daidaipianzi made their first contribution in #437
- @VinciWu557 made their first contribution in #429
- @NathanChan made their first contribution in #452
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- feat: Support HTTP basic auth in API calls by @CH3CHO in #420
- feat: Support downloading AI dashboard configurations by @CH3CHO in #426
- feat: add search filter for routes in the route management page by @imp2002 in #423
- feat: Add a comment annotation to internal resources by @CH3CHO in #421
- feat: Support changing the controller service name in Helm chart by @CH3CHO in #422
- fix: Make sure AI route fallback resources can be deleted correctly by @CH3CHO in #425
- fix: Allow user to input any URL as a custom OpenAI endpoint by @CH3CHO in #427
- feat: Update Prometheus relabel_configs provided on the dashboard page by @CH3CHO in #428
- fix: Update the title of credential field in basic auth plugin by @CH3CHO in #424
- fix: Fix the incorrect upstream port value used when the ollama instance uses a custom port by @CH3CHO in #430
- feat: Improve the service list page by @CH3CHO in #431
New Contributors
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
What's Changed
- fix: Hide AI routes in the route list by @CH3CHO in #407
- feat: Show port info of MCP services by @CH3CHO in #408
- fix: llm domain by @cr7258 in #410
- feat: Support more LLM providers on the frontend by @CH3CHO in #412
- feat: Support customizing the redirection target of the index page by @CH3CHO in #413
- feat: Support customizing path, header and URL param predicates in AI Route by @CH3CHO in #414
- chore: add time unit for failover health check by @cr7258 in #416
- fix: Fix a bug in saving the fallback model of an AI Route by @CH3CHO in #417
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- update ai dashboard by @rinfx in #402
- fix: Fix bugs in AI console pages by @CH3CHO in #403
- feat: Update the version of all built-in plugins to 1.0.0 by @CH3CHO in #400
- feat: Enable ai-statistics plugin for AI routes by default by @CH3CHO in #405
- fix: Hide some built-in plugins for AI Route by @CH3CHO in #406
- fix: Not to log AuthExceptions by @CH3CHO in #404
New Contributors
Full Changelog: v2.0.0...v2.0.1