Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.42.1
v4.41.0
New Features
- Added the
LambdaTriggerType.API_GATEWAY_REST
enumeration item. - Added the
LambdaTriggerType.API_GATEWAY_HTTP
enumeration item.
Technical Enhancements
- Added
async
keyword toLambdaEventValidator
class. - Added
async
keyword toLambdaMessageValidator
class.
v4.40.0
v4.39.4
Bug Fixes
- Fixed faulty code in
CloudWatchLogsProvider.deleteLogGroup
function. - Fixed faulty code in
CloudWatchLogsProvider.deleteLogStream
function. - Fixed faulty code in
CloudWatchLogsProvider.deleteRetentionPolicy
function.
4.39.3
Other
- Changed
CloudWatchLogsProvider.getLogStreams
to return an array of arrays (for performance reasons).
v4.39.2
Technical Enhancements
- Updated the
@barchart/marketdata-api-js
library.
v4.39.1
v4.39.0
New Features
- Added the
S3Provider.getMetadata
function. - Added the
S3Provider.getMetadataObject
function.
v4.38.1
Technical Enhancements
- Added
async
keyword toBus
class, as appropriate. - Added
async
keyword toPublisher
class, as appropriate. - Added
async
keyword toRouter
class, as appropriate.
4.37.1
Bug Fixes
- Updated
LambdaEventParser.getContext
function to work with schema for HTTP API (2.0).