Comparing version 0.5.6 to 0.6.0
# Change log for amqplib | ||
## Changes in v0.5.6 | ||
git log v0.5.5..v0.5.6 | ||
* Increase size of encoding space for message headers, to fit e.g., | ||
JWT ([PR 545](https://github.com/squaremo/amqp.node/pull/545)); | ||
thanks @twatson83 | ||
* Switch to a non-deprecated UUID module ([PR | ||
528](https://github.com/squaremo/amqp.node/pull/528)); thanks to | ||
@StrayBird-ATSH | ||
* Fix a bug in multiplexing that caused an assertion to fail ([PR | ||
503](https://github.com/squaremo/amqp.node/pull/503)); thanks | ||
@johanneswuerbach | ||
## Changes in v0.5.5 | ||
@@ -4,0 +18,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "./channel_api.js", | ||
"version": "0.5.6", | ||
"version": "0.6.0", | ||
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.", | ||
@@ -13,3 +13,3 @@ "repository": { | ||
"engines": { | ||
"node": ">=0.8 <=12" | ||
"node": ">=0.8 <=14" | ||
}, | ||
@@ -16,0 +16,0 @@ "dependencies": { |
@@ -13,3 +13,3 @@ # AMQP 0-9-1 library and client for Node.JS | ||
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 | ||
client for Node.JS v0.8-0.12, v4-v9, and the intervening io.js | ||
client for Node.JS v0.8-0.12, v4-v14, and the intervening io.js | ||
releases. | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
420918