Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.0.1
Bug Fixes
- Fixed an issue when DynamoDB
Service Unavailable
error doesn't cause a query retry.
v4.0.0
v3.29.0
New Features
- Added
AdapterFcm
for thePushNotificationProvider
.
v3.28.0
New Features
- Added retries on DynamoDB
ServiceUnavailable
error.
v3.27.0
New Features
- The
LamdbaHelper
now writes all output from the AWS SDK to log4js at theDEBUG
level using theaws-sdk
category name.
v3.25.0
New Features
- Added
list_append
operator to theUpdateOperatorType
.
v3.24.0
Technical Enhancements
- Explicit upgrade for some dependencies (e.g. uuid).
- Added
.npmignore
file, excluding unnecessary content from published packages.
v3.23.0
New Features
- The configuration of a Postgres
ClientProvider
can now be accessed publicly.
v3.22.0
New Features
- Added
PushNotificationProvider
to register a device and send push notifications.
v3.21.0
New Features
- Adjusted
LambdaResponseGenerator
to work withBuffer
response in addition toString
.