Releases: barchart/common-node-js
Releases · barchart/common-node-js
4.39.3
Other
- Changed
CloudWatchLogsProvider.getLogStreamsto return an array of arrays (for performance reasons).
v4.39.2
Technical Enhancements
- Updated the
@barchart/marketdata-api-jslibrary.
v4.39.1
v4.39.0
New Features
- Added the
S3Provider.getMetadatafunction. - Added the
S3Provider.getMetadataObjectfunction.
v4.38.1
Technical Enhancements
- Added
asynckeyword toBusclass, as appropriate. - Added
asynckeyword toPublisherclass, as appropriate. - Added
asynckeyword toRouterclass, as appropriate.
4.37.1
Bug Fixes
- Updated
LambdaEventParser.getContextfunction to work with schema for HTTP API (2.0).
v4.35.1
Technical Enhancements
- Added
asynckeyword toApiGatewayManagementProviderclass, as appropriate. - Added
asynckeyword toCloudWatchLogsProviderclass, as appropriate. - Added
asynckeyword toS3Providerclass, as appropriate. - Added
asynckeyword toSecretsManagerProviderclass, as appropriate. - Added
asynckeyword toSesProviderclass, as appropriate. - Added
asynckeyword toSnsProviderclass, as appropriate. - Added
asynckeyword toSqsProviderclass, as appropriate.
v4.35.0
New Features
- Added the
LambdaTriggerType.BARCHART_RECURSIVEenumeration item.
Technical Enhancements
- Added
asynckeyword toDataSessionclass (and related classes), as appropriate. - Added
asynckeyword toDynamoProviderandTableContainerclasses, as appropriate. - Added
asynckeyword toLambdaHelperclass (and related classes), as appropriate. - Added
asynckeyword toLambdaProviderclass, as appropriate.
v4.34.1
Other
- Updated the
BinarySerializerfor 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
Queryof a DynamoDB table. - Added option to request RCU (read capacity units) when executing a
Scanof a DynamoDB table.