Skip to content

Releases: djc/bb8

bb8-redis 0.24.0

16 Jun 10:04
@djc djc
bb8-redis-0.24.0
bc1e780
Compare
Choose a tag to compare

What's Changed

bb8-redis-0.23.0

12 May 09:55
@djc djc
bb8-redis-0.23.0
b5d4052
Compare
Choose a tag to compare

What's Changed

bb8-redis 0.22.0

28 Apr 08:34
@djc djc
bb8-redis-0.22.0
Compare
Choose a tag to compare

What's Changed

0.9.0

09 Dec 08:31
@djc djc
v0.9.0
Compare
Choose a tag to compare

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 @djc in #228
  • Apply suggestions from clippy 1.83 by @djc in #229
  • Get token from environment by @djc in #231
  • Replace async_trait with native async fns by @gahag-cw in #230

v0.8.6

17 Oct 10:13
@djc djc
v0.8.6
Compare
Choose a tag to compare

What's Changed

Please consider sponsoring ongoing maintenance or contact @djc to discuss commercial support.

0.8.5

14 Jun 13:33
@djc djc
v0.8.5
Compare
Choose a tag to compare

What's Changed

v0.8.4

14 Jun 13:33
@djc djc
v0.8.4
Compare
Choose a tag to compare

What's Changed

  • Remove dependency on futures-channel in favour of tokio 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

0.8.3

14 Jun 13:32
@djc djc
v0.8.3
Compare
Choose a tag to compare

What's Changed

  • Track PooledConnection state explicitly by @djc in #189

v0.8.2

01 Feb 13:37
@djc djc
v0.8.2
Compare
Choose a tag to compare

What's Changed

  • Bump MSRV to 1.63 for tokio 1.30 by @djc in #173
  • Switched to Into<Option> for parameters in Builder by @fpagliughi in #185
  • Use Notify to coordinate waiters by @djc in #186

Full Changelog: v0.8.1...v0.8.2

v0.8.1

01 Feb 13:36
@djc djc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1