Skip to content

v0.84.0

@tshafer tshafer tagged this 15 Jul 15:12
Added
- DatabaseDriver and RedisDriver for the queue — jobs that survive a restart,
  atomic claims across workers, persisted failed jobs; registerJobs() rebuilds
  classes across the process boundary
- queue:work / queue:failed / queue:retry / queue:flush console commands
- A Failed jobs panel in Watch with retry and delete
- Shared cache stores: DatabaseStore (+ cacheMigration) and kvStore (Cloudflare KV)
- Store-backed rate limiting: redisRateLimitStore (atomic) and cacheRateLimitStore
- Feature flags: per-scope persistence, overrides, MemoryFlagStore + DatabaseFlagStore
- make:model (-m -f -c) and make:migration generators, in the console and MCP
Assets 2
Loading