Releases: resend/resend-node
Releases · resend/resend-node
v6.9.1
What's Changed
- fix(deps): update dependency mailparser to v3.9.1 by @renovate[bot] in #809
- chore(deps): update pnpm to v10.28.2 by @renovate[bot] in #807
- chore(deps): update dependency @biomejs/biome to v2.3.13 by @renovate[bot] in #806
- fix(deps): update react monorepo by @renovate[bot] in #811
- chore: add react and react-dom as devDependencies by @gabrielmfern in #814
- fix(deps): update dependency next to v16.1.5 by @renovate[bot] in #810
- chore: bump to 6.9.1 by @gabrielmfern in #816
Full Changelog: v6.9.0...v6.9.1
v6.9.0
What's Changed
- chore(deps): update pnpm to v10.28.1 by @renovate[bot] in #796
- feat(contacts): create contact with segments and topics by @Cisneiros in #800
- chore(deps): update dependency @biomejs/biome to v2.3.12 by @renovate[bot] in #805
- chore(deps): update dependency tsdown to v0.20.1 by @renovate[bot] in #804
- chore(deps): update dependency vitest to v4.0.18 by @renovate[bot] in #803
- chore(deps): update dependency @types/react to v19.2.9 by @renovate[bot] in #799
- chore(deps): update tj-actions/changed-files digest to 7d5bbf4 - autoclosed by @renovate[bot] in #798
- fix(deps): update dependency next to v16.1.4 by @renovate[bot] in #794
- chore(deps): update dependency @types/node to v24.10.9 by @renovate[bot] in #786
- feat: export all interfaces from main index by @xiaoyu2er in #802
- feat: add method to help with forwarding inbound emails by @lucasfcosta in #797
New Contributors
- @xiaoyu2er made their first contribution in #802
Full Changelog: v6.8.0...v6.9.0
v6.8.0
What's Changed
- chore(deps): update tj-actions/changed-files digest to daf9d2d by @renovate[bot] in #792
- chore(deps): update dependency vitest to v4.0.17 by @renovate[bot] in #791
- chore(deps): update dependency @types/react to v19.2.8 by @renovate[bot] in #788
- chore(deps): update pnpm to v10.28.0 by @renovate[bot] in #787
- chore(deps): update actions/checkout digest to 0c366fd by @renovate[bot] in #785
- fix(deps): update dependency next to v16 by @renovate[bot] in #780
- fix(deps): update dependency esbuild to v0.27.2 by @renovate[bot] in #779
- chore(deps): update dependency tsdown to v0.19.0 by @renovate[bot] in #789
- feat: create and send broadcasts on the same request by @Cisneiros in #793
- chore: bump version to 6.8.0 by @Cisneiros in #795
Full Changelog: v6.7.0...v6.8.0
v6.7.0
What's Changed
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #760
- feat: bundler (esbuild, nextjs) integration tests by @gabrielmfern in #699
- fix(deps): update dependency svix to v1.84.1 by @renovate[bot] in #686
- chore(deps): update pnpm to v10.27.0 by @renovate[bot] in #674
- chore(deps): update dependency @biomejs/biome to v2.3.11 by @renovate[bot] in #672
- chore(deps): bump next from 15.5.6 to 15.5.9 in /integrations/nextjs by @dependabot[bot] in #771
- chore(deps): update pnpm/action-setup digest to 1e1c8ea by @renovate[bot] in #769
- chore(deps): update actions/checkout digest to 8e8c483 by @renovate[bot] in #759
- chore(deps): update dependency tsdown to v0.18.4 by @renovate[bot] in #758
- fix(deps): update react monorepo by @renovate[bot] in #661
- chore(deps): update tj-actions/changed-files digest to 3c4bc6f by @renovate[bot] in #660
- chore(deps): update dependency rimraf to v6.1.2 by @renovate[bot] in #756
- chore(deps): update dependency pkg-pr-new to v0.0.62 by @renovate[bot] in #778
- chore(deps): update dependency @types/node to v24.10.4 by @renovate[bot] in #777
- chore(deps): update dependency vitest to v4 by @renovate[bot] in #707
- feat: add return type for
webhooks.verifymethod by @vcapretz in #781 - feat: release
6.7.0-canary.0by @vcapretz in #783 - feat: release
6.7.0by @vcapretz in #784
Full Changelog: v6.6.0...v6.7.0
v6.6.0
What's Changed
- feat: add open_tracking, click_tracking, and tls fields to domain create by @vieiralucas in #761
- fix: missing error code names by @JacobLuckForLoop in #766
- feat: automatically update docs on SDK changes by @lucasfcosta in #767
- chore: bump to 6.6.0 for release by @lucasfcosta in #768
New Contributors
- @JacobLuckForLoop made their first contribution in #766
Full Changelog: v6.5.2...v6.6.0
v6.5.2
What's Changed
- refactor: remove unused files and status code to error names map by @gabrielmfern in #754
- fix: type issues in tests by @gabrielmfern in #755
- fix(contacts): types for first_name and last_name in update and get by @gabrielmfern in #757
Full Changelog: v6.5.1...v6.5.2
v6.5.1
What's Changed
- fix: devEngines syntax by @gabrielmfern in #750
- fix: main and types in package.json (bumping as a patch) by @gabrielmfern in #752
- chore: standardize lint scripts by @gabrielmfern in #753
Full Changelog: v6.5.0...v6.5.1
v6.5.0
What's Changed
- chore(deps): update actions/checkout digest to 71cf226 by @renovate[bot] in #734
- chore(deps): update dependency rimraf to v6.1.0 by @renovate[bot] in #731
- fix: type ErrorResponse exported as non-type by @gabrielmfern in #745
- feat(ci): run pnpm build during Tests/tests by @gabrielmfern in #747
- chore: require node >=22 for development by @gabrielmfern in #748
- chore: use tsdown by @gabrielmfern in #746
- chore(deps): update node.js to v24 by @renovate[bot] in #725
- feat: support domain capability methods on SDK by @lucasfcosta in #743
Full Changelog: v6.4.2...v6.5.0
v6.4.2
What's Changed
- fix: accept segmentId for listing contacts by @Cisneiros in #740
- chore: bump version to 6.4.2 by @Cisneiros in #741
Full Changelog: v6.4.1...v6.4.2
v6.4.1
What's Changed
- fix: removes
objectproperty from list by @cassiozen in #733 - fix: include properties on payload of both contacts APIs by @Cisneiros in #737
- chore: bump version to 6.4.1 by @Cisneiros in #739
Full Changelog: v6.4.0...v6.4.1