Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps lapin from 3.7.2 to 4.0.0.

Changelog

Sourced from lapin's changelog.

4.0.0 (2026-02-08)

Breaking changes

  • Make more use of protocol types in public api (mostly ShortString and LongString)
  • Automatic connection recovery is now done through ConnectionProperties::enable_auto_recover()
  • Automatic connection recovery is no longer feature-gated by the unstable feature (which has been removed)
  • Automatic channel recovery is gone. Channels will still be recovered during connection recovery, but not outside of this scenario.

Features

  • New feature flags to control default runtime (tokio, smol)
  • Removed deprecated on_error callback setup. Use Connection::events_listener instead.
  • Runtime is now configured in the Connection::connect_with_runtime method
  • Connection::block and Connection:unblock have been removed (they were actually a protocol violation)
  • Replaced Acker::mock with Delivery::mock
  • Changed Connection::collector callback to an async fn
  • Added an AuthProvider mechanism configurable through ConnectionProperties (to support e.g. automatic oauth2 token refresh)

Misc

  • Switched our async runtimes integration from executor-trait and reactor-trait to async-rs
  • Update amq-protocol to 10.0
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lapin](https://github.com/amqp-rs/lapin) from 3.7.2 to 4.0.0.
- [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md)
- [Commits](amqp-rs/lapin@v3.7.2...v4.0.0)

---
updated-dependencies:
- dependency-name: lapin
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants