Cloudflare Workers, Netlify, and eight languages
- -Connect a Cloudflare account and CapyDB puts a Hyperdrive config in front of your cell, binds it to your Worker or Pages project, and keeps it current. Credentials stay on Cloudflare's side, so rotating them reaches your Worker without a redeploy.
- -Hyperdrive origins point at the pooled endpoint with a connection budget sized to your plan, rather than Cloudflare's default - which can be larger than a small plan's entire connection allowance.
- -A re-sync now changes nothing unless something actually changed. Rotations, restores and imports no longer quietly publish a new version of your Worker.
- -A CapyDB extension for Netlify: hold one API key at the team level, pick a database per site, and connection strings are resolved at build time. Nothing but a feature flag lands in your site's environment variables.
- -Databases installed through the Vercel Marketplace can be transferred between Vercel accounts. The cell, its storage and its connection strings move with the project, so deployments keep working; project-scoped API keys are revoked.
- -The site and dashboard now speak English, German, Spanish, French, Japanese, Korean, Portuguese and Chinese. English URLs did not move.
- -Corrected the point-in-time recovery window in the docs: it is 7 days, not the ~30 the disaster-recovery page had claimed. The restore path only ever used storage checkpoints, so 7 days was always the real answer.