Open renovate[bot] opened 5 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
This PR contains the following updates:
0.5.3
->0.10.5
Release Notes
amqp-node/amqplib (amqplib)
### [`v0.10.5`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v0105) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.10.4...v0.10.5) git log v0.10.4..v0.10.5 - Removed readable stream - See [https://github.com/amqp-node/amqplib/issues/729](https://redirect.github.com/amqp-node/amqplib/issues/729) - Added support for unsigned integers - See [https://github.com/amqp-node/amqplib/pull/773](https://redirect.github.com/amqp-node/amqplib/pull/773) - Committed protocol definitions - See https://github.com/amqp-node/amqplib/commit/0a87ee480311633cff41e43350a90cb3c1221506 ### [`v0.10.4`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v0104) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.10.3...v0.10.4) - Improve stream example as per [https://github.com/amqp-node/amqplib/issues/722](https://redirect.github.com/amqp-node/amqplib/issues/722) - Added support for RabbitMQ's connection update-secret operation. See [https://github.com/amqp-node/amqplib/issues/755](https://redirect.github.com/amqp-node/amqplib/issues/755) ### [`v0.10.3`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v0103) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.10.2...v0.10.3) git log v0.10.2..v0.10.3 - Use [@acuminous/bitsyntax](https://redirect.github.com/acuminous/bitsyntax) fork. See [https://github.com/amqp-node/amqplib/issues/453](https://redirect.github.com/amqp-node/amqplib/issues/453) ### [`v0.10.2`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v0102) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.10.1...v0.10.2) git log v0.10.1..v0.10.2 - Use Buffer.allocUnsafe when sending messages to improve performance ([PR 695](https://redirect.github.com/amqp-node/amqplib/pull/695), thank you [@chkimes](https://redirect.github.com/chkimes) and [@Uzlopak](https://redirect.github.com/Uzlopak)) ### [`v0.10.1`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v0101) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.10.0...v0.10.1) git log v0.10.0..v0.10.1 - Allow servername to be specified via socket options as discussed in [issue 697](https://redirect.github.com/squaremo/amqp.node/issues/697) ### [`v0.10.0`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v0100) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/8f5f328e0df5af18941db1e966e1f9a66c2629b0...v0.10.0) git log v0.9.1..v0.10.0 - Use Native promises ([PR 689](https://redirect.github.com/amqp-node/amqplib/pull/689), thank you [@mohd-akram](https://redirect.github.com/mohd-akram) and [@kibertoad](https://redirect.github.com/kibertoad)) ### [`v0.9.1`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v091) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.9.0...8f5f328e0df5af18941db1e966e1f9a66c2629b0) git log v0.9.0..v0.9.1 - Assorted readme changes - Use Array.prototype.push.apply instead of concat in Mux ([PR 658](https://redirect.github.com/squaremo/amqp.node/pull/658), thank you [@Uzlopak](https://redirect.github.com/Uzlopak) and [@kibertoad](https://redirect.github.com/kibertoad)) - Use Map instead of Object for BaseChannel.consumers ([PR 660](https://redirect.github.com/squaremo/amqp.node/pull/660), thank you [@Uzlopak](https://redirect.github.com/Uzlopak)) - Delete consumer callback after cancellation to free memory ([PR 659](https://redirect.github.com/squaremo/amqp.node/pull/659), thank you [@Uzlopak](https://redirect.github.com/Uzlopak) and [@kibertoad](https://redirect.github.com/kibertoad)) ### [`v0.9.0`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v090) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.8.0...v0.9.0) git log v0.8.0..v0.9.0 - Update mocha and replace the deprecated istanbul with nyc ([PR 681](https://redirect.github.com/squaremo/amqp.node/pull/681) - Update url-parse ([PR 675](https://redirect.github.com/squaremo/amqp.node/pull/675), thank you [@suhail-n](https://redirect.github.com/suhail-n) and [@kibertoad](https://redirect.github.com/kibertoad)) - fix: done called twice on invalid options ([PR 667](https://redirect.github.com/squaremo/amqp.node/pull/667), thank you [@luddd3](https://redirect.github.com/luddd3) and [@kibertoad](https://redirect.github.com/kibertoad)) - Close connection to server on connect errors ([PR 647](https://redirect.github.com/squaremo/amqp.node/pull/647), thank you [@luddd3](https://redirect.github.com/luddd3) and [@kibertoad](https://redirect.github.com/kibertoad)) - Modernise channel_model.js ([PR 635](https://redirect.github.com/squaremo/amqp.node/pull/635), thank you [@kibertoad](https://redirect.github.com/kibertoad) and [@jimmywarting](https://redirect.github.com/jimmywarting)) - Bring package-lock.json up to date ([PR 653](https://redirect.github.com/squaremo/amqp.node/pull/653) - Update url-parse ([PR 652](https://redirect.github.com/squaremo/amqp.node/pull/652), thank you [@giorgioatanasov](https://redirect.github.com/giorgioatanasov) and [@buffolander](https://redirect.github.com/buffolander)) - Modernise channel_model.js ([PR 651](https://redirect.github.com/squaremo/amqp.node/pull/651), thank you for the review [@kibertoad](https://redirect.github.com/kibertoad)) - Modernise bitset.js ([PR 634](https://redirect.github.com/squaremo/amqp.node/pull/634), thank you [@kibertoad](https://redirect.github.com/kibertoad) and [@jimmywarting](https://redirect.github.com/jimmywarting)) - :warning: Drop CI for node versions below 10 ([PR 631](https://redirect.github.com/squaremo/amqp.node/pull/631), thank you for the review [@kibertoad](https://redirect.github.com/kibertoad)) - Replace safe-buffer dependency with native buffers ([PR 628](https://redirect.github.com/squaremo/amqp.node/pull/628), thank you [@kibertoad](https://redirect.github.com/kibertoad) and [@jimmywarting](https://redirect.github.com/jimmywarting)) ### [`v0.8.0`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v080) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.7.1...v0.8.0) git log v0.7.1..v0.8.0 - :warning: Support for NodeJS prior to v10 is dropped :warning: ([PR 615](https://redirect.github.com/squaremo/amqp.node/pull/615), thank you [@xamgore](https://redirect.github.com/xamgore) and everyone who helped there) - Use hostname as TLS servername, to help with using servers behind load balancers ([PR 567](https://redirect.github.com/squaremo/amqp.node/pull/567), thanks to [@carlhoerberg](https://redirect.github.com/carlhoerberg) and commenters) ### [`v0.7.1`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v071) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.7.0...v0.7.1) git log v0.7.0..v0.7.1 - Update url-parse (and others) ([PR 607](https://redirect.github.com/squaremo/amqp.node/pull/545), thanks [@ThomasGawlitza](https://redirect.github.com/ThomasGawlitza)) ### [`v0.7.0`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v070) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.6.0...v0.7.0) git log v0.6.0..v0.7.0 - Extend support to Node.js v15 - Fix use of stream.write in tests ### [`v0.6.0`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v060) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.5.6...v0.6.0) git log v0.5.6..v0.6.0 - Extend support to Node.js v14 ### [`v0.5.6`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v056) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.5.5...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://redirect.github.com/squaremo/amqp.node/pull/545)); thanks [@twatson83](https://redirect.github.com/twatson83) - Switch to a non-deprecated UUID module ([PR 528](https://redirect.github.com/squaremo/amqp.node/pull/528)); thanks to [@StrayBird-ATSH](https://redirect.github.com/StrayBird-ATSH) - Fix a bug in multiplexing that caused an assertion to fail ([PR 503](https://redirect.github.com/squaremo/amqp.node/pull/503)); thanks [@johanneswuerbach](https://redirect.github.com/johanneswuerbach) ### [`v0.5.5`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Changes-in-v055) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.5.4...v0.5.5) git log v0.5.3..v0.5.5 **NB** this includes a minor but possibly breaking change: after [PR 498](https://redirect.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://redirect.github.com/squaremo/amqp.node/pull/498)) - Reject all pending confirmations when the channel is closed ([PR 498](https://redirect.github.com/squaremo/amqp.node/pull/498)); thanks [@johanneswuerbach](https://redirect.github.com/johanneswuerbach) - Update supported NodeJS versions in package.json ([PR 525](https://redirect.github.com/squaremo/amqp.node/pull/525)); thanks [@tingwai](https://redirect.github.com/tingwai) ### [`v0.5.4`](https://redirect.github.com/amqp-node/amqplib/blob/HEAD/CHANGELOG.md#Deprecated-v054) [Compare Source](https://redirect.github.com/amqp-node/amqplib/compare/v0.5.3...v0.5.4) This release was mistakenly published without the generated file `./defs.js`. It has been deprecated in favour of v0.5.5.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.