Releases: iBUHub/AIStudioToAPI
Releases · iBUHub/AIStudioToAPI
v0.5.3
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
v0.5.1
v0.5.0
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
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
- @iBenzene made their first contribution in #22
- @Make-magic made their first contribution in #27
Full Changelog: v0.3.1...v0.4.0
v0.3.1
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
What's Changed
English
- feat: Add cross-platform setup-auth script by @MasakiMu319 in #7
- feat: Support OpenAI tools call by @bbbugg in #6
中文
- feat: 添加跨平台认证配置脚本 by @MasakiMu319 in #7
- feat: 支持 OpenAI 工具调用 by @bbbugg in #6
New Contributors
- @MasakiMu319 made their first contribution in #7
- @bbbugg made their first contribution in #6
Full Changelog: v0.2.11...v0.3.0