Skip to content

v0.9.0

Latest

Choose a tag to compare

@serenakeyitan serenakeyitan released this 16 Jul 01:26
· 262 commits to main since this release
01ab9d9

New: publish to Vercel. tdoc now has a second publish target alongside Cloudflare.

Added

  • Vercel publish targettdoc publish --platform vercel <slug> deploys the same worker to a Vercel Function (docs → Vercel Blob, metadata/comments → Upstash Redis). Cloudflare stays the default and existing users are unaffected — the platform is chosen once on first publish. Known Vercel tradeoffs (no per-doc comment-write serialization; ~4.5 MB upload cap) are documented in vercel/README.md. Contributed by @julies-claw (#76). 🎉

Fixed

  • Vercel sessions now expire — the Upstash KV shim dropped the worker's expirationTtl, so login sessions on Vercel never expired (unbounded key growth + no server-side expiry). The shim now forwards the TTL, matching Cloudflare KV (#77).

Full notes: CHANGELOG.md

🤖 Generated with Claude Code