github diegosouzapw/OmniRoute v2.0.4
Release v2.0.4

latest releases: v3.6.9, v3.6.8, v3.6.6...
one month ago

v2.0.4 — Round-Robin Persistence & Docker Compatibility

🐛 Bug Fixes

  • #218 — Round-robin sticks to one account — Added last_used_at column to provider_connections schema. Round-robin routing was always selecting the same account because the timestamp wasn't persisted. Includes auto-migration for existing databases
  • #217Cannot find module 'zod' in Docker/standalone — Added zod to serverExternalPackages so 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 + migration
  • src/lib/db/providers.ts — INSERT + UPDATE SQL
  • next.config.mjsserverExternalPackages

What's Changed

Full Changelog: v2.0.3...v2.0.4

Don't miss a new OmniRoute release

NewReleases is sending notifications on new releases.