Skip to content

Releases: barchart/common-node-js

v4.72.1

16 Apr 03:51
3585eca

Choose a tag to compare

Bug Fixes

  • Corrected failure of SqsProvider to process messages sequentially when observing queue.
  • Corrected failure of SqsProvider to handle potential errors when observing queue (resulting in end to observation).
  • Corrected failure of SqsProvider to handle potential errors when deleting messages (resulting hung promise).

v4.72.0

25 Mar 12:31
796bf2c

Choose a tag to compare

New Features

  • Updated SesProvider.sendEmail to accept optional attachments and headers arguments.

v4.66.1

08 Oct 18:05
7e52d82

Choose a tag to compare

Technical Enhancements

  • Switched internal usages to Disposable.getIsDisposed function to Disposable.disposed property.

v4.65.2

02 Oct 22:06
a9fdd59

Choose a tag to compare

Bug Fixes

  • Corrected issue that prevented none option of secure parameter of S3Provider.uploadObject function from working as intended.

v4.62.0

28 Aug 21:16
5e4446c

Choose a tag to compare

New Features

  • Added the option to explicitly set the ExclusiveStartKey for the Query action.

v4.61.0

27 Aug 16:24
eb84b76

Choose a tag to compare

New Features

  • Added the option to explicitly set the ExclusiveStartKey for the Scan action.

v4.60.0

20 Aug 22:07
a1bfbf1

Choose a tag to compare

New Features

  • Added the shutdown function to MySQL Client class.
  • Updated the S3Provider.upload function to allow object to be written without an ACL.
  • Updated the S3Provider.uploadObject function to allow object to be written without an ACL.

v4.59.1

29 Jul 16:21
866d9bb

Choose a tag to compare

Bug Fixes

  • Fixed issue that caused incorrect response to be returned from LambdaHelper.processAsync function if the LambdaResponser is used explicitly.

v4.59.0

28 Jul 15:21
ea4ab7d

Choose a tag to compare

New Features

  • Added LambdaHelper.processAsync function (for use with newer AWS Lambda function signature which omits callback argument).

Other

  • Refactored classes related to AWS Lambda functions to use async/await pattern (as appropriate).

v4.56.0

19 Jul 21:04
c4c85a0

Choose a tag to compare

New Features

  • Added the IndexBuilder.withOnDemandThroughput function.