Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 20:24
cf6ad0b

0.3.0 (2025-12-29)

Features

  • Ability to overwrite locale on contact level with locale key on data (7615523)
  • Add additional banner and information about security metrics (bc8611a)
  • Add bulk actions to contact overview (726f667)
  • Add email verification and password reset (1a5607f)
  • Add email verification endpoint at /v1/verify (6a9f6aa)
  • Add plus address check to /v1/verify (afc405e)
  • Add project-scoped language for unsubscribe footer and contact-facing pages (e1f8263)
  • Allow to pick currency when starting subscription (8a136dd)
  • Email preview in contact and activity feed (72dffe1)
  • i18n: add German translations and update supported languages (a6bd2e7)
  • i18n: add Hindi translations for contact-facing pages (ddc14ae), closes #246

Bug Fixes

  • Add styling for visual editor emails in preview (5993b84)
  • Correctly reserve fields from being set on contact (61cea95)
  • Date filtering not working properly for custom contact data (97ab0a2)
  • Do not check verification if platform emails are not enabled (9567144)
  • Import no longer case-sensitive about email column (451dd03)
  • Pass through email verification if auth type is apiKey (d7b5d3f)
  • Persistence of subscription state for existing contacts (007a908)
  • Properly tag events in SegmentFilterBuilder.tsx (8f725c7)
  • Redirect verification link to dashboard instead of landing (35f5275)
  • Set auth type before disable check (862babb)
  • Variable substitution in transactional emails (8c03042)

Documentation

  • Add locale overwrite to project documentation (1fc1e23)
  • Add plus address check to /v1/verify (0d54b1a)
  • Improve docs with core-concept and guides (2ddfcec)
  • Update openapi.json to match actual API outputs (dc9b88d)