Skip to content

Releases: sendgrid/sendgrid-nodejs

v6.2.0

13 Jan 15:41
Compare
Choose a tag to compare

Added

  • PR #650: Expose Client and MailService classes
  • Thanks to Adam Reis for the PR!
  • PR #468: Heroku Tutorial
  • Thanks to Shawn Wang for the PR!
  • PR #477: Check if "body" on "response" is actually defined before accessing it
  • Thanks to Philipp Gröschler for the PR!
  • PR #457: Function to remove HTML tags
  • Thanks to Nathaniel Hodges for the PR!
  • PR #580: Simplify complexity in arrayToJson helpers
  • Thanks to Anthony Juan Christian for the PR!
  • PR #597: Adds file structure for USE_CASES.md
  • Thanks to Shriyash Jalukar for the PR!
  • PR #595: Added Code Review to CONTRIBUTING.md
  • Thanks to Manjiri Tapaswi for the PR!
  • PR #471: Google App Engine (GAE) Tutorial
  • Thanks to Thujeevan for the PR!
  • PR #449: Updated the endpoint which allows the retrieval of all recipients
  • Thanks to Divya Rani for the PR!
  • PR #568: Added unittest to check for specific repo files
  • Thanks to Manjiri Tapaswi for the PR!
  • PR #594: Sr. Front End Engineer job posting in Announcements
  • Thanks to Marghodk for the PR!

Fixed

v6.1.6

31 Oct 05:45
Compare
Choose a tag to compare

Added

Updated

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!