Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.19.1
v4.17.0
New Features
- Adjusted the logic used by the
AwsRouterto name SQS queues that are used to subscribe to an SNS topics. - Added the ability to specify an
identifierwhen instantiating theAwsRouterclass. - Added the ability to specify an
identifierwhen instantiating theAwsPublisherclass.
v4.16.0
New Features
- Added the
SnsProvider.getSubscriptionsfunction. - Added the
SnsProvider.unsubscribefunction.
v4.15.1
Bug Fixes
- Corrected failure to create tags on SQS queues (usage of AWS SDK differs for SQS and SNS).
v4.15.0
New Features
- Added support for tagging topics to the
SnsProviderclass. - Added support for tagging queues to the
SqsProviderclass. - Added support for tags to the
AwsPublisherclass (when creating SNS topics and SQS queues). - Added support for tags to the
AwsRouterclass (when creating SQS queues).
v4.14.0
New Features
- Added the ability to specify character encoding type when using a
ClientProviderto connect to a MySQL server.
v4.12.0
New Features
- Added ability to override default error handler in
DataSessionFactory.
v4.11.1
Other
- Ability to pass options to
ObjectTransformerandSplitTransformer.
v4.11.0
New Features
- Added
TreeReadStreamto readTreeitems through the stream.
v4.10.1
Bug Fixes
- Fixed the endpoint URLs for the
PushNotificationProvider.