Skip to content

fix(deps): update dependency amqplib to v1.0.7#89

Merged
argoyle merged 1 commit into
mainfrom
renovate/amqplib-1.x
May 11, 2026
Merged

fix(deps): update dependency amqplib to v1.0.7#89
argoyle merged 1 commit into
mainfrom
renovate/amqplib-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 11, 2026

This PR contains the following updates:

Package Change Age Confidence
amqplib (source) 1.0.61.0.7 age confidence

Release Notes

amqp-node/amqplib (amqplib)

v1.0.7

Compare Source

  • Fix update-secret-ok event not being forwarded by ChannelModel and CallbackModel (fixes #​849)
  • Add handler-error event 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 a handler-error event on the same emitter with the thrown error and the name of the event whose handler threw — provided a handler-error listener is registered. If no handler-error listener is registered, behaviour is unchanged from previous versions. Note: in previous versions, errors thrown in connection close event handlers were silently swallowed; errors thrown in channel event handlers (other than delivery/return) would kill the channel and possibly the connection (fixes #​334).

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.

@argoyle argoyle merged commit 59e020a into main May 11, 2026
4 checks passed
@argoyle argoyle deleted the renovate/amqplib-1.x branch May 11, 2026 13:51
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