Releases: CJackHwang/ds2api
v2.1.7
优化镜像体积和优化构建流程。保障一致性体验
What's Changed
- feat: Implement multi-stage Docker build for releases, reusing pre-bu… by @CJackHwang in #51
Full Changelog: v2.1.6...v2.1.7
v2.1.6
重构提升稳定性
What's Changed
- ci: include docker image artifacts in release assets by @CJackHwang in #35
- 全渠道适配 工具调用优化 后端优化 by @CJackHwang in #37
- 测试 by @CJackHwang in #38
- 同步 by @CJackHwang in #39
- refactor: Relocate JavaScript source and Node.js test files to dedicated directories and extract OpenAI stream runtime tool call finalization logic. by @CJackHwang in #41
- fix(node): 移除被过滤工具调用的回退重发并对齐 Go 行为 by @CJackHwang in #42
- ci: 增加 Node 单测失败摘要输出 by @CJackHwang in #44
- Merge pull request #44 from CJackHwang/codex/investigate-release-workflow-error
ci: 增加 Node 单测失败摘要输出 by @CJackHwang in #45
- feat: prevent raw tool call JSON leakage for unknown or rejected tool calls and consolidate container publishing to GHCR. by @CJackHwang in #46
- ci: 增强 release-artifacts 工作流对 GHCR 超时与上传失败的容错 by @CJackHwang in #47
- Merge pull request #47 from CJackHwang/codex/fix-ci-workflow-errors-during-build
ci: 增强 release-artifacts 工作流对 GHCR 超时与上传失败的容错 by @CJackHwang in #48
- 更新 by @CJackHwang in #50
Full Changelog: v2.0.1...v2.1.6
v2.0.1
补充docker镜像构建
What's Changed
- ci: build and publish Docker images in release workflow by @CJackHwang in #33
- Merge pull request #33 from CJackHwang/codex/add-docker-image-build-to-github-actions
ci: build and publish Docker images in release workflow by @CJackHwang in #34
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Go重写正式版
强烈建议使用此版本获取最佳体验
What's Changed
- chore: Standardize Go version to 1.24 across Dockerfile, go.mod, GitHub Actions, and documentation. by @CJackHwang in #24
- 继续解决问题 by @CJackHwang in #25
- Dev by @CJackHwang in #27
- Stream Go proxy responses to Vercel clients by @CJackHwang in #28
- Merge pull request #28 from CJackHwang/codex/fix-api-stream-buffering-issue
Stream Go proxy responses to Vercel clients by @CJackHwang in #29
- feat: Add comprehensive historical and current Claude model IDs for API compatibility and dynamic Docker port configuration. by @CJackHwang in #30
- feat: Standardize tool name fallback to 'unknown' for parity with Go and ensure
parseToolconsistently returns raw input on parsing failures. by @CJackHwang in #31 - refactor: Improve chat stream content and tool call parsing with a new recursive extraction function and dedicated tests. by @CJackHwang in #32
Full Changelog: v1.1.0...v2.0.0
v2.0.0_Beta
go重制版
大量优化了稳定性,提高性能,更好的工具调用适配和流畅体验
What's Changed
- chore: Standardize Go version to 1.24 across Dockerfile, go.mod, GitHub Actions, and documentation. by @CJackHwang in #24
- 继续解决问题 by @CJackHwang in #25
- Dev by @CJackHwang in #27
- Stream Go proxy responses to Vercel clients by @CJackHwang in #28
- Merge pull request #28 from CJackHwang/codex/fix-api-stream-buffering-issue
Stream Go proxy responses to Vercel clients by @CJackHwang in #29
- feat: Add comprehensive historical and current Claude model IDs for API compatibility and dynamic Docker port configuration. by @CJackHwang in #30
- feat: Standardize tool name fallback to 'unknown' for parity with Go and ensure
parseToolconsistently returns raw input on parsing failures. by @CJackHwang in #31 - refactor: Improve chat stream content and tool call parsing with a new recursive extraction function and dedicated tests. by @CJackHwang in #32
Full Changelog: v1.1.0...v2.0.0_Beta
v1.1.0
请更新此版本以兼容最新的Deepseek接口
What's Changed
- feat: 账号管理界面优化 by @ronghuaxueleng in #19
- feat: Display Vercel configuration sync status and last sync time, and clear API tester streaming output before new requests. by @CJackHwang in #21
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
修复思考模型非流式调用返回问题。添加i18n。
- Unify non-stream parsing with SSE parser by @CJackHwang in #16
- feat: add bilingual docs and WebUI i18n toggle by @CJackHwang in #15
- Fix indentation in non-streaming SSE parsing by @CJackHwang in #17
Full Changelog: v1.0.3...v1.0.4
v1.0.3
修复了vercel部署问题,不再预构建产物
优化账号调试流程
What's Changed
- Improve dev Docker reload, account token/session handling, and Vercel sync by @CJackHwang in #7
- Build WebUI during Vercel deployment and enforce Cache-Control for admin UI by @CJackHwang in #8
- Revert "Build WebUI during Vercel deployment and enforce Cache-Control for admin UI" by @CJackHwang in #12
- Remove deprecated Vercel builds config by @CJackHwang in #14
- Stop committing WebUI build artifacts; add Vercel build + cache headers; remove committed static/admin files by @CJackHwang in #11
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
What's Changed
- feat(webui): 添加 API 密钥自动生成和复制功能 by @ronghuaxueleng in #4
- 配置工作流 构建产物更新 by @CJackHwang
New Contributors
- @ronghuaxueleng made their first contribution in #4
Full Changelog: v1.0.0...v1.0.1