Skip to content

Releases: xgpxg/aiway

Release 0.3.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 03:07
  • gateway:多服务实例时支持自动故障切换
  • gateway:清理不必要的日志输出

Release 0.3.5

Choose a tag to compare

@github-actions github-actions released this 24 Jul 06:32

🪲Bug fixes

  • 日志记录的客户端IP不准确
  • logg 未支持指定监听地址

👍Improvements

  • 优化bincode crate路径,插件实现方不再需要引入bincode

Release 0.3.4

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:42

💐New Features

  • 插件支持返回指定HTTP状态码
  • on_response_body 支持 async

🪲Bug fixes

  • logging阶段无匹配路由时导致unwrap

👍Improvements

  • 优化WASM插件调用性能

Release 0.3.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 06:29
  • 支持模型提供商接口故障后自动切换提供商
  • 修复UI展示问题

Release 0.3.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:50
  • 新增模型Token用量统计
  • 支持配置Token用量抽取方式
  • 新增模型调用日志记录
image

Release 0.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 13:49
  • gateway/console/access/aiway:Linux上更换为 musl 编译
  • UI:优化控制台菜单布局;修复插件后缀校验错误

Release 0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 09:19

插件系统不再使用动态链接库,全部更换为WASM,现在可以用任何语言编写WASM插件了。

Release 0.2.6

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:06

🪲Bug fixes

  • fix model proxy miss host header

Release 0.2.5

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:46

New Features

  • 支持从OpenAPI解析为MCP Tool

Bug fix

  • 修复access_address 参数配置错误

Improvements

  • 临时目录创建逻辑替换为统一的数据目录管理

Release 0.2.4

Choose a tag to compare

@github-actions github-actions released this 24 May 09:12

💐New Features

  • 新增接入层(access),用于L4转发和TLS终止
  • 新增多域名支持和证书管理

👍Improvements

  • 路由域名匹配时不在区分端口号