Pricing & Rate Limits
Plan limits and rate limits have been updated across all tiers.
| Plan |
Projects |
Entries/mo |
AI generations/mo |
Rate limit |
| Free |
3 |
50 |
10 |
100 req/day |
| Pro |
Unlimited |
Unlimited |
500 |
10,000 req/day |
| Enterprise |
Unlimited |
Unlimited |
500 |
100,000 req/day |
Enterprise includes SSO and audit logs.
Onboarding & Auth
- Onboarding flow has been redesigned from 7 steps to 3
- OAuth login is now available via Google and GitHub
Team Management
- Team roles (Admin, Editor, Viewer) are now available
- Editors can now publish entries — previously restricted to Admins only
Webhooks
- Three new webhook events are available:
entry.published, entry.updated, and entry.deleted
- HMAC-SHA256 signature validation has been added to all outbound webhooks. Verify incoming requests using the
X-Changelog-Signature header
- Retry policy for failed deliveries: up to 3 attempts with exponential backoff (1s, 5s, 25s)
API
- GET
/v2/projects/:id/members returns the team membership list for a project
- PATCH
/v2/projects/:id/settings now accepts a custom_domain field
Fixes & Improvements
- Form validation errors now appear inline instead of at the top of the page
- Fixes session expiry after password reset
- Breaking: The
v1/projects endpoint is deprecated and will be removed in Q3