Releases: resend/resend-node
v6.1.3
What's Changed
- feat: get html & text columns for broadcasts by @isabellaaquino in #677
Full Changelog: v6.1.2...v6.1.3
v6.1.2
What's Changed
- support any
@react-email/renderversion by @gabrielmfern in #647
Full Changelog: v6.1.1...v6.1.2
v6.1.1
What's Changed
- refactor: consolidate interface exports in index files for consistent and complete type exports by @xentobias in #547
- fix: headers not sent to
DELETErequests by @TyMick in #635
New Contributors
- @xentobias made their first contribution in #547
- @TyMick made their first contribution in #635
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- fix: dynamic import issues with esbuild by @gabrielmfern (#620)
- feat: add pagination support for all old endpoints by @lucasfcosta (#614)
- feat: add emails.list method by @vieiralucas (#609)
- feat: adds permissive mode for batch API by @pedro-stramantinoli (#599)
- feat: react option for updating broadcasts by @hufftheweevil (#510)
- feat: use typescript to ensure there's email or id for contacts.get by @gabrielmfern (#566)
Full Changelog: v6.0.3...v6.1.0
v6.0.3
What's Changed
- fix: typo in
invalid_api_keyerror name (only a type issue)
Full Changelog: v6.0.2...v6.0.3
v6.0.1
What's Changed
- fix: missing
tagson type for GetEmailResponseSuccess by @gabrielmfern in #561
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
This release updates the contentId parameter on the email attachment schema. While this is a feature still in preview and is yet to be fully released, if you have started to use it already, make sure to update references to inlineContentId in your code to use just contentId instead.
No other breaking changes are introduced. If you were not using the feature mentioned above, no changes are needed.
- chore: format by @gabrielmfern in #558
- fix: rename content_id for attachments by @Cisneiros in #559
- chore: bump version to 6.0.0 by @Cisneiros in #560
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
How to migrate
The breaking change should only affect users that use the react option to send emails, but don't have @react-email/render installed. To properly have it working, you should install it in that case.
Warning
If you want to upgrade to remove @react-email/render from your project, you should uninstall the SDK npm uninstall resend and install it again npm install resend@latest. This will ensure that @react-email/render doesn't remain in your lockfile in a safe way.
Full Changelog: v4.8.0...v5.0.0
v4.8.0
What's Changed
- feat: add
inline_content_idto attachments by @Cisneiros in #554 - chore: release v4.8.0 by @Cisneiros in #556
Full Changelog: v4.7.0...v4.8.0