Skip to content

Releases: barchart/common-node-js

v4.0.1

27 Jan 14:08
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue when DynamoDB Service Unavailable error doesn't cause a query retry.

v4.0.0

26 Jan 22:33
Compare
Choose a tag to compare

Breaking Changes

  • Updated wrappers for the Postgres library to be compatible with version 8. The public contract of the wrappers is unchanged; however, the consumer will need to update the pg library to version 8 or better.

v3.29.0

20 Jan 12:04
Compare
Choose a tag to compare

New Features

  • Added AdapterFcm for the PushNotificationProvider.

v3.28.0

17 Jan 15:35
Compare
Choose a tag to compare

New Features

  • Added retries on DynamoDB ServiceUnavailable error.

v3.27.0

15 Jan 19:54
Compare
Choose a tag to compare

New Features

  • The LamdbaHelper now writes all output from the AWS SDK to log4js at the DEBUG level using the aws-sdk category name.

v3.25.0

06 Jan 13:14
Compare
Choose a tag to compare

New Features

  • Added list_append operator to the UpdateOperatorType.

v3.24.0

05 Jan 00:07
Compare
Choose a tag to compare

Technical Enhancements

  • Explicit upgrade for some dependencies (e.g. uuid).
  • Added .npmignore file, excluding unnecessary content from published packages.

v3.23.0

21 Dec 17:12
Compare
Choose a tag to compare

New Features

  • The configuration of a Postgres ClientProvider can now be accessed publicly.

v3.22.0

10 Dec 11:37
Compare
Choose a tag to compare

New Features

  • Added PushNotificationProvider to register a device and send push notifications.

v3.21.0

07 Dec 18:40
Compare
Choose a tag to compare

New Features

  • Adjusted LambdaResponseGenerator to work with Buffer response in addition to String.