Skip to content
Draft
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5d3a14b
feat: broadcast metrics and recipients (#1037)
dielduarte Aug 3, 2026
aa064c0
feat: add usage resource (#1039)
gabrielmfern Aug 3, 2026
604df91
chore: bump version to 6.19.0-preview-headless-dashboard.0 (#1044)
dielduarte Aug 3, 2026
fa025d2
feat: segments.metrics() for account-level segment metrics (#1045)
dielduarte Aug 5, 2026
89c6540
feat: emails.metrics() for account-level email metrics (#1042)
dielduarte Aug 5, 2026
5895f21
chore: bump version to 6.19.0-preview-headless-dashboard.1 (#1046)
dielduarte Aug 5, 2026
610e63d
feat: add monthly granularity to emails.metrics() (#1050)
dielduarte Aug 7, 2026
b367514
chore: bump version to 6.19.0-preview-headless-dashboard.2 (#1054)
dielduarte Aug 7, 2026
0717857
fix(emails): flatten metrics filter query params (#1052)
dielduarte Aug 7, 2026
5dfd051
fix(segments): flatten metrics filter query params (#1053)
dielduarte Aug 7, 2026
466939d
chore: bump version to 6.19.0-preview-headless-dashboard.3 (#1055)
dielduarte Aug 7, 2026
7bdb18e
feat(webhooks): event endpoints (#1051)
gabrielmfern Aug 7, 2026
3e683d5
chore: bump to 6.19.0-preview-headless-dashboard.4 (#1058)
gabrielmfern Aug 7, 2026
33273b2
feat: add broadcasts.cancel() method (#1059)
dielduarte Aug 10, 2026
0e2d30f
chore: bump to 6.19.0-preview-headless-dashboard.5 (#1063)
dielduarte Aug 10, 2026
c13f9c8
feat: broadcasts.metrics() for account-level broadcast metrics (#1067)
dielduarte Aug 13, 2026
7375bda
chore: bump to 6.19.0-preview-headless-dashboard.6 (#1068)
dielduarte Aug 13, 2026
689bdce
feat: add clicked-links support (#1069)
dielduarte Aug 13, 2026
2e6a55a
chore: bump to 6.19.0-preview-headless-dashboard.7 (#1070)
dielduarte Aug 13, 2026
bab22ab
Merge branch 'canary' into preview-headless-dashboard
gabrielmfern Aug 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resend",
"version": "6.18.1",
"version": "6.19.0-preview-headless-dashboard.4",
"description": "Node.js library for the Resend API",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
Loading
Loading