Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.33.1
Bug Fixes
- Corrected error handling of the
DelegateWriteStream;
v4.30.0
New Features
- Added a new item to the
LambdaTriggerTypeenumeration for use with the Barchart Scheduler Service.
v4.28.0
New Features
- Added
OperatorType.INfor use with DynamoDB filter expressions.
v4.24.1
Bug Fixes
- Adjusted workflow engine to apply the
DataOperation.transformResultfunction recursively. In other words, the transformed result is accessible to ancestor operations.
v4.24.0
New Features
- Added
optionalparameter to theDerviationBuilder.withAttributefunction, allowing a dependent attribute to be missing.
v4.23.1
Bug Fixes
- Updated
ExpressServerFactoryto use the documented mechanism for reading HTTP headers.
v4.21.0
New Features
- Update the discrete simulation engine, adding a secondary property for ordering operations within the priority queue. See the
DataOperation.adjustmentproperty and theDataOperationAdjustmentenumeration.
v4.20.0
New Features
- Added new methods for manipulation of the CloudWatch Logs to the CloudWatchLogsProvider.
v4.19.4
Technical Enhancements
- Updated the
momentandmoment-timezonelibraries. That said, moment.js is deprecated and will be removed soon. - Updated the
Jasmineframework to the next major version (v4). - Removed the
gulp-jasminedependency. Jasmine tests no longer in Gulp.
v4.19.2
Bug Fixes
- Fixed logic in
LambdaResponseGeneratorGzipused check existence ofAccept-Encodingheader (lowercase header is now accepted too).