From 17210f906228e84db48f62152279d569df77614c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Aug 2021 16:20:08 +0000 Subject: [PATCH] chore(release): 3.5.2 [skip ci] ## [3.5.2](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.1...v3.5.2) (2021-08-26) ### Bug Fixes * Fix handling of resending messages during a disconnect. ([e1457a5](https://github.com/jwalton/node-amqp-connection-manager/commit/e1457a598c6ecffca9c864036f1875f546ad5017)), closes [#152](https://github.com/jwalton/node-amqp-connection-manager/issues/152) ### Performance Improvements * Send messages to underlying channel in synchronous batches. ([b866ef2](https://github.com/jwalton/node-amqp-connection-manager/commit/b866ef25ebe97c1cf4fe421835291584cb738f41)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec171a..e036afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.5.2](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.1...v3.5.2) (2021-08-26) + +### Bug Fixes + +- Fix handling of resending messages during a disconnect. ([e1457a5](https://github.com/jwalton/node-amqp-connection-manager/commit/e1457a598c6ecffca9c864036f1875f546ad5017)), closes [#152](https://github.com/jwalton/node-amqp-connection-manager/issues/152) + +### Performance Improvements + +- Send messages to underlying channel in synchronous batches. ([b866ef2](https://github.com/jwalton/node-amqp-connection-manager/commit/b866ef25ebe97c1cf4fe421835291584cb738f41)) + ## [3.5.1](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.0...v3.5.1) (2021-08-26) ### Bug Fixes diff --git a/package.json b/package.json index 0b08d48..a84f571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amqp-connection-manager", - "version": "3.5.1", + "version": "3.5.2", "description": "Auto-reconnect and round robin support for amqplib.", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js",