Skip to content

Releases: barchart/common-node-js

v4.33.1

24 Oct 08:00
c719bfe

Choose a tag to compare

Bug Fixes

  • Corrected error handling of the DelegateWriteStream;

v4.30.0

15 Aug 14:37
3df720e

Choose a tag to compare

New Features

v4.28.0

25 May 21:42
a5392d9

Choose a tag to compare

New Features

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

v4.24.1

24 Oct 23:32

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

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

Choose a tag to compare

Bug Fixes

v4.21.0

12 May 04:25

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

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

Choose a tag to compare

Technical Enhancements

v4.19.2

22 Mar 15:21

Choose a tag to compare

Bug Fixes

  • Fixed logic in LambdaResponseGeneratorGzip used check existence of Accept-Encoding header (lowercase header is now accepted too).