Releases: useplunk/plunk
Releases · useplunk/plunk
v0.8.0
0.8.0 (2026-03-31)
Features
- Add multi-branch workflow conditions (switch/case) (92949b7)
- i18n: add Chinese translations (zh-TW, zh-HK, zh-CN) (33df563)
- i18n: add Italian translation (7b6872c)
Bug Fixes
- Adapt SNS Webhook validation regex pattern to also support AWS eusc partition (7b6540a)
- add alt text to email badge image (3b39d84)
- broken links to next-wiki.useplunk.com (e3ea5fb)
- Connect branches smoothly to original node (2c3e897)
- Enhance email step configuration validation and recipient handling (b50b5af)
- Enhance email step configuration validation and recipient handling (a99cde8)
- normalize field references and handle undefined values in JSON (b9d692c)
- Prevent switching if nodes are attached to multi-branch (c32b54f)
- update old references to next.useplunk.com (44987d2)
- visual editor preview (4451e92)
Documentation
v0.7.1
v0.7.0
0.7.0 (2026-03-05)
Features
- api: support inline images in emails using Content-ID (9b15b93)
- Sort projects alphabetically in the dashboard and fix layout (64bd094)
- Static segments (4b51e38)
Bug Fixes
- Add support for STATIC segment type in CampaignService (7bd098b)
- correct cookie domain for .local TLD hostnames (59aa784)
- Correctly set domain status on manual verify (21af8fe)
- Do not unsubscribe existing contacts (2c4d95e)
- Support any locale on creation (ec1f4c9)
- Verify SNS URL before sending fetch request (b8f1ad9)
Documentation
- Static segments (e8a247f)
v0.6.0
0.6.0 (2026-02-19)
Features
- Ability to change workflow trigger (eec37ec)
- Add billing for inbound (3330d83)
- Add billing for inbound (de7ed84)
- Add dedicated received type (f947ee6)
- i18n: Add Spanish language (9c69c7a)
Bug Fixes
- Enhance email bounce notification with latest bounce details (e639c72)
Documentation
- Add receiving emails functionality and update DNS records documentation (b426986)
v0.5.0
0.5.0 (2026-02-17)
Features
- Ability to disable signups and disable email verification for self-hosters (9316564)
- add "olderThan" segment filter operator (b5fa21a)
- Add additional checks for website, NS records and personal emails (0a67a82)
- Add advanced DNS configuration (7964563)
- Add bounce and complaint filter to activity feed (c85df75)
- add documentation link and redirect to WIKI_URI (4c81d9e)
- Add inbound handling (d050b55)
- Add initial handling in webhook for inbound (e01dc40)
- Add initial handling in webhook for inbound (c286f49)
- add minimum thresholds for bounce and complaint rates (d55dda3)
- Add support for custom email recipients in workflow steps (78d3d22)
- i18n: Add Bulgarian translations (663bc2b)
- i18n: add Czech locale translations (14c471e)
- i18n: add Polish locale translations (7a6df77)
- i18n: add Polish locale translations (d2d779c), closes #246
- i18n: Add Portuguese translations (c2afb2d)
- Integrate NuqsAdapter for improved state management and query handling (0cf0a26)
- Remove domain from AWS if no longer in use by other projects (e6baace)
Bug Fixes
- added missing services:down script, added "win32" to supportedArchitectures for yarn package installation, added missing required WIKI_URI to .env.example of api (ddbe523)
- Center "Add Step" nodes below parent nodes and update positions on drag (e4e334c)
- Enhance email activity filtering by adding date range checks (ad0c17d)
- Ensure template type is loaded before rendering Select (8a38766)
- Implement merging for activity updates to preserve component state (0d4b694)
- Improve bounce handling logic to differentiate between permanent and transient bounces (7df43d8)
- Improve email verification logic by prioritizing MX record checks and clarifying domain existence validation (26800a8)
- Refactor Redis keys to prevent multiple messages on concurrent requests (4db1ccc)
- Remove 'Optional' label from MAIL FROM Domain and Inbound Email headings (f9b1354)
- Update contact subscription logic for upsert operations (a928666)
- Update URL replacement logic to handle runtime paths and add warnings for missing files (c07816c)
Code Refactoring
- remove unnecessary logging for segment processing (42ceb6e)
Documentation
v0.4.0
0.4.0 (2026-01-08)
Features
- Add cooldown to resend verification email (457c829)
- Add email verification on signup (fb02051)
- Add forwarding domains as verification check (e732c76)
- Add id as reserved field in templates, campaigns and workflows (7386441)
- Add platform emails for domain verification and expiration (19554e6)
Bug Fixes
- Add better validation for sender email (e75e07f)
- Catch unknown content-type headers (a5c5754)
- Check email volume for 7-day window (492beb0)
- Copy types build files (49824af)
- Enhance CORS handling to allow requests with rejection logging (718251c)
- Migrate over to new pagination format in dashboard (8790c45)
- Reentry into segment not working after exit (4dce71a)
- Refactor CORS handling to allow unrestricted access for public API endpoints (940c893)
- Update sentCount on campaign sent for correct overview stats (ee00eb3)
- Update template fetching to use Template type and simplify body access (b6c5471)
- Update templates data fetching to use PaginatedResponse type (fa22b82)
Documentation
- Add more details about personalisation (940a4d2)
v0.3.0
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
v0.2.0
0.2.0 (2025-12-16)
Features
- ability to create new campaigns based on templates or previous campaigns (6b25bbe)
- Add improved html editor using CodeMirror (672f1e6)
- Add security center and warning for exceeding bounce/complaint rates (fbd3038)
- Added platform emails for billing limits and disabled projects (2485d2f)
- Automatically detect rate limit from AWS with ability to override in .env (3225c50)
- Improved createdAt and updatedAt visualisation (1019ba0)
Bug Fixes
- ability to clear reply-to and from name from templates and campaigns (badb035)
- Add additional checks for disabled projects (863e784)
- Add additional checks for disabled projects (780741e)
- add additional indexes on event model (1cd89d1)
- Allow changing audience type after creation of campaign (85b9d7a)
- Better highlight warnings in SecurityWarningBanner.tsx (91eb0f3)
- Clear notification cache keys when changing billing limits (e50c33a)
- Correctly show recipient count during creation and edit (d0191be)
- custom relative time to shorten strings for better UI fit (5e4adb7)
- display email progress instead of scheduling progress for campaigns (07f875c)
- Hide upsell banner if billing is not configured (433e796)
- Increase z-index of color picker (769e374)
- Move react and react-dom to dependencies instead of peerDependency for API (a555a12)
- Move react and react-dom to dependencies instead of peerDependency for API (f37bfcc)
- Only check free tier limits if billing is enabled (1713b23)
- Only fetch project members if project Id is defined (5a0a41c)
- Overflow of inputs in email editor (3336fa1)
- Prevent manual tracking of internal events that are automatically tracked (f34052e)
- prevent scheduling of campaign if billing limit reached (a3bbb1e)
- show correct default value for placeholder (04275e3)
- Unauthenticated users are redirected to login on subscribe/unsubscribe/manage pages (11ef47b)
- Update recipient count on create/update of campaign (ff5c79c)
- Verify if sending without tracking is possible in SESService (68f9979)