Highlights
This release adds a new dashboard traffic flow Sankey chart for visualizing token routing and flow patterns, with interactive highlighting, persistent filters, and limits to keep large graphs readable. Channel management also gets a faster, cleaner card layout for easier browsing and reduced UI re-rendering.
New Features
- Added a dashboard traffic flow Sankey chart to help admins understand token flow and routing behavior at a glance (#5465).
- Added routing reliability management for better control and visibility over routing behavior.
Gallery
| Traffic flow chart | Channel management card layout |
|---|---|
|
|
Bug Fixes
- Fixed log filtering by login type in the new frontend (#5620).
- Fixed the billing history dialog layout so pagination no longer overlaps the list (#5627).
- Fixed model pricing entries that could not be deleted from the visual pricing list (#5628).
- Fixed repeated database column migrations running again after restarts (#5361, #5616).
Improvements
- Improved the channel management card layout and reduced unnecessary re-renders for a smoother experience.
- Simplified the model list for easier scanning and management.
- Updated channel icons for better visual consistency.
What's Changed
- fix: stop repeated allow_balance_pay column migration on restart by @feitianbubu in #5361
- fix: stop repeated allow_wallet_overflow column migration on restart by @feitianbubu in #5616
- feat(dashboard): 增加分流图,查看token流量。add traffic flow sankey chart by @Quaternijkon in #5465
- fix(log): 修复新前端日志按登录类型(type=7)筛选失效 by @feitianbubu in #5620
- fix(wallet): 修复计费历史弹窗分页与列表重叠 (#5624) by @feitianbubu in #5627
- fix(model-pricing): 修复模型定价列表项无法删除 (#5623) by @feitianbubu in #5628
New Contributors
- @Quaternijkon made their first contribution in #5465
Full Changelog: v1.0.0-rc.13...v1.0.0-rc.14

