Skip to content

Releases: barchart/common-node-js

v4.21.0

12 May 04:25
Compare
Choose a tag to compare

New Features

  • Update the discrete simulation engine, adding a secondary property for ordering operations within the priority queue. See the DataOperation.adjustment property and the DataOperationAdjustment enumeration.

v4.20.0

31 Mar 10:50
Compare
Choose a tag to compare

New Features

  • Added new methods for manipulation of the CloudWatch Logs to the CloudWatchLogsProvider.

v4.19.4

24 Mar 02:46
Compare
Choose a tag to compare

Technical Enhancements

v4.19.2

22 Mar 15:21
Compare
Choose a tag to compare

Bug Fixes

  • Fixed logic in LambdaResponseGeneratorGzip used check existence of Accept-Encoding header (lowercase header is now accepted too).

v4.19.1

11 Feb 17:35
Compare
Choose a tag to compare

Other

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

v4.17.0

03 Nov 17:39
Compare
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
Compare
Choose a tag to compare

New Features

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

v4.15.1

20 Oct 03:02
Compare
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
Compare
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
Compare
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.