Major Changes
- Channel parameter override now supports
copy,trim_prefix,trim_suffix,ensure_prefix,ensure_suffix,trim_space,to_lower,to_upper,replace, andregex_replaceoperations. - Doubao now supports the native
/v1/responsesformat. - io.net i18n support, and deployment operation UI/UX optimization.
- Check-in now supports integration with Cloudflare Turnstile.
主要变更
- 渠道参数覆盖增加 copy, trim_prefix, trim_suffix, ensure_prefix, ensure_suffix, trim_space, to_lower, to_upper, replace, and regex_replace 操作
- 豆包支持 /v1/responses 原生格式
- io.net i18n支持,部署操作UI/UX优化
- 签到支持接入Cloudflare Turnstile
What's Changed
- fix(checkin): prevent visual flicker when loading check-in component by @RedwindA in #2566
- remove duplicate condition in TaskLogsColumnDefs by @zpc7 in #2554
- feat: 支持仅使用x-api-key获取anthropic格式的模型列表 #2422 by @atopos31 in #2425
- feat: support HTTP_PROXY environment variable for default HTTP client by @wwalt1a in #2547
- fix: kling correct fail reason by @feitianbubu in #2532
- feat: support claude-haiku-4-5-20251001 on vertex by @prnake in #2393
- fix(task): 修复渠道配置多个key时无法获取任务的问题 by @a4399518s in #2447
- fix: CrossGroupRetry default false by @feitianbubu in #2570
- feat: add support for Doubao /v1/responses by @seefs001 in #2567
- feat: check-in feature integrates Turnstile security check by @seefs001 in #2571
- fix: gemini request -> openai tool call by @seefs001 in #2558
- fix: fix model deployment style issues, lint problems, and i18n gaps. by @seefs001 in #2556
- feat: add parameter coverage for more operations by @seefs001 in #2568
New Contributors
- @zpc7 made their first contribution in #2554
- @atopos31 made their first contribution in #2425
- @wwalt1a made their first contribution in #2547
- @a4399518s made their first contribution in #2447
Full Changelog: v0.10.5-checkin.1...v0.10.5-ionet.2