Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

fix(deps): update rust crate bb8-postgres to 0.8.0 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

text-html-renovate[bot]
Copy link
Contributor

@text-html-renovate text-html-renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Type Update Change
bb8-postgres dependencies minor 0.4.0 -> 0.8.0

Release Notes

djc/bb8 (bb8-postgres)

v0.8.1

Compare Source

What's Changed

Full Changelog: djc/bb8@v0.8.0...v0.8.1

v0.8.0

Compare Source

What's Changed

Full Changelog: djc/bb8@v0.7.1...v0.8.0

v0.7.0: 0.7.0

Compare Source

This release updates tokio to 1.0. Additionally, it contains one additional feature:

I simultaneously published bb8-postgres 0.7.0 and bb8-redis 0.8.0. This branch is most likely to get bug fixes and additional features. The 0.5.x branch (tokio 0.2) and 0.6.x branch (tokio 0.3) will probably get less maintenance, depending on the uptake of tokio 1.

v0.6.0: 0.6.0

Compare Source

Hot on the heels of yesterday's 0.5.0 release, I've just released 0.6.0. These are the only functional changes:

  • Update to tokio 0.3
  • Enable tokio's parking_lot feature, since bb8 depends on parking_lot anyway

For now, there is no bb8-redis 0.6 release, since there is no tokio 0.3-compatible version of the redis crate yet.

As a reminder, depending on the uptake of tokio 0.3.0 in the ecosystem, I will maintain both of these releases for a while; most features and bug fixes, for the foreseeable future, will be made against both branches.

v0.5.0: 0.5.0

Compare Source

After 7 months, there is finally a new release of bb8, the fully-featured connection pool for (tokio-based) async connections. This release took a while due to issues with hanging connections (described in #​67), where some recent fixes appear to have solved the reported issues. While this release depends on tokio 0.2, I will release a 0.6 set of releases soon which relies on tokio 0.3 instead (update: released). Maintenance of the 0.5 branch will continue for a while, depending on the uptake of tokio 0.3 in the ecosystem.

Breaking changes:

  • ConnectionManager::is_valid() now takes a &mut PooledConnection<'_, M::Connection>
  • The run() method was removed in favor of the more ergonomic get() method

Other changes:

  • Switch to blocking parking_lot::Mutex instead of tokio's async Mutex (fixes #​74)
  • Add basic documentation (#​62, thanks to @​pksunkara)
  • Reduced dependencies
  • bb8-redis: disable default features in redis dependency (#​77, thanks to @​x04)
  • The State type became non-exhaustive
  • The internal structure has been substantially reworked to make it easier to reason about

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


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

This PR has been generated by Renovate Bot.

@text-html-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants