connector-x
connector-x copied to clipboard
build(rust): bump bb8 from 0.7.1 to 0.9.0
Bumps bb8 from 0.7.1 to 0.9.0.
Release notes
Sourced from bb8's releases.
0.9.0
bb8 0.9.0 (and bb8-postgres 0.9.0, bb8-redis 0.18.0) adopts RPITIT (first stabilized in Rust 1.75) to drop the dependency on
async_trait. This comes at the cost of raising the MSRV for these new releases to 1.75. If any bugs are found, I will consider releasing 0.8.x upgrades until such time as Tokio bumps its MSRV to 1.75.What's Changed
- Add Discord link to README by
@djcin djc/bb8#228- Apply suggestions from clippy 1.83 by
@djcin djc/bb8#229- Get token from environment by
@djcin djc/bb8#231- Replace async_trait with native async fns by
@gahag-cwin djc/bb8#230v0.8.6
What's Changed
- Use Relaxed ordering mode by
@pfreixesin djc/bb8#210- Bump MSRV to 1.70 (for tokio 1.39) by
@djcin djc/bb8#213- Add
Pool::addby@tneelyin djc/bb8#214- Add FUNDING metadata by
@djcin djc/bb8#222- Change notify_waiters to notify_one on broken conns by
@tneelyin djc/bb8#225- Polish for fixes from #223 and #224 by
@djcin djc/bb8#226Please consider sponsoring ongoing maintenance or contact
@djcto discuss commercial support.0.8.5
What's Changed
- Include documentation for
Statisticsby@pfreixesin djc/bb8#209v0.8.4
What's Changed
- Remove dependency on
futures-channelin favour oftokioprimitives by@aumetrain djc/bb8#191- Fix #167: Notify waiters when dropping a bad connection from the pool by
@xortivein djc/bb8#194- Provide statistics for get operations by
@pfreixesin djc/bb8#198- Add new get wait time statistic by
@pfreixesin djc/bb8#203- Adds new statistics attributes for tracking connections closed by
@pfreixesin djc/bb8#205- Adds new statistics attributes for reaped connections by
@pfreixesin djc/bb8#206- Adds new connections_created statistic by
@pfreixesin djc/bb8#2070.8.3
What's Changed
- Track PooledConnection state explicitly by
@djcin djc/bb8#189v0.8.2
What's Changed
- Bump MSRV to 1.63 for tokio 1.30 by
@djcin djc/bb8#173- Switched to Into for parameters in Builder by
@fpagliughiin djc/bb8#185- Use Notify to coordinate waiters by
@djcin djc/bb8#186Full Changelog: https://github.com/djc/bb8/compare/v0.8.1...v0.8.2
... (truncated)
Commits
6e2a586Major version bump for all crates38d74f7Replace async_trait with native async fns2bde6f9Bump MSRV to 1.7550ebc39Get token from environment58b1e6bApply suggestions from clippy 1.838368ba1Add Discord link to README329519cBump bb8 version to 0.8.6e58cac8bb8: linearize code in PoolInner::put_back()f02f40fFix leaky connections8210b0eReap expired connections on drop- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.