releases.shpreview
Resend/Node SDK

Node SDK

$npx -y @buildinternet/releases show resend-node-sdk
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases9Avg3/moVersionsv6.8.0 → v6.12.0
Nov 18, 2024

What's Changed

New Contributors

Full Changelog: https://github.com/resend/resend-node/compare/v4.0.0...v4.0.1

Aug 16, 2024

Major

Minor

Patch

Jul 22, 2024
  • fix: Remove optionality from required types #401
  • feat: Export all interfaces for Requests and Responses #396
Jun 25, 2024

Minor

Feb 13, 2024

Minor

Patch

  • Update buildjet/cache action to v4 #314
  • Update dependency @types/react to v18.2.55 #315
  • Update dependency @types/jest to v29.5.12 #316
  • Update yarn to v3.8.0 #317
  • Update dependency prettier to v3.2.5 #318
Jan 22, 2024

Major

Minor

Patch

  • Update dependency @react-email/render to v0.0.12 #304
Jan 18, 2024

Major

  • fix: Types and changed contacts payload #296
    • first_name -> firstName
    • last_name -> lastName
    • audienceId -> audienceId

Minor

  • Add delete contact by email #291

Patch

  • Update dependency ts-node to v10.9.7 #293
  • Update typescript-eslint monorepo to v6.19.0 #295
  • Update dependency @react-email/render to v0.0.11 #297
  • Fix contact payload #298
  • Fix response types #299
  • Update dependency prettier to v3.2.4 #300
Dec 26, 2023

Minor

  • feat: Add audiences #267
  • feat: Add contacts methods #268
  • feat: Add update contact #280

Patch

  • fix: Undefined process #281
  • fix: Package build #259
Nov 1, 2023

Major

Before

const data = resend.emails.send({ ... })

return data.id

After

const { data, error } = resend.emails.send({ ... })

if (error || !data) {
  throw new Error(error.message)
}

return data.id

Minor

Patch

Oct 24, 2023
  • Drop node-fetch in favor of native fetch for Node
Aug 15, 2023

Major

  • Replace axios with node-fetch #149

Minor

  • Add JSdoc for create email types #132
  • Add missing fields to the GetEmailResponse type #146

Patch

  • Use eslint #159
  • Add GitHub actions #158
  • Add node engine #157
  • Dependabot ecosystem #166
  • Remove tslint file #170
  • Update prettier to v3.0.1 #148
  • Update jest to v29.6.2 #145
  • Update @types/node to v18.17.5 #120
  • Update @types/react to v18.2.20 #113
  • Update prettier to v3.0.2 #160
  • Update node-fetch to v2.6.12 #161
  • Update node.js to v18.17.1 #114
Jul 11, 2023

Patches

  • Fix types #137

Minor

  • Add custom headers support #131

Patches

  • Fix React types #136
  • Ensure either text or html is a required field #130
  • Bump semver from 5.7.1 to 5.7.2 #135
  • Bump @types/jest to v29.5.3 #134
  • Bump json5 from 2.2.1 to 2.2.3 #127
  • Bump cookiejar from 2.1.3 to 2.1.4 #126
  • Bump prettier to v3 #123
  • Bump jest to v29.6.1 #121
  • Bump ts-jest to v29.1.1 #119
  • Bump typescript to v5.1.6 #117
Jun 26, 2023

Minor

  • Get domain #116
Jun 16, 2023

Patches

  • Fix list API keys returning types #111
  • Fix list domains returning types #112

Patches

Misc

  • Move examples to separate repos
  • Standardize README
May 25, 2023

Patch

Minor

May 23, 2023

Patches

Apr 28, 2023

Minor

  • Add get email #90
  • Map error response type #83

Patches

  • Update dependency axios to v1.4.0 #91
  • Update dependency prettier to v2.8.8 #88
  • Update dependency axios to v1.3.6 #87
Latest
v6.12.0
Tracking Since
Aug 6, 2022
Last fetched Apr 19, 2026