Skip to content

Releases: barchart/common-node-js

v4.54.2

09 Apr 13:24
900645a

Choose a tag to compare

Other

  • Reverted changes for suppression list to restore previous behavior.

v4.54.1

08 Apr 14:28
7075180

Choose a tag to compare

Technical Enhancements

  • Normalized email addresses to ensure consistent handling and prevent case-sensitivity issues.
  • Implemented exception handling to prevent sending emails to addresses listed in the suppression list.

v4.54.0

03 Apr 15:44
7227f72

Choose a tag to compare

New Features

  • Added the SesProvider.getSuppressedItemStream function.
  • Added the DelegateReadStream class.

v4.53.5

24 Mar 16:56
959b235

Choose a tag to compare

Technical Enhancements

  • Updated SesProvider.addSuppressedItem to return an object containing information about the added suppressed item.

v4.53.4

21 Mar 17:00
280bbc2

Choose a tag to compare

Technical Enhancements

  • Updated Ses Provider to use async/await pattern for SesProvider.start and SesProvider.send and SesProvider.sendEmail functions.

v4.53.3

21 Mar 17:00
3742f0a

Choose a tag to compare

Bug Fixes

  • Corrected SesProvider.getSuppressedItems function.

v4.53.1

17 Mar 19:43
e54e504

Choose a tag to compare

Technical Enhancements

  • Updated MySQL wrapper to use async/await pattern for ClientProvider.getClient and Client.query functions.
  • Updated Postgres wrapper to use async/await pattern for ClientProvider.getClient and Client.query functions.

v4.53.0

12 Mar 17:16
b4e3a52

Choose a tag to compare

Bug Fixes

  • Reverted breaking changes to dependencies (major versions of dependencies should not change without testing).

v4.52.0

10 Mar 15:52
69768cd

Choose a tag to compare

New Features

  • Added SesProvider.getSuppressedItem function.
  • Added SesProvider.getSuppressedItems function.
  • Added SesProvider.addSuppressedItem function.
  • Added SesProvider.removeSuppressedItem function.

Technical Enhancements

  • Updated the SesProvider class to the alternative code from AWS SDK.

v4.50.1

01 Feb 18:14
284ec8c

Choose a tag to compare

Bug Fixes

  • Corrected regression to Bus.request function (introduced in previous version).