Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.34.0
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
Bug Fixes
- Corrected error handling of the
DelegateWriteStream
;
v4.30.0
New Features
- Added a new item to the
LambdaTriggerType
enumeration for use with the Barchart Scheduler Service.
v4.28.0
New Features
- Added
OperatorType.IN
for use with DynamoDB filter expressions.
v4.24.1
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
New Features
- Added
optional
parameter to theDerviationBuilder.withAttribute
function, allowing a dependent attribute to be missing.
v4.23.1
Bug Fixes
- Updated
ExpressServerFactory
to 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.adjustment
property and theDataOperationAdjustment
enumeration.
v4.20.0
New Features
- Added new methods for manipulation of the CloudWatch Logs to the CloudWatchLogsProvider.
v4.19.4
Technical Enhancements
- Updated the
moment
andmoment-timezone
libraries. That said, moment.js is deprecated and will be removed soon. - Updated the
Jasmine
framework to the next major version (v4). - Removed the
gulp-jasmine
dependency. Jasmine tests no longer in Gulp.