Skip to content

v0.8.4

Compare
Choose a tag to compare
@djc djc released this 14 Jun 13:33
· 21 commits to main since this release
v0.8.4

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