v2.7.0June 2026·Release notes
Marketing Email Subscriptions
You can now choose to receive email updates when we publish new blog posts or release product updates. Opt in during signup or from your notification settings — and if you're opted in, you'll get a clean, structured email with the full update summary straight to your inbox.
Share:X (Twitter)
New Features
Email Subscription Toggle — A new 'Receive updates and blog emails' toggle in your notification settings lets you opt in or out at any time. Changes save instantly.
Signup Opt-In — During account creation, there's now an optional checkbox to subscribe to updates. It's unchecked by default — you choose whether to opt in.
Structured Update Emails — When a new release is published, subscribed users receive a well-formatted email with the overall update summary, new features list, and improvements list — no raw JSON or technical jargon.
Blog Post Notifications — New blog posts trigger a notification email to subscribed users, including the post title, excerpt, and a direct link to read the full article.
Improvements
Event-Driven Architecture — The new email system uses background jobs to process sends asynchronously, with deduplication to prevent sending the same notification twice.
Batch Sending with Rate Limiting — Emails are sent in batches of 50 with built-in rate limiting, ensuring reliable delivery even as the user base grows.
Automatic Retry on Failure — If an email fails to send, the system retries up to 3 times before marking the job as failed, so transient errors don't cause missed notifications.