Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.21.0
New Features
- Update the discrete simulation engine, adding a secondary property for ordering operations within the priority queue. See the
DataOperation.adjustment
property and theDataOperationAdjustment
enumeration.
v4.20.0
New Features
- Added new methods for manipulation of the CloudWatch Logs to the CloudWatchLogsProvider.
v4.19.4
Technical Enhancements
- Updated the
moment
andmoment-timezone
libraries. That said, moment.js is deprecated and will be removed soon. - Updated the
Jasmine
framework to the next major version (v4). - Removed the
gulp-jasmine
dependency. Jasmine tests no longer in Gulp.
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.