This repository was archived by the owner on Sep 30, 2024. It is now read-only.
fix(deps): update rust crate bb8 to 0.8.0#18
Open
text-html-renovate[bot] wants to merge 1 commit into
Open
Conversation
text-html-renovate
Bot
force-pushed
the
renovate/bb8-0.x
branch
from
September 26, 2024 19:27
1f3093f to
1f89392
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.4.2->0.8.0Release Notes
djc/bb8 (bb8)
v0.8.5: 0.8.5Compare Source
What's Changed
Statisticsby @pfreixes in https://github.com/djc/bb8/pull/209v0.8.4Compare Source
What's Changed
futures-channelin favour oftokioprimitives by @aumetra in https://github.com/djc/bb8/pull/191v0.8.3: 0.8.3Compare Source
What's Changed
v0.8.2Compare Source
What's Changed
Full Changelog: djc/bb8@v0.8.1...v0.8.2
v0.8.1Compare Source
What's Changed
Full Changelog: djc/bb8@v0.8.0...v0.8.1
v0.8.0Compare Source
What's Changed
Full Changelog: djc/bb8@v0.7.1...v0.8.0
v0.7.1Compare Source
What's Changed
Pool::get_ownedby @davidpdrsn in https://github.com/djc/bb8/pull/107Full Changelog: djc/bb8@v0.7.0...v0.7.1
v0.7.0: 0.7.0Compare 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.2: 0.6.2Compare Source
This is a bug fix release for the 0.6.x line (based on tokio 0.3). It fixes an issue where pools configured with a maximum size could get stuck in case futures were cancelled before completion. Thanks to @lassipulkkinen for reporting the issue (in #67) and creating a minimal reproduction which led me to the fix in #91.
v0.6.1Compare Source
v0.6.0: 0.6.0Compare 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:
parking_lotfeature, since bb8 depends onparking_lotanywayFor 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.2: 0.5.2Compare Source
This is a bug fix release for the 0.5.x line (based on tokio 0.2). It fixes an issue where pools configured with a maximum size could get stuck in case futures were cancelled before completion. Thanks to @lassipulkkinen for reporting the issue (in #67) and creating a minimal reproduction which led me to the fix in #91.
v0.5.1Compare Source
v0.5.0: 0.5.0After 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>run()method was removed in favor of the more ergonomicget()methodOther changes:
parking_lot::Mutexinstead of tokio's asyncMutex(fixes #74)Statetype became non-exhaustiveConfiguration
📅 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.
This PR has been generated by Renovate Bot.