Skip to content

Releases: barchart/common-node-js

v4.35.1

14 Nov 19:08
0006e2f
Compare
Choose a tag to compare

Technical Enhancements

  • Added async keyword to ApiGatewayManagementProvider class, as appropriate.
  • Added async keyword to CloudWatchLogsProvider class, as appropriate.
  • Added async keyword to S3Provider class, as appropriate.
  • Added async keyword to SecretsManagerProvider class, as appropriate.
  • Added async keyword to SesProvider class, as appropriate.
  • Added async keyword to SnsProvider class, as appropriate.
  • Added async keyword to SqsProvider class, as appropriate.

v4.35.0

13 Nov 19:49
cf660bf
Compare
Choose a tag to compare

New Features

  • Added the LambdaTriggerType.BARCHART_RECURSIVE enumeration item.

Technical Enhancements

  • Added async keyword to DataSession class (and related classes), as appropriate.
  • Added async keyword to DynamoProvider and TableContainer classes, as appropriate.
  • Added async keyword to LambdaHelper class (and related classes), as appropriate.
  • Added async keyword to LambdaProvider class, as appropriate.

v4.34.1

12 Nov 18:46
a2539c1
Compare
Choose a tag to compare

Other

  • Updated the BinarySerializer for DynamoDB to process string-based data (in addition to buffers).

v4.34.0

31 Oct 22:05
bfd08ed
Compare
Choose a tag to compare

New Features

  • Added option to request RCU (read capacity units) when executing a Query of a DynamoDB table.
  • Added option to request RCU (read capacity units) when executing a Scan of a DynamoDB table.

v4.33.1

24 Oct 08:00
c719bfe
Compare
Choose a tag to compare

Bug Fixes

  • Corrected error handling of the DelegateWriteStream;

v4.30.0

15 Aug 14:37
3df720e
Compare
Choose a tag to compare

New Features

v4.28.0

25 May 21:42
a5392d9
Compare
Choose a tag to compare

New Features

  • Added OperatorType.IN for use with DynamoDB filter expressions.

v4.24.1

24 Oct 23:32
Compare
Choose a tag to compare

Bug Fixes

  • Adjusted workflow engine to apply the DataOperation.transformResult function recursively. In other words, the transformed result is accessible to ancestor operations.

v4.24.0

07 Oct 22:51
Compare
Choose a tag to compare

New Features

  • Added optional parameter to the DerviationBuilder.withAttribute function, allowing a dependent attribute to be missing.

v4.23.1

27 Sep 02:37
Compare
Choose a tag to compare

Bug Fixes