Skip to content

Releases: barchart/common-node-js

v4.19.1

11 Feb 17:35

Choose a tag to compare

Other

  • Tweaked code formatting. Updated JSDoc. No functional changes.

v4.17.0

03 Nov 17:39

Choose a tag to compare

New Features

  • Adjusted the logic used by the AwsRouter to name SQS queues that are used to subscribe to an SNS topics.
  • Added the ability to specify an identifier when instantiating the AwsRouter class.
  • Added the ability to specify an identifier when instantiating the AwsPublisher class.

v4.16.0

22 Oct 04:56

Choose a tag to compare

New Features

  • Added the SnsProvider.getSubscriptions function.
  • Added the SnsProvider.unsubscribe function.

v4.15.1

20 Oct 03:02

Choose a tag to compare

Bug Fixes

  • Corrected failure to create tags on SQS queues (usage of AWS SDK differs for SQS and SNS).

v4.15.0

19 Oct 21:17

Choose a tag to compare

New Features

  • Added support for tagging topics to the SnsProvider class.
  • Added support for tagging queues to the SqsProvider class.
  • Added support for tags to the AwsPublisher class (when creating SNS topics and SQS queues).
  • Added support for tags to the AwsRouter class (when creating SQS queues).

v4.14.0

05 Oct 18:51

Choose a tag to compare

New Features

  • Added the ability to specify character encoding type when using a ClientProvider to connect to a MySQL server.

v4.12.0

06 Sep 15:52

Choose a tag to compare

New Features

  • Added ability to override default error handler in DataSessionFactory.

v4.11.1

03 Aug 13:26

Choose a tag to compare

Other

  • Ability to pass options to ObjectTransformer and SplitTransformer.

v4.11.0

28 Jul 13:20

Choose a tag to compare

New Features

  • Added TreeReadStream to read Tree items through the stream.

v4.10.1

24 Jun 14:16

Choose a tag to compare

Bug Fixes

  • Fixed the endpoint URLs for the PushNotificationProvider.