v0.9.37
stepfun-ai/Step-Audiov0.9.37Apr 24, 2026by looplj
AI Summary
Added new database connection configuration with connection pool settings and introduced new channel types for Bailian Anthropic and Moonshot Coding, along with various fixes for model aliases and thinking block schemas.
Key Highlights
- Added new database connection config with pool settings
- Added Bailian Anthropic and Moonshot Coding channel types
- Added database connection limit configuration
- Fixed model alias alignment and Anthropic thinking block schema
- Fixed external_id length validation
New Features
- Database connection config with pool settings
- New channel types (Bailian Anthropic, Moonshot Coding)
- Bulk clear channel override operations
Full Release Notes
# Major Changes 1. Added new the db connection config # 重大变更 1. 增加了数据库连接池设置 ## What's Changed * feat(channels): add bailian_anthropic and moonshot_coding channel types with UI checkbox support by @banlanzs in https://github.com/looplj/axonhub/pull/1455 * fix: model alias from/to align, close #1454 by @looplj in https://github.com/looplj/axonhub/pull/1460 * opt: add database connection limit, close #1459 by @looplj in https://github.com/looplj/axonhub/pull/1462 * opt: block merge for hop-by-hop headers, close #1452 by @looplj in https://github.com/looplj/axonhub/pull/1463 * feat: import codex auth json, close #1425 by @looplj in https://github.com/looplj/axonhub/pull/1465 * fix: anthropic thinking block schema by @looplj in https://github.com/looplj/axonhub/pull/1466 * fix(ui): add missing field in secondary window by @LazuliKao in https://github.com/looplj/axonhub/pull/1457 * fix: fix external_id length by @LazuliKao in https://github.com/looplj/axonhub/pull/1472 * feat: github quota & refactor quota types by @LazuliKao in https://github.com/looplj/axonhub/pull/1470 * chore: sync model developers data by @github-actions[bot] in https://github.com/looplj/axonhub/pull/1474 * fix: should ensure anthropic thinking signature exit by @looplj in https://github.com/looplj/axonhub/pull/1477 * feat: bulk clear channel override oprations and allow replace when bu… by @looplj in https://github.com/looplj/axonhub/pull/1478 ## New Contributors * @banlanzs made their first contribution in https://github.com/looplj/axonhub/pull/1455 **Full Changelog**: https://github.com/looplj/axonhub/compare/v0.9.36...v0.9.37