Skip to content

Releases: sendgrid/sendgrid-nodejs

v6.1.4

21 Sep 00:03
Compare
Choose a tag to compare

Updated

  • Pull #445: Documenation Updates for better DX/UX
  • Updates to README, TROUBLESHOOTING and USE_CASE documents to improve the developer experience.

v6.1.3

12 Sep 04:22
Compare
Choose a tag to compare

Fixed

  • Pull #442: This addresses the issue where custom args and substitutions would have their keys transformed to camel case / snake case.
  • Solves #441: Substitution is not working
  • Thanks to Adam Reis for the PR!

v6.1.2

31 Aug 21:58
Compare
Choose a tag to compare

Fixed

You do not need to supply html or text content when you have a valid template ID.

  • Pull ##438: Content is not mandatory
  • Solves #435: Unexpected Error when trying to send transactional email
  • Thanks to Adam Reis for the PR!

v6.1.1

31 Aug 04:27
Compare
Choose a tag to compare

Fixed

  • Pull #436: Convert plain data to personalization class instance
  • Solves #433: Cannot use Substitutions neither in Personalizations nor in Mail objects
  • Thanks to Adam Reis for the PR!

v6.1.0

30 Aug 22:11
Compare
Choose a tag to compare

Added

v6.0.0

28 Aug 19:29
Compare
Choose a tag to compare

BREAKING CHANGE

  • BIG, HUGE, MEGA THANKS to Adam Reis for this amazing PR!!!
  • Pull #407 via #378: API Simplification
  • v6.0.0 is a complete rewrite of this SDK for all endpoints. To upgrade from v5.X and lower, please begin here.
  • Please do not hesitate to open an issue if there are any challenges and/or feedback. PRs are also welcome.

v5.2.2

14 Aug 15:39
Compare
Choose a tag to compare

Fix

  • Pull #418, Fixed #417
  • Update TypeScript definition to correct callback arguments for API
  • Thanks to Benjamin Pannell for the PR!

v5.2.1

09 Aug 21:00
Compare
Choose a tag to compare

Fixed

  • Pull #413: Handle null and undefined values in substitutions
  • Thanks to Matteo Ferrando for the PR!

v5.2.0

20 Jul 19:45
Compare
Choose a tag to compare

Fixed

  • Pull #410: Cast substitution values to strings
  • Thanks to Ryan James for the PR!

v5.1.2

30 Jun 18:23
Compare
Choose a tag to compare

Fixed