Skip to content

Releases: barchart/common-node-js

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

v4.21.0

12 May 04:25
Compare
Choose a tag to compare

New Features

  • Update the discrete simulation engine, adding a secondary property for ordering operations within the priority queue. See the DataOperation.adjustment property and the DataOperationAdjustment enumeration.

v4.20.0

31 Mar 10:50
Compare
Choose a tag to compare

New Features

  • Added new methods for manipulation of the CloudWatch Logs to the CloudWatchLogsProvider.

v4.19.4

24 Mar 02:46
Compare
Choose a tag to compare

Technical Enhancements