Skip to content

Releases: barchart/common-node-js

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.

v4.55.1

23 May 16:55
ed00d23

Choose a tag to compare

Configuration Changes

  • Updated the SesProvider to use separate RateLimiter instances for sending emails and querying suppressed items.

v4.54.3

28 Apr 18:32
bfa30ba

Choose a tag to compare

Bug Fixes

  • Added an internal rate limiter to the SesProvider.getSuppressedItemStream function (for calls to the AWS API).