Zcode2API v1.0.1 - Critical Stability Fixes
Critical bug fixes for production stability: eliminated false failovers, captcha solver race conditions, and proxy routing issues.
π₯ Critical Fixes
- Client abort no longer punishes accounts β disconnected clients (context canceled) used to trigger full proxy rotation cycle + risk strikes β 30-minute account freeze. Now exits immediately without penalties (internal/upstream/client.go, internal/gateway/forward.go)
- Captcha solver serialized β parallel mints caused disk cache races and exit 1 storms. Now queued via semaphore (internal/captcha/nodesolver.go)
- Honest logging β captcha mint logs now show "direct" instead of misleading proxy name (mints never use proxies)
β¨ Improvements
- Claude model aliases β route
claude-opus-4-8,claude-sonnet-4-6βGLM-5.3,claude-3-5-haiku-latestβGLM-5.3-Flash(checked before catalog lookup) - Billing via round-robin proxy β billing requests now rotate through proxy pool instead of single sticky line (prevents "Not Enough Connections" on 46+ account scans)
- Proxy re-seed on empty pool β
PROXY_FILEnow re-populates profiles on empty DB or after Clear all (fixed self-deadlock inproxyMu) - Re-save JWT unfreezes account β
SetTokennow clearsrisk_strikes+cooling_until(intentional unfreeze) - Client version bump β
3.10.2β3.14.0(both chat and billing) - Unified AppVersion β single source of truth in
config.AppVersion(1.0.1), removed duplicates in main/gateway
π₯ Downloads
| Platform | Download | Size |
|---|---|---|
| Windows x64 | zcode2api-windows-amd64.exe |
~24.5 MB |
| Linux x64 | zcode2api-linux-amd64 |
~24.2 MB |
| macOS Intel | zcode2api-macos-amd64 |
~24.4 MB |
| macOS Apple Silicon | zcode2api-macos-arm64 |
~24.0 MB |
| Config template | env.example |
1 KB |
π Quick Start
# Download binary + env.example
# Rename and configure
mv env.example .env # or: ren env.example .env (Windows)
# Run
./zcode2api-*Dashboard: http://localhost:3101
π Changelog
Full Changelog: v1.0.0...v1.0.1
π Documentation
- README: English | Π ΡΡΡΠΊΠΈΠΉ
- Repository: https://github.com/D3-vin/Zcode2Api
π± Contact
- Telegram: @D3_vin
- Author: @D3vin_dev