Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.66.1
v4.65.2
Bug Fixes
- Corrected issue that prevented
noneoption ofsecureparameter ofS3Provider.uploadObjectfunction from working as intended.
v4.62.0
v4.61.0
v4.60.0
New Features
- Added the
shutdownfunction to MySQLClientclass. - Updated the
S3Provider.uploadfunction to allow object to be written without an ACL. - Updated the
S3Provider.uploadObjectfunction to allow object to be written without an ACL.
v4.59.1
Bug Fixes
- Fixed issue that caused incorrect response to be returned from
LambdaHelper.processAsyncfunction if theLambdaResponseris used explicitly.
v4.59.0
New Features
- Added
LambdaHelper.processAsyncfunction (for use with newer AWS Lambda function signature which omitscallbackargument).
Other
- Refactored classes related to AWS Lambda functions to use
async/awaitpattern (as appropriate).
v4.56.0
New Features
- Added the
IndexBuilder.withOnDemandThroughputfunction.
v4.55.1
Configuration Changes
- Updated the
SesProviderto use separateRateLimiterinstances for sending emails and querying suppressed items.
v4.54.3
Bug Fixes
- Added an internal rate limiter to the
SesProvider.getSuppressedItemStreamfunction (for calls to the AWS API).