Skip to content

Commit 544bb5e

Browse files
authoredMay 9, 2022
Merge pull request #683 from amqp-node/release-0.9.0
Preparing for 0.9.0
2 parents e8e6fc5 + a1260e4 commit 544bb5e

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed
 

‎CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Change log for amqplib
22

3+
## Changes in v0.9.0
4+
5+
git log v0.8.0..v0.9.0
6+
7+
* Update mocha and replace the deprecated istanbul with nyc ([PR
8+
681](https://github.com/squaremo/amqp.node/pull/681)
9+
* Update url-parse ([PR
10+
675](https://github.com/squaremo/amqp.node/pull/675), thank you
11+
@suhail-n and @kibertoad)
12+
* fix: done called twice on invalid options ([PR
13+
667](https://github.com/squaremo/amqp.node/pull/667), thank you
14+
@luddd3 and @kibertoad)
15+
* Close connection to server on connect errors ([PR
16+
647](https://github.com/squaremo/amqp.node/pull/647), thank you
17+
@luddd3 and @kibertoad)
18+
* Modernise channel_model.js ([PR
19+
635](https://github.com/squaremo/amqp.node/pull/635), thank you
20+
@kibertoad and @jimmywarting)
21+
* Bring package-lock.json up to date ([PR
22+
653](https://github.com/squaremo/amqp.node/pull/653)
23+
* Update url-parse ([PR
24+
652](https://github.com/squaremo/amqp.node/pull/652), thank you
25+
@giorgioatanasov and @buffolander)
26+
* Modernise channel_model.js ([PR
27+
651](https://github.com/squaremo/amqp.node/pull/651), thank you
28+
for the review @kibertoad)
29+
* Modernise bitset.js ([PR
30+
634](https://github.com/squaremo/amqp.node/pull/634), thank you
31+
@kibertoad and @jimmywarting)
32+
* :warning: Drop CI for node versions below 10 ([PR
33+
631](https://github.com/squaremo/amqp.node/pull/631), thank you
34+
for the review @kibertoad)
35+
* Replace safe-buffer dependency with native buffers ([PR
36+
628](https://github.com/squaremo/amqp.node/pull/628), thank you
37+
@kibertoad and @jimmywarting)
38+
339
## Changes in v0.8.0
440

541
git log v0.7.1..v0.8.0

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amqplib",
33
"homepage": "http://squaremo.github.io/amqp.node/",
44
"main": "./channel_api.js",
5-
"version": "0.8.0",
5+
"version": "0.9.0",
66
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.