Skip to content

Commit

Permalink
Release notes and version bump for 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Jul 27, 2019
1 parent 12a830c commit 3181ee5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,24 @@
# Change log for amqplib

## Changes in v0.5.4

git log v0.5.3..v0.5.4

**NB** this includes a minor but possibly breaking change: after [PR
498](https://github.com/squaremo/amqp.node/pull/498), all confirmation
promises still unresolved will be rejected when their associated
channel is closed.

* Generate defs in `npm prepare` rather than `npm prepublish` so that
e.g., amqplib can be installed via git ([part of PR
498](https://github.com/squaremo/amqp.node/pull/498))
* Reject all pending confirmations when the channel is closed ([PR
498](https://github.com/squaremo/amqp.node/pull/498)); thanks
@johanneswuerbach
* Update supported NodeJS versions in package.json ([PR
525](https://github.com/squaremo/amqp.node/pull/525)); thenks
@tingwai

## Changes in v0.5.3

git log v0.5.2..v0.5.3
Expand Down Expand Up @@ -31,7 +50,7 @@
([PR 439])(https://github.com/squaremo/amqp.node/pull/439)
* Updated README with more modern Buffer syntax
([PR 438](https://github.com/squaremo/amqp.node/pull/438); thanks
@ravshansbox
@ravshansbox
* Support overflow option to assert queue
([PR 436])(https://github.com/squaremo/amqp.node/pull/436); thanks
to @honestserpent
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.5.3",
"version": "0.5.4",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3181ee5

Please sign in to comment.