Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.48.1
v4.48.0
New Features
- Added optional
ssl
parameter toClientProvider
constructors.
v4.46.0
Technical Enhancements
- Updated AWS CodeBuild to use Node.js version 20.
v4.42.1
Other
- Added
async
keyword to protectedDataOperation._process
function.
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.