Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.72.1
Bug Fixes
- Corrected failure of
SqsProviderto process messages sequentially when observing queue. - Corrected failure of
SqsProviderto handle potential errors when observing queue (resulting in end to observation). - Corrected failure of
SqsProviderto handle potential errors when deleting messages (resulting hung promise).
v4.72.0
v4.66.1
Technical Enhancements
- Switched internal usages to
Disposable.getIsDisposedfunction toDisposable.disposedproperty.
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.