Releases: djc/bb8
Releases · djc/bb8
0.9.1
Work on bb8 is currently underfunded. If your employer relies on this project (or any others I maintain) in production, consider sponsoring my work.
What's Changed
- Use portable-atomic when AtomicU64 is not available by @flaviojs in #233
- Replace mention of bb8-diesel with diesel_async in README.md by @zekesonxx in #245
- Add LICENSE files by @djc in #248
- Ignore advisory for another transitive dependency by @djc in #252
- Forward errors on retry, too by @djmitche in #258
- Fix conditional compilation of portable-atomic by @jayvdb in #264
- Provide
get_startedstatistic by @stormshield-fabs in #265 - Add
bb8-tonicto README.md by @lewiszlw in #266 - Config by @djc in #268
bb8-redis 0.25.0-rc.1
bb8-redis 0.24.0
bb8-redis-0.23.0
What's Changed
- Update redis requirement from 0.30 to 0.31 by @dependabot in #253
bb8-redis 0.22.0
What's Changed
- Update redis requirement from 0.29 to 0.30 by @dependabot in #250
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
v0.8.6
What's Changed
- Use Relaxed ordering mode by @pfreixes in #210
- Bump MSRV to 1.70 (for tokio 1.39) by @djc in #213
- Add
Pool::addby @tneely in #214 - Add FUNDING metadata by @djc in #222
- Change notify_waiters to notify_one on broken conns by @tneely in #225
- Polish for fixes from #223 and #224 by @djc in #226
Please consider sponsoring ongoing maintenance or contact @djc to discuss commercial support.
0.8.5
v0.8.4
What's Changed
- Remove dependency on
futures-channelin favour oftokioprimitives by @aumetra in #191 - Fix #167: Notify waiters when dropping a bad connection from the pool by @xortive in #194
- Provide statistics for get operations by @pfreixes in #198
- Add new get wait time statistic by @pfreixes in #203
- Adds new statistics attributes for tracking connections closed by @pfreixes in #205
- Adds new statistics attributes for reaped connections by @pfreixes in #206
- Adds new connections_created statistic by @pfreixes in #207