fix(deps): update dependency amqplib to v2 - #1532
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
6 times, most recently
from
May 15, 2026 21:25
c06d960 to
dbe20cc
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
7 times, most recently
from
May 25, 2026 20:40
dc11021 to
4026cd0
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
4 times, most recently
from
June 2, 2026 02:43
16eeb73 to
4c694b1
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
8 times, most recently
from
June 12, 2026 21:51
5f9753f to
58d834a
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
5 times, most recently
from
June 22, 2026 21:01
222e762 to
87ece54
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
7 times, most recently
from
June 30, 2026 07:58
a01e631 to
127e5a7
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
6 times, most recently
from
July 11, 2026 02:01
db36164 to
3d81fe0
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
6 times, most recently
from
July 26, 2026 16:51
018ac55 to
8296e75
Compare
renovate
Bot
force-pushed
the
renovate/amqplib-2.x
branch
from
August 4, 2026 02:46
8296e75 to
e668ff9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.10.0→^2.0.0Release Notes
amqp-node/amqplib (amqplib)
v2.0.1Compare Source
buffer-more-intsdependency; use Node.js built-in BigInt Buffer methods (readBigInt64BE,readBigUInt64BE,writeBigInt64BE,writeBigUInt64BE) which have been available since Node.js v10.4v2.0.0Compare Source
heartbeat: 0now disables heartbeats, overriding any value suggested by the server. Previously,0was treated as "no preference" and the server's suggested value was used. If you are passingheartbeat: 0and want to preserve the old behaviour, omit the option or passnullinstead (fixes #467)v1.2.0Compare Source
v1.1.1Compare Source
handler-errorevents from the underlying connection to the recovery wrapper, so listeners attached toRecoveringPromiseModel/RecoveringCallbackModelreceive handler errorsv1.1.0Compare Source
connectWithRecoveryPromiseandconnectWithRecoveryCallback— automatically reconnects on connection loss with configurable backoff delay, jitter, and retry limits (thanks @ShiriNmi1520)v1.0.7Compare Source
update-secret-okevent not being forwarded byChannelModelandCallbackModel(fixes #849)handler-errorevent to connections and channels. If a user-supplied event handler (e.g.connection.on('close', ...),channel.on('error', ...),channel.on('delivery', ...)etc.) throws a synchronous error, amqplib will emit ahandler-errorevent on the same emitter with the thrown error and the name of the event whose handler threw — provided ahandler-errorlistener is registered. If nohandler-errorlistener is registered, behaviour is unchanged from previous versions. Note: in previous versions, errors thrown in connectioncloseevent handlers were silently swallowed; errors thrown in channel event handlers (other thandelivery/return) would kill the channel and possibly the connection (fixes #334).v1.0.6Compare Source
v1.0.5Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.