v2.0.4 — Round-Robin Persistence & Docker Compatibility
🐛 Bug Fixes
- #218 — Round-robin sticks to one account — Added
last_used_atcolumn toprovider_connectionsschema. Round-robin routing was always selecting the same account because the timestamp wasn't persisted. Includes auto-migration for existing databases - #217 —
Cannot find module 'zod'in Docker/standalone — AddedzodtoserverExternalPackagesso it's included in standalone builds. Your data is not lost — the crash prevented reading the existing database
Files Changed
src/lib/db/core.ts— Schema + migrationsrc/lib/db/providers.ts— INSERT + UPDATE SQLnext.config.mjs—serverExternalPackages
What's Changed
- fix: persist lastUsedAt for round-robin + zod in standalone build (#218, #217) by @diegosouzapw in #219
Full Changelog: v2.0.3...v2.0.4