chore(release): v3.7.0 — finalization

This commit is contained in:
diegosouzapw
2026-04-21 08:36:39 -03:00
parent 96d0f57558
commit 25e22df2cf

View File

@@ -4,13 +4,14 @@
---
## [3.7.0] — 2026-04-19
## [3.7.0] — 2026-04-21
### ✨ New Features
- **feat(providers):** Add ModelScope provider (Chinese AI marketplace) with Kimi K2.5, GLM-5, and Step-3.5-Flash integration. (#1430)
- **feat(core):** Implement provider-level Circuit Breaker to prevent cascading failures across connections, enforcing a 10-minute cooldown after 5 consecutive transient failures. (#1430)
- **feat(core):** Add daily quota exhaustion lock to detect "quota exceeded" signals and lock the specific model until midnight. (#1430)
- **feat(core):** Auto-inject `stream_options.include_usage = true` for OpenAI format streams to guarantee token usage is reported correctly during streaming. (#1423)
- **feat(dashboard):** Introduce real-time model status badges with countdown timers in the provider detail and combo panel interfaces. (#1430)
### 🐛 Bug Fixes