From 4313342f753ae5d824f9cedd447fa214b46ae28d Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Mon, 9 May 2022 21:13:17 +0100 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5426d6b2..a0638df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Change log for amqplib +## Changes in v0.9.0 + + git log v0.8.0..v0.9.0 + + * Update mocha and replace the deprecated istanbul with nyc ([PR + 681](https://github.com/squaremo/amqp.node/pull/681) + * Update url-parse ([PR + 675](https://github.com/squaremo/amqp.node/pull/675), thank you + @suhail-n and @kibertoad) + * fix: done called twice on invalid options ([PR + 667](https://github.com/squaremo/amqp.node/pull/667), thank you + @luddd3 and @kibertoad) + * Close connection to server on connect errors ([PR + 647](https://github.com/squaremo/amqp.node/pull/647), thank you + @luddd3 and @kibertoad) + * Modernise channel_model.js ([PR + 635](https://github.com/squaremo/amqp.node/pull/635), thank you + @kibertoad and @jimmywarting) + * Bring package-lock.json up to date ([PR + 653](https://github.com/squaremo/amqp.node/pull/653) + * Update url-parse ([PR + 652](https://github.com/squaremo/amqp.node/pull/652), thank you + @giorgioatanasov and @buffolander) + * Modernise channel_model.js ([PR + 651](https://github.com/squaremo/amqp.node/pull/651), thank you + for the review @kibertoad) + * Modernise bitset.js ([PR + 634](https://github.com/squaremo/amqp.node/pull/634), thank you + @kibertoad and @jimmywarting) + * :warning: Drop CI for node versions below 10 ([PR + 631](https://github.com/squaremo/amqp.node/pull/631), thank you + for the review @kibertoad) + * Replace safe-buffer dependency with native buffers ([PR + 628](https://github.com/squaremo/amqp.node/pull/628), thank you + @kibertoad and @jimmywarting) + ## Changes in v0.8.0 git log v0.7.1..v0.8.0 From a1260e429ac24c79a909f7eb66182c9c65ab78ab Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Mon, 9 May 2022 21:28:10 +0100 Subject: [PATCH 2/2] 0.9.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a83f8912..b305e379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "amqplib", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0b25a06..3bfe9d07 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "amqplib", "homepage": "http://squaremo.github.io/amqp.node/", "main": "./channel_api.js", - "version": "0.8.0", + "version": "0.9.0", "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.", "repository": { "type": "git",