FixDeprecatedNew1.0.0
New pricing tiers, team roles, OAuth, webhooks, and API updates
April 15, 2026
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, andentry.deleted - HMAC-SHA256 signature validation has been added to all outbound webhooks. Verify incoming requests using the
X-Changelog-Signatureheader - Retry policy for failed deliveries: up to 3 attempts with exponential backoff (1s, 5s, 25s)
API
- GET
/v2/projects/:id/membersreturns the team membership list for a project - PATCH
/v2/projects/:id/settingsnow accepts acustom_domainfield
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/projectsendpoint is deprecated and will be removed in Q3