Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.19.2
Bug Fixes
- Fixed logic in
LambdaResponseGeneratorGzip
used check existence ofAccept-Encoding
header (lowercase header is now accepted too).
v4.19.1
v4.17.0
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 theAwsRouter
class. - Added the ability to specify an
identifier
when instantiating theAwsPublisher
class.
v4.16.0
New Features
- Added the
SnsProvider.getSubscriptions
function. - Added the
SnsProvider.unsubscribe
function.
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
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
New Features
- Added the ability to specify character encoding type when using a
ClientProvider
to 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
ObjectTransformer
andSplitTransformer
.
v4.11.0
New Features
- Added
TreeReadStream
to readTree
items through the stream.