v1.1.0February 24, 2026
Phase 1 + 2 Launch
- PATCH support — Merge Patch (RFC 7396) and JSON Patch (RFC 6902)
- Bulk operations — Create, update, patch, or delete up to 100 docs in one request
- Auto-generated IDs — POST without an ID to get a unique 3-letter prefix + random ID
- Document metadata — _createdAt, _updatedAt, _version auto-managed
- Querying — Filter (eq, neq, gt, gte, lt, lte, contains, in, exists), sort, paginate, select fields, count
- Schema validation — Optional JSON Schema per collection with field-level errors
- API key scoping — Read-only vs read-write keys, key rotation endpoint
- Rate limiting — Per-key rate limits with X-RateLimit headers
- Billing integration — Polar.sh checkout, subscription webhooks, usage enforcement
- Documentation site — Interactive API explorer, multi-language code samples, error reference
- JavaScript SDK — @jsondb-cloud/client with TypeScript generics and query builder
- CORS support — Full CORS headers for browser-based API access
- Consistent error format — Structured error responses with error codes and X-Request-Id