Skip to content

v0.9.7

Choose a tag to compare

@github-actions github-actions released this 24 Aug 01:43
· 17 commits to main since this release

更新内容 / Updates

  • 修复 Responses 能力探测对普通模型不存在 404 的误判,避免错误写入 unsupported 能力缓存。

  • Fixed false negative Responses capability caching for ordinary model-not-found 404 responses.

  • 修复任意 validation 422 被误判为 Responses 协议不支持的问题。

  • Fixed arbitrary validation 422 errors being incorrectly treated as Responses protocol incompatibility.

  • 收窄 Responses fallback 和能力缓存更新条件,仅在明确协议/端点不支持时记录 unsupported。

  • Narrowed Responses fallback and capability-cache updates so unsupported is recorded only for explicit protocol/endpoint incompatibility.

  • 增加相关回归测试,覆盖模型不存在、任意验证错误和协议不支持场景。

  • Added regression tests covering model-not-found errors, arbitrary validation errors, and explicit protocol incompatibility.

验证 / Verification

  • JavaScript syntax: node --check app/web/static/app.js passed.
  • Focused Responses tests: 33 passed.
  • Full test suite: 624 passed.
  • GitHub Actions packaging, release, and GHCR jobs completed successfully.
  • Windows, Linux, and macOS ARM64 packages uploaded successfully.

Docker

docker pull ghcr.io/pricening/llm-aio-gateway:latest