Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.35.1
Technical Enhancements
- Added
async
keyword toApiGatewayManagementProvider
class, as appropriate. - Added
async
keyword toCloudWatchLogsProvider
class, as appropriate. - Added
async
keyword toS3Provider
class, as appropriate. - Added
async
keyword toSecretsManagerProvider
class, as appropriate. - Added
async
keyword toSesProvider
class, as appropriate. - Added
async
keyword toSnsProvider
class, as appropriate. - Added
async
keyword toSqsProvider
class, as appropriate.
v4.35.0
New Features
- Added the
LambdaTriggerType.BARCHART_RECURSIVE
enumeration item.
Technical Enhancements
- Added
async
keyword toDataSession
class (and related classes), as appropriate. - Added
async
keyword toDynamoProvider
andTableContainer
classes, as appropriate. - Added
async
keyword toLambdaHelper
class (and related classes), as appropriate. - Added
async
keyword toLambdaProvider
class, as appropriate.
v4.34.1
Other
- Updated the
BinarySerializer
for DynamoDB to process string-based data (in addition to buffers).
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.