Skip to content

fix(deps): update dependency amqplib to v2#93

Merged
argoyle merged 2 commits into
mainfrom
renovate/amqplib-2.x
May 18, 2026
Merged

fix(deps): update dependency amqplib to v2#93
argoyle merged 2 commits into
mainfrom
renovate/amqplib-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Change Age Confidence
amqplib (source) 1.0.72.0.1 age confidence

Release Notes

amqp-node/amqplib (amqplib)

v2.0.1

Compare Source

  • Remove buffer-more-ints dependency; use Node.js built-in BigInt Buffer methods (readBigInt64BE, readBigUInt64BE, writeBigInt64BE, writeBigUInt64BE) which have been available since Node.js v10.4

v2.0.0

Compare Source

  • BREAKING: heartbeat: 0 now disables heartbeats, overriding any value suggested by the server. Previously, 0 was treated as "no preference" and the server's suggested value was used. If you are passing heartbeat: 0 and want to preserve the old behaviour, omit the option or pass null instead (fixes #​467)

v1.2.0

Compare Source

  • Add bundled TypeScript type definitions (fixes #​843)

v1.1.1

Compare Source

  • Forward handler-error events from the underlying connection to the recovery wrapper, so listeners attached to RecoveringPromiseModel/RecoveringCallbackModel receive handler errors

v1.1.0

Compare Source

  • Add connection recovery via connectWithRecoveryPromise and connectWithRecoveryCallback — automatically reconnects on connection loss with configurable backoff delay, jitter, and retry limits (thanks @​ShiriNmi1520)

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

amqplib v2 dropped `heartbeat` from SocketOptions; the supported way
is via the AMQP URI query string. Encode it onto the connect URL.
@argoyle argoyle merged commit e7574c3 into main May 18, 2026
3 checks passed
@argoyle argoyle deleted the renovate/amqplib-2.x branch May 18, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant