Betula-L
|
6199fe414d
|
bugfix: map bedrock tool-call indexes and tool_choice (#3786)
Signed-off-by: Betula-L <6059935+Betula-L@users.noreply.github.com>
Co-authored-by: Betula-L <6059935+Betula-L@users.noreply.github.com>
|
2026-05-06 19:48:42 +08:00 |
|
rinfx
|
4aba4a9860
|
add cached token usage when converting openai to claude (#3766)
Signed-off-by: 钰诚 <yucheng.lxr@alibaba-inc.com>
|
2026-05-06 10:53:08 +08:00 |
|
Kent Dong
|
4e0d691432
|
fix: fix non-json logs with log_as_json enabled (#3779)
Signed-off-by: CH3CHO <ch3cho@qq.com>
|
2026-04-30 18:03:33 +08:00 |
|
Kent Dong
|
74c68180c8
|
fix: Skip TLS certificate verification for HTTPS upstreams (#3770)
Signed-off-by: CH3CHO <ch3cho@qq.com>
|
2026-04-29 17:15:54 +08:00 |
|
EndlessSeeker
|
9b9f6b900a
|
docs: update SECURITY.md, CONTRIBUTING docs for CNCF/OpenSSF compliance (#3764)
Signed-off-by: EndlessSeeker <1766508902@qq.com>
|
2026-04-28 17:28:26 +08:00 |
|
JianweiWang
|
5173b4b2b8
|
feat(ai-security-guard): add fallback JSON paths for response content extraction (#3738)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: rinfx <yucheng.lxr@alibaba-inc.com>
|
2026-04-28 14:58:59 +08:00 |
|
澄潭
|
1d33067372
|
docs: add MAINTAINERS.md (#3754)
Signed-off-by: johnlanni <zty98751@alibaba-inc.com>
|
2026-04-24 16:25:24 +08:00 |
|
澄潭
|
fb8e1ef33f
|
Update README.md
|
2026-04-21 14:50:23 +08:00 |
|
澄潭
|
a93f77d838
|
feat(ai-prompt-decorator): add literal/regex replace rules for message content (#3739)
|
2026-04-20 20:52:36 +08:00 |
|
Kent Dong
|
90ccfc7ec5
|
feat(envoy-build): add patch command check and improve error handling logic (#3734)
|
2026-04-20 13:41:42 +08:00 |
|
Kent Dong
|
d72363d8d1
|
fix(build): Make sure golang-filter is built with the correct TARGET_ARCH (#3682)
Co-authored-by: EndlessSeeker <153817598+EndlessSeeker@users.noreply.github.com>
|
2026-04-20 11:24:20 +08:00 |
|
Kent Dong
|
784cffa5e2
|
fix: Add default values to Dockerfile.higress to fix build warnings (#3425)
|
2026-04-20 10:52:15 +08:00 |
|
Kent Dong
|
8b8a710305
|
refactor(ai-cache): update README files to match latest config parsing code (#3730)
|
2026-04-20 09:45:39 +08:00 |
|
woody
|
65405965b6
|
fix(ai-proxy): harden Claude stream conversion compatibility (#3733)
|
2026-04-18 21:27:27 +08:00 |
|
JianweiWang
|
9128cbf729
|
fix(ai-security-guard): 移除Suggestion=block的兜底逻辑,改为基于阈值判断 || fix(ai-security-guard): Remove the cover-up logic of Suggestion=block and change it to based on threshold judgment (#3731)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2026-04-17 14:42:22 +08:00 |
|
woody
|
94b40aab9a
|
feat(ai-proxy): support Qwen reranks and conversations paths (#3724)
|
2026-04-16 15:52:58 +08:00 |
|
woody
|
26e17c48eb
|
fix(ai-proxy): migrate Qwen responses endpoint to new compatible path (#3722)
|
2026-04-16 10:13:25 +08:00 |
|
JianweiWang
|
b1187cc14d
|
feat(ai-security-guard): enhance risk action resolution and support sensitive data masking (#3690)
Co-authored-by: rinfx <yucheng.lxr@alibaba-inc.com>
|
2026-04-15 11:14:56 +08:00 |
|
johnlanni
|
e2beb6cd45
|
Revert "feat(model-mapper): 新增 modelToHeader 配置项并优化 header 更新逻辑 || feat(model-mapper): Added modelToHeader configuration item and optimized header update logic (#3689)"
This reverts commit 60ce07d297.
|
2026-04-11 07:57:38 +08:00 |
|
github-actions[bot]
|
899633ea5e
|
Add release notes (#3696)
Co-authored-by: EndlessSeeker <153817598+EndlessSeeker@users.noreply.github.com>
|
2026-04-10 13:56:25 +08:00 |
|
woody
|
bf96860a78
|
fix(vertex): add API Key auth for Vertex Raw Express Mode and fix tok… (#3695)
|
2026-04-10 09:55:27 +08:00 |
|
EndlessSeeker
|
2c15f97246
|
Release 2.2.1 (#3692)
v2.2.1
|
2026-04-09 20:11:46 +08:00 |
|
icylord
|
69523292cb
|
feat(helm): Optimize Helm charts, fine-tune the imagePullPolicy configuration for gateway, plugin server, and controller pods (#3550)
|
2026-04-08 21:47:48 +08:00 |
|
rinfx
|
60ce07d297
|
feat(model-mapper): 新增 modelToHeader 配置项并优化 header 更新逻辑 || feat(model-mapper): Added modelToHeader configuration item and optimized header update logic (#3689)
|
2026-04-08 17:12:46 +08:00 |
|
rinfx
|
228eb27e6a
|
feat(ai-proxy): 新增 providerBasePath 配置并优化 providerDomain 处理方式 (#3686)
|
2026-04-08 15:23:15 +08:00 |
|
JianweiWang
|
1c9e981bf2
|
feat(ai-security-guard): replace denyMessage with structured DenyResponseBody (#3642)
Co-authored-by: rinfx <yucheng.lxr@alibaba-inc.com>
|
2026-04-01 19:38:01 +08:00 |
|
woody
|
89587c1c9b
|
fix: remove non-standard thinking/reasoning_max_tokens from Claude-to… (#3667)
|
2026-04-01 09:40:14 +08:00 |
|
woody
|
cd8ed99db5
|
Vertex structured outputs (#3649)
|
2026-03-30 17:26:55 +08:00 |
|
woody
|
889ea67013
|
feat(provider): 优化 Azure multipart 处理 || feat(provider): Optimize Azure multipart processing (#3651)
|
2026-03-30 13:45:41 +08:00 |
|
Kent Dong
|
83461887dc
|
fix: Remove unused pilot values in the helm chart (#3657)
|
2026-03-30 13:45:13 +08:00 |
|
Kent Dong
|
983c57f404
|
fix: Fix a bug in template processor occurred when mixing default and non-default namespaces in one config (#3652)
|
2026-03-27 20:02:22 +08:00 |
|
rinfx
|
231ba1cd23
|
support gemini & claude domain setting (#3638)
|
2026-03-26 11:12:30 +08:00 |
|
Jholly
|
3fc01913cf
|
docs: replace broken higress.io links (#3644)
Co-authored-by: Kent Dong <kentstl@163.com>
|
2026-03-26 09:39:44 +08:00 |
|
shiyan
|
213286bb9e
|
fix(kingress): include header match in duplicate-route dedup key (#3580)
Fix incorrect duplicate-route detection in the KIngress controller that caused header-differentiated routes to be silently dropped.
|
2026-03-24 16:17:46 +08:00 |
|
shiyan
|
c75f741104
|
fix: update kingress status logic (#3575)
Signed-off-by: shi_yan <shi_yan@trip.com>
|
2026-03-24 14:58:01 +08:00 |
|
rinfx
|
cce53203ce
|
ai-statistics: increase default value_length_limit and emit AILog during streaming usage (#3624)
|
2026-03-23 14:04:02 +08:00 |
|
daofeng
|
23a0299d3b
|
feat: add CI workflow to build and push plugin-server image on release (#3632)
|
2026-03-22 22:11:03 +08:00 |
|
澄潭
|
36a1680952
|
Update model configurations for new GPT-5.4 versions
|
2026-03-22 16:16:49 +08:00 |
|
Kent Dong
|
ca22fcb90b
|
feat: Add responses to the default path suffix list of model-router and model-mapper (#3585)
|
2026-03-20 13:52:49 +08:00 |
|
Sunrisea
|
70ec36107a
|
chore(nacos): upgrade nacos-sdk-go/v2 from v2.3.2 to v2.3.5 (#3587)
|
2026-03-20 13:46:41 +08:00 |
|
澄潭
|
ca7ee6ef5f
|
feat(ai-proxy): add promoteThinkingOnEmpty and hiclawMode config options (#3625)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-20 00:39:47 +08:00 |
|
woody
|
045238944d
|
Feat/new api path support (#3620)
|
2026-03-19 19:25:55 +08:00 |
|
woody
|
62df71aadf
|
feat(ai-proxy): 添加Amazon Bedrock Prompt Cache保留策略配置及优化缓存处理逻辑 (#3609)
|
2026-03-18 20:37:04 +08:00 |
|
woody
|
8961db2e90
|
fix: vertex streaming chunk parse (#3599)
|
2026-03-16 21:13:18 +08:00 |
|
woody
|
94f0d7179f
|
fix: bedrock canonical URI sig (#3590)
|
2026-03-16 14:54:19 +08:00 |
|
澄潭
|
f1e305844e
|
feat(ai-proxy): add mergeConsecutiveMessages option to merge consecutive same-role messages (#3598)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-16 14:28:17 +08:00 |
|
woody
|
68d6090e36
|
feat(bedrock): prompt caching params transform (#3563)
|
2026-03-12 17:44:42 +08:00 |
|
LiuXiang
|
65aba909d7
|
Fix duplicate import (#3582)
Signed-off-by: LiuXiang <lx1036@126.com>
|
2026-03-11 09:42:21 +08:00 |
|
Kent Dong
|
528e6c9908
|
rel: Upgrade console to v2.2.1 and release higress v2.2.1 (#3570)
|
2026-03-09 11:52:59 +08:00 |
|
Damos chen
|
13b808c1e4
|
fix(mcp-session): send SSE endpoint event via local goroutine InjectData (#3567)
|
2026-03-05 20:17:16 +08:00 |
|