Skip to content

Releases: iBUHub/AIStudioToAPI

v0.5.3

30 Jan 16:30

Choose a tag to compare

What's Changed

English

  • fix: ensure Content-Type headers and add keep-alive for OpenAI fake stream by @bbbugg in #48
  • feat: implement lightweight reconnect mechanism for WebSocket connections by @bbbugg in #51

中文

  • fix: 为所有请求统一补充 Content-Type 请求头,并为 OpenAI 假流式(fake stream)响应启用 keep-alive,提升协议兼容性与连接稳定性 by @bbbugg in #48
  • feat: 实现 WebSocket 连接的轻量级自动重连机制,增强长连接的可靠性 by @bbbugg in #51

Full Changelog: v0.5.2...v0.5.3

v0.5.2

27 Jan 16:49

Choose a tag to compare

What's Changed

English

  • fix: resolve OpenCode parameter incompatibility by @bbbugg in #41
  • fix: fix VNC startup conflict under concurrent conditions

中文

  • fix:修复 OpenCode 参数不兼容问题 by @bbbugg in #41
  • fix:修复 VNC 在并发情况下启动冲突问题 by @bbbugg

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Jan 15:39

Choose a tag to compare

What's Changed

English

  • fix: add immediate retry abort for 429/503 status codes by @bbbugg in #38
  • chore: optimized console UI and browser startup speed by @bbbugg

中文

  • fix: 为 429/503 状态码添加即时重试中止功能 by @bbbugg in #38
  • chore: 优化了控制台 UI 以及浏览器启动的速度 by @bbbugg

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Jan 15:58

Choose a tag to compare

What's Changed

English

  • refactor: introduce an intelligent polling mechanism to speed up browser startup by @bbbugg in #32
  • chore: enable automatic Docker Hub image updates and synchronized releases by @bbbugg in #33
  • refactor(ui): redesign user interface and improve styles by @iBenzene in #35

中文

  • refactor: 引入了更加智能的轮询机制,让浏览器的启动更加快速 by @bbbugg in #32
  • chore: Docker Hub 镜像现已支持自动更新与同步发布 by @bbbugg in #33
  • refactor(ui): 重新设计了控制台 UI by @iBenzene in #35

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Jan 19:18

Choose a tag to compare

What's Changed

English

  • feat: implement automatic auth credential updates by @bbbugg in #21
  • feat: add support for OpenAI structured output (response_format) by @iBenzene in #22
  • feat: add Gemini API Endpoint for Files API by @Make-magic in #27

中文

  • feat: 实现了自动更新认证凭据(Auth Credential)的功能 by @bbbugg in #21
  • feat: 新增 OpenAI 风格的结构化输出(response_format)的支持 by @iBenzene in #22
  • feat: 支持 Files API by @Make-magic in #27

Warning

This version and later versions automatically update the auth file when logging in or switching Google accounts, as well as at regular intervals, to extend its validity period. To disable this feature, set the environment variable ENABLE_AUTH_UPDATE=false.

此版本及后续版本会在登录/切换 Google 账号时以及定期自动更新 auth 文件,以延长其有效期。若想禁用此功能,请设置环境变量 ENABLE_AUTH_UPDATE=false

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

12 Jan 16:04

Choose a tag to compare

What's Changed

English

  • fix: Deduplicate authentication credential rotation based on email by @MasakiMu319 in #10
  • feat: Implement system readiness checks during browser recovery and request handling by @bbbugg in #12

中文

  • fix: 根据邮箱地址去重认证凭据 by @MasakiMu319 in #10
  • feat: 在浏览器恢复和请求处理过程中,引入系统就绪检查 by @bbbugg in #12

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Jan 13:02

Choose a tag to compare

What's Changed

English

  • feat: Add cross-platform setup-auth script by @MasakiMu319 in #7
  • feat: Support OpenAI tools call by @bbbugg in #6

中文

New Contributors

Full Changelog: v0.2.11...v0.3.0