chore(release): v2.3.3

fix(providers): prevent error boundary crash when Test All fails or times out (PR #330)
This commit is contained in:
diegosouzapw
2026-03-12 09:56:51 -03:00
parent 1db948e9bb
commit 845787ab7f
3 changed files with 17 additions and 3 deletions

View File

@@ -11,6 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [2.3.3] — 2026-03-12
> ### Providers Test All Fix
### 🐛 Bug Fixes
- **Providers page crash when clicking 'Test All'** — Clicking 'Testar Todos' could trigger the error boundary ('Failed to load providers') when the batch test timed out or returned a non-JSON response. Fixed with:
- `AbortController` (90s timeout) on the `handleBatchTest` fetch
- Inner `try/catch` for `res.json()` — truncated/non-JSON responses no longer crash the component
- Null/type guard in `ProviderTestResultsView` — malformed results can no longer trigger a render exception
- New i18n key `providerTestTimeout` for friendly timeout message (PR #330)
---
## [2.3.2] — 2026-03-12
> ### Claude 1M Context, Postinstall Fix, New Models & OAuth Remote Docs

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "omniroute",
"version": "2.3.2",
"version": "2.3.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "omniroute",
"version": "2.3.2",
"version": "2.3.3",
"hasInstallScript": true,
"license": "MIT",
"workspaces": [

View File

@@ -1,6 +1,6 @@
{
"name": "omniroute",
"version": "2.3.2",
"version": "2.3.3",
"description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.",
"type": "module",
"bin": {