Releases: djc/bb8
Releases · djc/bb8
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::add
by @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-channel
in favour oftokio
primitives 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