Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.54.2
09 Apr 13:24
Compare
Sorry, something went wrong.
No results found
Other
Reverted changes for suppression list to restore previous behavior.
v4.54.1
08 Apr 14:28
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features
Added the SesProvider.getSuppressedItemStream function.
Added the DelegateReadStream class.
v4.53.5
24 Mar 16:56
Compare
Sorry, something went wrong.
No results found
Technical Enhancements
Updated SesProvider.addSuppressedItem to return an object containing information about the added suppressed item.
v4.53.4
21 Mar 17:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Corrected SesProvider.getSuppressedItems function.
v4.53.1
17 Mar 19:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Reverted breaking changes to dependencies (major versions of dependencies should not change without testing).
v4.52.0
10 Mar 15:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Corrected regression to Bus.request function (introduced in previous version).