Skip to content

Releases: resend/resend-node

v6.1.3

16 Oct 17:53
0fdfcb4

Choose a tag to compare

What's Changed

Full Changelog: v6.1.2...v6.1.3

v6.1.2

01 Oct 12:56
241d21f

Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

29 Sep 12:28
bf42199

Choose a tag to compare

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 DELETE requests by @TyMick in #635

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

15 Sep 20:09
6a45694

Choose a tag to compare

What's Changed

Full Changelog: v6.0.3...v6.1.0

v6.0.3

08 Sep 13:19
d41bba8

Choose a tag to compare

What's Changed

  • fix: typo in invalid_api_key error name (only a type issue)

Full Changelog: v6.0.2...v6.0.3

v6.0.1

08 Aug 13:31
e7f1b75

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

07 Aug 10:25
v6.0.0
46b1912

Choose a tag to compare

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.

Full Changelog: v5.0.0...v6.0.0

v5.0.0

06 Aug 18:54
7fe1649

Choose a tag to compare

What's Changed

  • feat: make @react-email/render an optional peerDependency by @vcapretz in #532

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

04 Aug 14:18
v4.8.0
2cce560

Choose a tag to compare

What's Changed

Full Changelog: v4.7.0...v4.8.0

v4.7.0

17 Jul 16:47
eb2b233

Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.7.0