Skip to content

v0.2.0

Choose a tag to compare

@ridvan ridvan released this 24 Apr 10:52
2a3d4be

Added

  • Added an organization-scoped integrations platform with encrypted provider secrets, address-level email.received subscriptions, queue-backed dispatch, retry/backoff handling, dispatch replay, and delivery-attempt tracking.
  • Added Telegram integrations for inbound-email notifications, including connection validation, saved-integration confirmation messages, bot/chat metadata, and email delivery messages with dashboard links when available.
  • Added environment-backed integration limits: organizations default to 3 integrations and 100 integration dispatch attempts per rolling day, with over-limit dispatches kept scheduled instead of dropped.
  • Added integration management UI in organization settings and compact provider-first integration selectors in the create/edit address flows.
  • Added integrations documentation across the README, installation docs, API reference, Cloudflare resources, secrets, and limits/security pages.

Changed

  • Refactored account settings into hash-linked tabs for Profile, Password, Two-Factor, and API Keys.
  • Refactored organization settings into hash-linked tabs for Profile, Members, Invitations, and Integrations.
  • Updated the landing page and docs navigation to surface integrations as a first-class product capability.

Fixed

  • Fixed the integration dispatch queue binding name in Worker configuration.