Skip to content

Zcode2API v1.0.1 - Critical Stability Fixes

Latest

Choose a tag to compare

@D3-vin D3-vin released this 20 Sep 20:59

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_FILE now re-populates profiles on empty DB or after Clear all (fixed self-deadlock in proxyMu)
  • Re-save JWT unfreezes account β€” SetToken now clears risk_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

πŸ“± Contact